diff --git a/screenshots/themes/iceberg-powerline.png b/screenshots/themes/iceberg-powerline.png index 62a2648..aa94b06 100644 Binary files a/screenshots/themes/iceberg-powerline.png and b/screenshots/themes/iceberg-powerline.png differ diff --git a/screenshots/themes/iceberg.png b/screenshots/themes/iceberg.png new file mode 100644 index 0000000..36ca0db Binary files /dev/null and b/screenshots/themes/iceberg.png differ diff --git a/themes/iceberg-powerline.json b/themes/iceberg-powerline.json index 37b0864..3cc5781 100644 --- a/themes/iceberg-powerline.json +++ b/themes/iceberg-powerline.json @@ -3,21 +3,21 @@ "defaults": { "separator-block-width": 0, "warning": { - "fg": "#e2a478", - "bg": "#c6c8d1" + "fg": "#0f1117", + "bg": "#e2a478" }, "critical": { - "fg": "#e27878", - "bg": "#c6c8d1" + "fg": "#0f1117", + "bg": "#e27878" } }, "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" } + { "fg": "#696d80", "bg": "#34394e" }, + { "fg": "#17171b", "bg": "#5a5f72" }, + { "fg": "#17171b", "bg": "#818596" }, + { "fg": "#161821", "bg": "#c6c8d1" }, + { "fg": "#17171b", "bg": "#818596" }, + { "fg": "#17171b", "bg": "#5a5f72" } ], "dnf": { "good": { @@ -33,12 +33,12 @@ }, "battery": { "charged": { - "fg": "#b4be82", - "bg": "#161821" + "fg": "#0f1117", + "bg": "#b4be82" }, - "AC": { - "fg": "#89b8c2", - "bg": "#c6c8d1" + "charging": { + "fg": "#0f1117", + "bg": "#84a0c6" } } } 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" + } + } +}