Adds dracula-powerline theme
This commit is contained in:
parent
c6e9200120
commit
3b8c9ee0ac
3 changed files with 59 additions and 0 deletions
|
@ -278,6 +278,10 @@ One Dark Powerline (`-t onedark-powerline`) (contributed by [dillasyx](https://g
|
|||
|
||||
![One Dark Powerline](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/themes/onedark-powerline.png)
|
||||
|
||||
Dracula Powerline (-t dracula-powerline) (contributed by [xsteadfastx](https://github.com/xsteadfastx)):
|
||||
|
||||
![Dracula Powerline](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/themes/dracula-powerline.png)
|
||||
|
||||
Default (nothing or `-t default`):
|
||||
|
||||
![Default](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/themes/default.png)
|
||||
|
|
BIN
screenshots/themes/dracula-powerline.png
Normal file
BIN
screenshots/themes/dracula-powerline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
55
themes/dracula-powerline.json
Normal file
55
themes/dracula-powerline.json
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"icons": [ "awesome-fonts" ],
|
||||
"defaults": {
|
||||
"separator-block-width": 0,
|
||||
"warning": {
|
||||
"fg": "#282A36",
|
||||
"bg": "#E5C07B"
|
||||
},
|
||||
"critical": {
|
||||
"fg": "#282A36",
|
||||
"bg": "#FF5555"
|
||||
}
|
||||
},
|
||||
"cycle": [
|
||||
{"fg": "#F8F8F2", "bg": "#6272A4"},
|
||||
{"fg": "#F8F8F2", "bg": "#282A36"}
|
||||
],
|
||||
"dnf": {
|
||||
"good": {
|
||||
"fg": "#282A36",
|
||||
"bg": "#50FA7B"
|
||||
}
|
||||
},
|
||||
"pacman": {
|
||||
"good": {
|
||||
"fg": "#282A36",
|
||||
"bg": "#50FA7B"
|
||||
}
|
||||
},
|
||||
"battery": {
|
||||
"charged": {
|
||||
"fg": "#282A36",
|
||||
"bg": "#50FA7B"
|
||||
},
|
||||
"AC": {
|
||||
"fg": "#282A36",
|
||||
"bg": "#50FA7B"
|
||||
}
|
||||
},
|
||||
"pomodoro": {
|
||||
"paused": {
|
||||
"fg": "#282A36",
|
||||
"bg": "#F1FA8C"
|
||||
},
|
||||
"work": {
|
||||
"fg": "#50FA7B",
|
||||
"bg": "#282A36"
|
||||
},
|
||||
"break": {
|
||||
"fg": "#282A36",
|
||||
"bg": "#50FA7B"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue