diff --git a/themes/iceberg-contrast.json b/themes/iceberg-contrast.json new file mode 100644 index 0000000..cf2864a --- /dev/null +++ b/themes/iceberg-contrast.json @@ -0,0 +1,60 @@ +{ + "icons": [ "awesome-fonts" ], + "defaults": { + "separator-block-width": 0, + "separator": "", + "warning": { + "fg": "#282A36", + "bg": "#E5C07B" + }, + "critical": { + "fg": "#282A36", + "bg": "#FF5555" + }, + "fg": "#EFEFEF", + "bg": "#161821" + }, + "dnf": { + "good": { + "fg": "#0f1117", + "bg": "#b4be82" + } + }, + "apt": { + "good": { + "fg": "#0f1117", + "bg": "#b4be82" + } + }, + "pacman": { + "good": { + "fg": "#0f1117", + "bg": "#b4be82" + } + }, + "battery": { + "charged": { + "fg": "#b4be82", + "bg": "#161821" + }, + "charging": { + "fg": "#89b8c2", + "bg": "#161821" + } + }, + "pomodoro": { + "paused": { + "fg": "#0f1117", + "bg": "#e2a478" + }, + "work": { + "fg": "#1d2021", + "bg": "#b8bb26" + }, + "break": { + "fg": "#89b8c2", + "bg": "#161821" + } + } + +} diff --git a/themes/icons/awesome-fonts.json b/themes/icons/awesome-fonts.json index 8c6688c..a7fc670 100644 --- a/themes/icons/awesome-fonts.json +++ b/themes/icons/awesome-fonts.json @@ -20,6 +20,7 @@ "fan": { "prefix": "" } }, "disk": { "prefix": "" }, + "smartstatus": { "prefix": "" }, "dnf": { "prefix": "" }, "apt": { "prefix": "" }, "pacman": { "prefix": "" }, @@ -90,6 +91,11 @@ "OFF": { "prefix": "" }, "?": { "prefix": "" } }, + "bluetooth2": { + "ON": { "prefix": "" }, + "warning": { "prefix": "" }, + "critical": { "prefix": "" } + }, "battery-upower": { "charged": { "prefix": "", "suffix": "" }, "AC": { "suffix": "" },