From b9092bcfcc4fed57b9c28264892fafb4ea31541b Mon Sep 17 00:00:00 2001 From: Aaron Moser <39431903+whzup@users.noreply.github.com> Date: Wed, 19 Sep 2018 17:07:08 +0200 Subject: [PATCH] Readd iceberg-rainbow theme --- themes/iceberg-rainbow.json | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 themes/iceberg-rainbow.json diff --git a/themes/iceberg-rainbow.json b/themes/iceberg-rainbow.json new file mode 100644 index 0000000..784f5c8 --- /dev/null +++ b/themes/iceberg-rainbow.json @@ -0,0 +1,44 @@ +{ + "icons": [ "awesome-fonts" ], + "defaults": { + "separator-block-width": 0, + "warning": { + "fg": "#e2a478", + "bg": "#c6c8d1" + }, + "critical": { + "fg": "#e27878", + "bg": "#c6c8d1" + } + }, + "cycle": [ + { "fg": "#161821", "bg": "#e2a478" }, + { "fg": "#161821", "bg": "#e27878" }, + { "fg": "#161821", "bg": "#b4be82" }, + { "fg": "#161821", "bg": "#89b8c2" }, + { "fg": "#161821", "bg": "#84a0c6" }, + { "fg": "#161821", "bg": "#a093c7" } + ], + "dnf": { + "good": { + "fg": "#b4be82", + "bg": "#161821" + } + }, + "pacman": { + "good": { + "fg": "b4be82", + "bg": "#161821" + } + }, + "battery": { + "charged": { + "fg": "#b4be82", + "bg": "#161821" + }, + "charging": { + "fg": "#89b8c2", + "bg": "#161821" + } + } +}