diff --git a/README.md b/README.md index 7139074..d9319e2 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/screenshots/themes/dracula-powerline.png b/screenshots/themes/dracula-powerline.png new file mode 100644 index 0000000..4898587 Binary files /dev/null and b/screenshots/themes/dracula-powerline.png differ diff --git a/themes/dracula-powerline.json b/themes/dracula-powerline.json new file mode 100644 index 0000000..311f46e --- /dev/null +++ b/themes/dracula-powerline.json @@ -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" + } + } + +}