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