[themes] restore all themes
This commit is contained in:
parent
dc8da374fb
commit
0bae9e33bb
25 changed files with 1945 additions and 0 deletions
64
themes/iceberg-powerline.json
Normal file
64
themes/iceberg-powerline.json
Normal file
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"icons": [ "awesome-fonts" ],
|
||||
"defaults": {
|
||||
"separator-block-width": 0,
|
||||
"warning": {
|
||||
"fg": "#0f1117",
|
||||
"bg": "#e2a478"
|
||||
},
|
||||
"critical": {
|
||||
"fg": "#0f1117",
|
||||
"bg": "#e27878"
|
||||
}
|
||||
},
|
||||
"cycle": [
|
||||
{ "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": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"pomodoro": {
|
||||
"paused": {
|
||||
"fg": "#0f1117",
|
||||
"bg": "#e2a478"
|
||||
},
|
||||
"work": {
|
||||
"fg": "#1d2021",
|
||||
"bg": "#b8bb26"
|
||||
},
|
||||
"break": {
|
||||
"fg": "#89b8c2",
|
||||
"bg": "#161821"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue