Added theme sac_red
This commit is contained in:
parent
5b53ed5cf3
commit
0ed315653c
1 changed files with 44 additions and 0 deletions
44
themes/sac_red.json
Normal file
44
themes/sac_red.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue