[themes] Add non-powerline solarized-dark with awesome fonts
In order to do that, change the theme engine so that a theme can override settings in the iconsets. Was probably a bug to begin with that this was not possible.
This commit is contained in:
parent
be8669270e
commit
f3ee6e0c67
3 changed files with 47 additions and 3 deletions
41
themes/solarized-dark-awesome.json
Normal file
41
themes/solarized-dark-awesome.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"icons": [ "awesome-fonts" ],
|
||||
"defaults": {
|
||||
"separator-block-width": 0,
|
||||
"separator": "",
|
||||
"warning": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#b58900"
|
||||
},
|
||||
"critical": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#dc322f"
|
||||
}
|
||||
},
|
||||
"cycle": [
|
||||
{ "fg": "#93a1a1", "bg": "#002b36" },
|
||||
{ "fg": "#eee8d5", "bg": "#586e75" }
|
||||
],
|
||||
"dnf": {
|
||||
"good": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
}
|
||||
},
|
||||
"pacman": {
|
||||
"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