From a8580bb42d3606d59c982a1776dac20c158f9401 Mon Sep 17 00:00:00 2001 From: Aaron Moser <39431903+whzup@users.noreply.github.com> Date: Mon, 10 Sep 2018 14:49:34 +0200 Subject: [PATCH] Add iceberg-powerline theme Added a theme similar to the iceberg theme for VIM by cocopon (https://github.com/cocopon/iceberg.vim). --- themes/iceberg-powerline.json | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 themes/iceberg-powerline.json diff --git a/themes/iceberg-powerline.json b/themes/iceberg-powerline.json new file mode 100644 index 0000000..37b0864 --- /dev/null +++ b/themes/iceberg-powerline.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" + }, + "AC": { + "fg": "#89b8c2", + "bg": "#c6c8d1" + } + } +}