Add iceberg.json
This commit is contained in:
parent
6c1b7d4e52
commit
58b4868154
1 changed files with 38 additions and 0 deletions
38
themes/iceberg.json
Normal file
38
themes/iceberg.json
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"icons": [ "awesome-fonts" ],
|
||||||
|
"defaults": {
|
||||||
|
"separator-block-width": 0,
|
||||||
|
"separator": "",
|
||||||
|
"warning": {
|
||||||
|
"fg": "#0f1117",
|
||||||
|
"bg": "#e2a478"
|
||||||
|
},
|
||||||
|
"critical": {
|
||||||
|
"fg": "#0f1117",
|
||||||
|
"bg": "#e27878"
|
||||||
|
},
|
||||||
|
"fg": "#c6c8d1", "bg": "#161821"
|
||||||
|
},
|
||||||
|
"dnf": {
|
||||||
|
"good": {
|
||||||
|
"fg": "#0f1117",
|
||||||
|
"bg": "#b4be82"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pacman": {
|
||||||
|
"good": {
|
||||||
|
"fg": "#0f1117",
|
||||||
|
"bg": "#b4be82"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"charged": {
|
||||||
|
"fg": "#b4be82",
|
||||||
|
"bg": "#161821"
|
||||||
|
},
|
||||||
|
"charging": {
|
||||||
|
"fg": "#89b8c2",
|
||||||
|
"bg": "#161821"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue