Merge pull request #294 from whzup/master

Add iceberg theme and rework iceberg-powerline
This commit is contained in:
tobi-wan-kenobi 2018-09-13 20:11:42 +02:00 committed by GitHub
commit 43095e4240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -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
View 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"
}
}
}