diff --git a/screenshots/themes/onedark-powerline.png b/screenshots/themes/onedark-powerline.png new file mode 100644 index 0000000..e38d8fa Binary files /dev/null and b/screenshots/themes/onedark-powerline.png differ diff --git a/themes/onedark-powerline.json b/themes/onedark-powerline.json new file mode 100644 index 0000000..03867c6 --- /dev/null +++ b/themes/onedark-powerline.json @@ -0,0 +1,40 @@ +{ + "icons": [ "awesome-fonts" ], + "defaults": { + "separator-block-width": 0, + "warning": { + "fg": "#282C34", + "bg": "#E5C07B" + }, + "critical": { + "fg": "#282C34", + "bg": "#E06C75" + } + }, + "cycle": [ + {"fg": "#ABB2BF", "bg": "#4B5263"}, + {"fg": "#ABB2BF", "bg": "#282C34"} + ], + "dnf": { + "good": { + "fg": "#282C34", + "bg": "#98C379" + } + }, + "pacman": { + "good": { + "fg": "#282C34", + "bg": "#98C379" + } + }, + "battery": { + "charged": { + "fg": "#282C34", + "bg": "#98C379" + }, + "AC": { + "fg": "#282C34", + "bg": "#98C379" + } + } +}