[core/theme] Add simple theme stub
Add support for default fg/bg colors
This commit is contained in:
parent
99cca7002c
commit
affeba5b8f
4 changed files with 75 additions and 2 deletions
7
themes/default.json
Normal file
7
themes/default.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"icons": [ "ascii" ],
|
||||
"defaults": {
|
||||
"urgent": true,
|
||||
"fg": "#aabbcc"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue