From 58b48681544e25c19e31a74a79cce6f353252cc5 Mon Sep 17 00:00:00 2001 From: Aaron Moser <39431903+whzup@users.noreply.github.com> Date: Wed, 12 Sep 2018 08:35:22 +0200 Subject: [PATCH] Add iceberg.json --- themes/iceberg.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 themes/iceberg.json diff --git a/themes/iceberg.json b/themes/iceberg.json new file mode 100644 index 0000000..83d90e0 --- /dev/null +++ b/themes/iceberg.json @@ -0,0 +1,38 @@ +{ + "icons": [ "awesome-fonts" ], + "defaults": { + "separator-block-width": 0, + "separator": "", + "warning": { + "fg": "#0f1117", + "bg": "#e2a478" + }, + "critical": { + "fg": "#0f1117", + "bg": "#e27878" + }, + "fg": "#c6c8d1", "bg": "#161821" + }, + "dnf": { + "good": { + "fg": "#0f1117", + "bg": "#b4be82" + } + }, + "pacman": { + "good": { + "fg": "#0f1117", + "bg": "#b4be82" + } + }, + "battery": { + "charged": { + "fg": "#b4be82", + "bg": "#161821" + }, + "charging": { + "fg": "#89b8c2", + "bg": "#161821" + } + } +}