[core/themes] Prepare adding of themeing support
* Add framework JSON definition for themes * Add framework test module * Add framework module see #23
This commit is contained in:
parent
aacc56a4e2
commit
60ae92c8e3
7 changed files with 103 additions and 2 deletions
35
themes/solarized-powerline.json
Normal file
35
themes/solarized-powerline.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"icons": [ "awesome-fonts" ],
|
||||
"defaults": {
|
||||
"default-separators": false,
|
||||
"separator-block-width": 0,
|
||||
"cycle": [
|
||||
{ "fg": "#93a1a1", "bg": "#002b36" },
|
||||
{ "fg": "#eee8d5", "bg": "#586e75" }
|
||||
],
|
||||
"warning": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#b58900"
|
||||
},
|
||||
"critical": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#dc322f"
|
||||
}
|
||||
},
|
||||
"dnf": {
|
||||
"good": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
}
|
||||
},
|
||||
"battery": {
|
||||
"charged": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
},
|
||||
"AC": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue