Merge pull request #436 from donfranio/firefox-dark-theme
add firefox-dark-powerline Theme
This commit is contained in:
commit
d95d684550
1 changed files with 30 additions and 0 deletions
30
themes/firefox-dark-powerline.json
Normal file
30
themes/firefox-dark-powerline.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icons": [ "awesome-fonts" ],
|
||||
"defaults": {
|
||||
"separator-block-width": 0,
|
||||
"warning": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#b58900"
|
||||
},
|
||||
"critical": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#dc322f"
|
||||
}
|
||||
},
|
||||
"cycle": [
|
||||
{ "fg": "#B1B1B3", "bg": "#474749" },
|
||||
{ "fg": "#BEBEBE", "bg": "#323234" }
|
||||
],
|
||||
"dnf": {
|
||||
"good": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
}
|
||||
},
|
||||
"pacman": {
|
||||
"good": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue