[themes] restore all themes
This commit is contained in:
parent
dc8da374fb
commit
0bae9e33bb
25 changed files with 1945 additions and 0 deletions
25
themes/test.json
Normal file
25
themes/test.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icons": [ "test" ],
|
||||
"defaults": {
|
||||
"prefix": "default-prefix",
|
||||
"suffix": "default-suffix",
|
||||
"fg": "#000000",
|
||||
"bg": "#111111",
|
||||
"separator": " * ",
|
||||
"separator-block-width": 10,
|
||||
"critical": {
|
||||
"fg": "#ffffff",
|
||||
"bg": "#010101"
|
||||
}
|
||||
},
|
||||
"test-widget": {
|
||||
"fg": "#ababab",
|
||||
"bg": "#222222",
|
||||
"critical": {
|
||||
"fg": "#bababa"
|
||||
},
|
||||
"cycle-test": {
|
||||
"fg": [ "#000000", "#111111" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue