Merge pull request #69 from meain/gruvbox-theme
non powerline gruvbox theme
This commit is contained in:
commit
3078c91a4c
1 changed files with 41 additions and 0 deletions
41
themes/gruvbox.json
Normal file
41
themes/gruvbox.json
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
{
|
||||||
|
"icons": [ "paxy97", "ascii" ],
|
||||||
|
"defaults": {
|
||||||
|
"warning": {
|
||||||
|
"fg": "#1d2021",
|
||||||
|
"bg": "#d79921"
|
||||||
|
},
|
||||||
|
"critical": {
|
||||||
|
"fg": "#fbf1c7",
|
||||||
|
"bg": "#cc241d"
|
||||||
|
},
|
||||||
|
"default-separators": false,
|
||||||
|
"separator-block-width": 0
|
||||||
|
},
|
||||||
|
"cycle": [
|
||||||
|
{
|
||||||
|
"fg": "#ebdbb2",
|
||||||
|
"bg": "#1d2021"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fg": "#fbf1c7",
|
||||||
|
"bg": "#282828"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dnf": {
|
||||||
|
"good": {
|
||||||
|
"fg": "#002b36",
|
||||||
|
"bg": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"charged": {
|
||||||
|
"fg": "#1d2021",
|
||||||
|
"bg": "#b8bb26"
|
||||||
|
},
|
||||||
|
"AC": {
|
||||||
|
"fg": "#1d2021",
|
||||||
|
"bg": "#b8bb26"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue