Add iceberg-dark-powerline theme
This commit is contained in:
parent
e0a7ca5b87
commit
accf50704f
2 changed files with 51 additions and 0 deletions
BIN
screenshots/themes/iceberg-dark-powerline.png
Normal file
BIN
screenshots/themes/iceberg-dark-powerline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
51
themes/iceberg-dark-powerline.json
Normal file
51
themes/iceberg-dark-powerline.json
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"icons": [ "awesome-fonts" ],
|
||||
"defaults": {
|
||||
"separator-block-width": 0,
|
||||
"warning": {
|
||||
"fg": "#0f1117",
|
||||
"bg": "#e2a478"
|
||||
},
|
||||
"critical": {
|
||||
"fg": "#0f1117",
|
||||
"bg": "#e27878"
|
||||
}
|
||||
},
|
||||
"cycle": [
|
||||
{ "fg": "#d2d4de", "bg": "#161821" },
|
||||
{ "fg": "#d2d4de", "bg": "#262939" },
|
||||
{ "fg": "#d2d4de", "bg": "#353a50" },
|
||||
{ "fg": "#d2d4de", "bg": "#3d435c" },
|
||||
{ "fg": "#d2d4de", "bg": "#353a50" },
|
||||
{ "fg": "#d2d4de", "bg": "#262939" },
|
||||
{ "fg": "#d2d4de", "bg": "#1e212d" }
|
||||
],
|
||||
"dnf": {
|
||||
"good": {
|
||||
"fg": "#b4be82",
|
||||
"bg": "#161821"
|
||||
}
|
||||
},
|
||||
"apt": {
|
||||
"good": {
|
||||
"fg": "#b4be82",
|
||||
"bg": "#161821"
|
||||
}
|
||||
},
|
||||
"pacman": {
|
||||
"good": {
|
||||
"fg": "#b4be82",
|
||||
"bg": "#161821"
|
||||
}
|
||||
},
|
||||
"battery": {
|
||||
"charged": {
|
||||
"fg": "#0f1117",
|
||||
"bg": "#b4be82"
|
||||
},
|
||||
"charging": {
|
||||
"fg": "#0f1117",
|
||||
"bg": "#84a0c6"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue