[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

18
themes/test_cycle.json Normal file
View 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"
}
}