[core/theme] Add simple theme stub

Add support for default fg/bg colors
This commit is contained in:
Tobias Witek 2020-02-15 14:05:27 +01:00
parent 99cca7002c
commit affeba5b8f
4 changed files with 75 additions and 2 deletions

7
themes/default.json Normal file
View file

@ -0,0 +1,7 @@
{
"icons": [ "ascii" ],
"defaults": {
"urgent": true,
"fg": "#aabbcc"
}
}