[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

25
themes/test.json Normal file
View 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" ]
}
}
}