Merge pull request #471 from xsteadfastx/dracula

Adds dracula-powerline theme
This commit is contained in:
tobi-wan-kenobi 2019-11-27 13:31:06 +01:00 committed by GitHub
commit b1e6f6b271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 59 additions and 0 deletions

View file

@ -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) ![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 (nothing or `-t default`):
![Default](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/themes/default.png) ![Default](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/themes/default.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View 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"
}
}
}