Merge pull request #294 from whzup/master
Add iceberg theme and rework iceberg-powerline
This commit is contained in:
commit
43095e4240
4 changed files with 53 additions and 15 deletions
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 17 KiB |
BIN
screenshots/themes/iceberg.png
Normal file
BIN
screenshots/themes/iceberg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -3,21 +3,21 @@
|
|||
"defaults": {
|
||||
"separator-block-width": 0,
|
||||
"warning": {
|
||||
"fg": "#e2a478",
|
||||
"bg": "#c6c8d1"
|
||||
"fg": "#0f1117",
|
||||
"bg": "#e2a478"
|
||||
},
|
||||
"critical": {
|
||||
"fg": "#e27878",
|
||||
"bg": "#c6c8d1"
|
||||
"fg": "#0f1117",
|
||||
"bg": "#e27878"
|
||||
}
|
||||
},
|
||||
"cycle": [
|
||||
{ "fg": "#161821", "bg": "#e2a478" },
|
||||
{ "fg": "#161821", "bg": "#e27878" },
|
||||
{ "fg": "#161821", "bg": "#b4be82" },
|
||||
{ "fg": "#161821", "bg": "#89b8c2" },
|
||||
{ "fg": "#161821", "bg": "#84a0c6" },
|
||||
{ "fg": "#161821", "bg": "#a093c7" }
|
||||
{ "fg": "#696d80", "bg": "#34394e" },
|
||||
{ "fg": "#17171b", "bg": "#5a5f72" },
|
||||
{ "fg": "#17171b", "bg": "#818596" },
|
||||
{ "fg": "#161821", "bg": "#c6c8d1" },
|
||||
{ "fg": "#17171b", "bg": "#818596" },
|
||||
{ "fg": "#17171b", "bg": "#5a5f72" }
|
||||
],
|
||||
"dnf": {
|
||||
"good": {
|
||||
|
@ -33,12 +33,12 @@
|
|||
},
|
||||
"battery": {
|
||||
"charged": {
|
||||
"fg": "#b4be82",
|
||||
"bg": "#161821"
|
||||
"fg": "#0f1117",
|
||||
"bg": "#b4be82"
|
||||
},
|
||||
"AC": {
|
||||
"fg": "#89b8c2",
|
||||
"bg": "#c6c8d1"
|
||||
"charging": {
|
||||
"fg": "#0f1117",
|
||||
"bg": "#84a0c6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
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