[themes] restore all themes

This commit is contained in:
Tobias Witek 2020-02-16 13:43:45 +01:00
parent dc8da374fb
commit 0bae9e33bb
25 changed files with 1945 additions and 0 deletions

59
themes/sac_red.json Normal file
View file

@ -0,0 +1,59 @@
{
"icons": [ "paxy97", "awesome-fonts" ],
"defaults": {
"warning": {
"fg": "#FDFFFC",
"bg": "#B91372"
},
"critical": {
"fg": "#FDFFFC",
"bg": "#FF0022"
},
"default-separators": false,
"separator-block-width": 0
},
"cycle": [
{
"fg": "#FDFFFC",
"bg": "#990014"
},
{
"fg": "#FDFFFC",
"bg": "#011627"
}
],
"battery": {
"charged": {
"fg": "#FDFFFC",
"bg": "#41EAD4"
},
"AC": {
"fg": "#FDFFFC",
"bg": "#41EAD4"
}
},
"bluetooth": {
"ON": {
"fg": "#FDFFFC",
"bg": "#41EAD4"
}
},
"cmus": {
"bg": "#C42021"
},
"pomodoro": {
"paused": {
"fg": "#FDFFFC",
"bg": "#B91372"
},
"work": {
"fg": "#FDFFFC",
"bg": "#41EAD4"
},
"break": {
"fg": "#FDFFFC",
"bg": "#011627"
}
}
}