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" + } + } +}