[themes] restore all themes
This commit is contained in:
parent
dc8da374fb
commit
0bae9e33bb
25 changed files with 1945 additions and 0 deletions
18
themes/test_cycle.json
Normal file
18
themes/test_cycle.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icons": [ "test" ],
|
||||
"defaults": {
|
||||
"prefix": "default-prefix",
|
||||
"suffix": "default-suffix",
|
||||
"fg": "#000000",
|
||||
"bg": "#111111"
|
||||
},
|
||||
"cycle": [
|
||||
{ "fg": "#aa0000" },
|
||||
{ "fg": "#00aa00" },
|
||||
{ "fg": "#0000aa" }
|
||||
],
|
||||
"test-widget": {
|
||||
"fg": "#ababab",
|
||||
"bg": "#222222"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue