From 1fbe1d77fc71074341109aac966739b4c482eccf Mon Sep 17 00:00:00 2001 From: rishav <157917453+rishav12s@users.noreply.github.com> Date: Sat, 17 Aug 2024 11:29:15 +0530 Subject: [PATCH] add new themes (#139) * add new themes * delete folder link * theme fixes * Update .gitignore --------- Co-authored-by: Jas Singh --- themes/cyberpunk.json | 264 +++++++++++++++++++++++++++++++++++++++++ themes/everforest.json | 264 +++++++++++++++++++++++++++++++++++++++++ themes/monochrome.json | 264 +++++++++++++++++++++++++++++++++++++++++ themes/one_dark.json | 264 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1056 insertions(+) create mode 100644 themes/cyberpunk.json create mode 100644 themes/everforest.json create mode 100644 themes/monochrome.json create mode 100644 themes/one_dark.json diff --git a/themes/cyberpunk.json b/themes/cyberpunk.json new file mode 100644 index 0000000..c290509 --- /dev/null +++ b/themes/cyberpunk.json @@ -0,0 +1,264 @@ +{ + "theme.bar.menus.background": "#0A0A0A", + "theme.bar.background": "#0A0A0A", + "theme.bar.buttons.media.icon": "#FFD700", + "theme.bar.buttons.media.text": "#00FFFF", + "theme.bar.buttons.icon": "#FFD700", + "theme.bar.buttons.text": "#00FFFF", + "theme.bar.buttons.hover": "#333333", + "theme.bar.buttons.background": "#111111", + "theme.bar.menus.text": "#FFFFFF", + "theme.bar.menus.border.color": "#2A2A2A", + "theme.bar.buttons.media.background": "#111111", + "theme.bar.menus.menu.volume.text": "#FFFFFF", + "theme.bar.menus.menu.volume.card.color": "#1A1A1A", + "theme.bar.menus.menu.volume.label.color": "#FF69B4", + "theme.bar.menus.popover.text": "#00FFFF", + "theme.bar.menus.popover.background": "#0D0D0D", + "theme.bar.menus.menu.dashboard.powermenu.shutdown": "#FF4500", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#FF4500", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#32CD32", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#0A0A0A", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#FFFFFF", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#00FFFF", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#2A2A2A", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#0A0A0A", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1A1A1A", + "theme.bar.menus.menu.notifications.switch.puck": "#333333", + "theme.bar.menus.menu.notifications.switch.disabled": "#2A2A2A", + "theme.bar.menus.menu.notifications.switch.enabled": "#FFD700", + "theme.bar.menus.menu.notifications.clear": "#FF4500", + "theme.bar.menus.menu.notifications.switch_divider": "#333333", + "theme.bar.menus.menu.notifications.border": "#2A2A2A", + "theme.bar.menus.menu.notifications.card": "#1A1A1A", + "theme.bar.menus.menu.notifications.background": "#0A0A0A", + "theme.bar.menus.menu.notifications.no_notifications_label": "#2A2A2A", + "theme.bar.menus.menu.notifications.label": "#FFD700", + "theme.bar.menus.menu.dashboard.monitors.disk.label": "#FF69B4", + "theme.bar.menus.menu.dashboard.monitors.disk.bar": "#FF69B4", + "theme.bar.menus.menu.dashboard.monitors.disk.icon": "#FF69B4", + "theme.bar.menus.menu.dashboard.monitors.gpu.label": "#32CD32", + "theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#32CD32", + "theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#32CD32", + "theme.bar.menus.menu.dashboard.monitors.ram.label": "#FFD700", + "theme.bar.menus.menu.dashboard.monitors.ram.bar": "#FFD700", + "theme.bar.menus.menu.dashboard.monitors.ram.icon": "#FFD700", + "theme.bar.menus.menu.dashboard.monitors.cpu.label": "#FF4500", + "theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#FF4500", + "theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#FF4500", + "theme.bar.menus.menu.dashboard.monitors.bar_background": "#333333", + "theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#00FFFF", + "theme.bar.menus.menu.dashboard.directories.right.middle.color": "#FFD700", + "theme.bar.menus.menu.dashboard.directories.right.top.color": "#32CD32", + "theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#FF4500", + "theme.bar.menus.menu.dashboard.directories.left.middle.color": "#FFD700", + "theme.bar.menus.menu.dashboard.directories.left.top.color": "#FF69B4", + "theme.bar.menus.menu.dashboard.controls.input.text": "#0A0A0A", + "theme.bar.menus.menu.dashboard.controls.input.background": "#FF69B4", + "theme.bar.menus.menu.dashboard.controls.volume.text": "#0A0A0A", + "theme.bar.menus.menu.dashboard.controls.volume.background": "#FF4500", + "theme.bar.menus.menu.dashboard.controls.notifications.text": "#0A0A0A", + "theme.bar.menus.menu.dashboard.controls.notifications.background": "#FFD700", + "theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#0A0A0A", + "theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#00FFFF", + "theme.bar.menus.menu.dashboard.controls.wifi.text": "#0A0A0A", + "theme.bar.menus.menu.dashboard.controls.wifi.background": "#FF69B4", + "theme.bar.menus.menu.dashboard.controls.disabled": "#585858", + "theme.bar.menus.menu.dashboard.shortcuts.recording": "#32CD32", + "theme.bar.menus.menu.dashboard.shortcuts.text": "#0A0A0A", + "theme.bar.menus.menu.dashboard.shortcuts.background": "#00FFFF", + "theme.bar.menus.menu.dashboard.powermenu.sleep": "#00FFFF", + "theme.bar.menus.menu.dashboard.powermenu.logout": "#32CD32", + "theme.bar.menus.menu.dashboard.powermenu.restart": "#FFD700", + "theme.bar.menus.menu.dashboard.profile.name": "#FF69B4", + "theme.bar.menus.menu.dashboard.border.color": "#2A2A2A", + "theme.bar.menus.menu.dashboard.background.color": "#0A0A0A", + "theme.bar.menus.menu.dashboard.card.color": "#1A1A1A", + "theme.bar.menus.menu.clock.weather.hourly.temperature": "#FF69B4", + "theme.bar.menus.menu.clock.weather.hourly.icon": "#FF69B4", + "theme.bar.menus.menu.clock.weather.hourly.time": "#FF69B4", + "theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#00FFFF", + "theme.bar.menus.menu.clock.weather.thermometer.cold": "#00BFFF", + "theme.bar.menus.menu.clock.weather.thermometer.moderate": "#00FFFF", + "theme.bar.menus.menu.clock.weather.thermometer.hot": "#FFD700", + "theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#FFD700", + "theme.bar.menus.menu.clock.weather.stats": "#00FFFF", + "theme.bar.menus.menu.clock.weather.status": "#FF69B4", + "theme.bar.menus.menu.clock.weather.temperature": "#32CD32", + "theme.bar.menus.menu.clock.weather.icon": "#FFD700", + "theme.bar.menus.menu.clock.calendar.contextdays": "#585858", + "theme.bar.menus.menu.clock.calendar.days": "#FFD700", + "theme.bar.menus.menu.clock.calendar.currentday": "#00FFFF", + "theme.bar.menus.menu.clock.calendar.paginator": "#00FFFF", + "theme.bar.menus.menu.clock.calendar.weekdays": "#00FFFF", + "theme.bar.menus.menu.clock.calendar.yearmonth": "#FF69B4", + "theme.bar.menus.menu.clock.time.timeperiod": "#32CD32", + "theme.bar.menus.menu.clock.time.time": "#FFD700", + "theme.bar.menus.menu.clock.text": "#00FFFF", + "theme.bar.menus.menu.clock.border.color": "#2A2A2A", + "theme.bar.menus.menu.clock.background.color": "#0A0A0A", + "theme.bar.menus.menu.clock.card.color": "#1A1A1A", + "theme.bar.menus.menu.battery.slider.puck": "#333333", + "theme.bar.menus.menu.battery.slider.backgroundhover": "#45475A", + "theme.bar.menus.menu.battery.slider.background": "#2A2A2A", + "theme.bar.menus.menu.battery.slider.primary": "#FFD700", + "theme.bar.menus.menu.battery.icons.active": "#FFD700", + "theme.bar.menus.menu.battery.icons.passive": "#9399B2", + "theme.bar.menus.menu.battery.listitems.active": "#FFD700", + "theme.bar.menus.menu.battery.listitems.passive": "#00FFFF", + "theme.bar.menus.menu.battery.text": "#FFD700", + "theme.bar.menus.menu.battery.label.color": "#FFD700", + "theme.bar.menus.menu.battery.border.color": "#2A2A2A", + "theme.bar.menus.menu.battery.background.color": "#0A0A0A", + "theme.bar.menus.menu.battery.card.color": "#1A1A1A", + "theme.bar.menus.menu.systray.dropdownmenu.divider": "#1A1A1A", + "theme.bar.menus.menu.systray.dropdownmenu.text": "#FFD700", + "theme.bar.menus.menu.systray.dropdownmenu.background": "#0A0A0A", + "theme.bar.menus.menu.bluetooth.iconbutton.active": "#00FFFF", + "theme.bar.menus.menu.bluetooth.iconbutton.passive": "#FFD700", + "theme.bar.menus.menu.bluetooth.icons.active": "#00FFFF", + "theme.bar.menus.menu.bluetooth.icons.passive": "#9399B2", + "theme.bar.menus.menu.bluetooth.listitems.active": "#00FFFF", + "theme.bar.menus.menu.bluetooth.listitems.passive": "#FFD700", + "theme.bar.menus.menu.bluetooth.switch.puck": "#333333", + "theme.bar.menus.menu.bluetooth.switch.disabled": "#2A2A2A", + "theme.bar.menus.menu.bluetooth.switch.enabled": "#00FFFF", + "theme.bar.menus.menu.bluetooth.switch_divider": "#333333", + "theme.bar.menus.menu.bluetooth.status": "#FF69B4", + "theme.bar.menus.menu.bluetooth.text": "#FFD700", + "theme.bar.menus.menu.bluetooth.label.color": "#00FFFF", + "theme.bar.menus.menu.bluetooth.border.color": "#2A2A2A", + "theme.bar.menus.menu.bluetooth.background.color": "#0A0A0A", + "theme.bar.menus.menu.bluetooth.card.color": "#1A1A1A", + "theme.bar.menus.menu.network.iconbuttons.active": "#FF69B4", + "theme.bar.menus.menu.network.iconbuttons.passive": "#FFD700", + "theme.bar.menus.menu.network.icons.active": "#FF69B4", + "theme.bar.menus.menu.network.icons.passive": "#9399B2", + "theme.bar.menus.menu.network.listitems.active": "#FF69B4", + "theme.bar.menus.menu.network.listitems.passive": "#FFD700", + "theme.bar.menus.menu.network.status.color": "#FF69B4", + "theme.bar.menus.menu.network.text": "#FFD700", + "theme.bar.menus.menu.network.label.color": "#FF69B4", + "theme.bar.menus.menu.network.border.color": "#2A2A2A", + "theme.bar.menus.menu.network.background.color": "#0A0A0A", + "theme.bar.menus.menu.network.card.color": "#1A1A1A", + "theme.bar.menus.menu.volume.input_slider.puck": "#333333", + "theme.bar.menus.menu.volume.input_slider.backgroundhover": "#45475A", + "theme.bar.menus.menu.volume.input_slider.background": "#2A2A2A", + "theme.bar.menus.menu.volume.input_slider.primary": "#FF69B4", + "theme.bar.menus.menu.volume.audio_slider.puck": "#333333", + "theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#45475A", + "theme.bar.menus.menu.volume.audio_slider.background": "#2A2A2A", + "theme.bar.menus.menu.volume.audio_slider.primary": "#FF69B4", + "theme.bar.menus.menu.volume.icons.active": "#FF69B4", + "theme.bar.menus.menu.volume.icons.passive": "#9399B2", + "theme.bar.menus.menu.volume.iconbutton.active": "#FF69B4", + "theme.bar.menus.menu.volume.iconbutton.passive": "#FFD700", + "theme.bar.menus.menu.volume.listitems.active": "#FF69B4", + "theme.bar.menus.menu.volume.listitems.passive": "#FFD700", + "theme.bar.menus.menu.volume.border.color": "#2A2A2A", + "theme.bar.menus.menu.volume.background.color": "#0A0A0A", + "theme.bar.menus.menu.media.slider.puck": "#333333", + "theme.bar.menus.menu.media.slider.backgroundhover": "#45475A", + "theme.bar.menus.menu.media.slider.background": "#2A2A2A", + "theme.bar.menus.menu.media.slider.primary": "#FFD700", + "theme.bar.menus.menu.media.buttons.text": "#0A0A0A", + "theme.bar.menus.menu.media.buttons.background": "#FF69B4", + "theme.bar.menus.menu.media.buttons.enabled": "#00FFFF", + "theme.bar.menus.menu.media.buttons.inactive": "#333333", + "theme.bar.menus.menu.media.border.color": "#2A2A2A", + "theme.bar.menus.menu.media.background.color": "#0A0A0A", + "theme.bar.menus.menu.media.album": "#FF69B4", + "theme.bar.menus.menu.media.artist": "#00FFFF", + "theme.bar.menus.menu.media.song": "#FFD700", + "theme.bar.menus.tooltip.text": "#FFD700", + "theme.bar.menus.tooltip.background": "#0A0A0A", + "theme.bar.menus.dropdownmenu.divider": "#1A1A1A", + "theme.bar.menus.dropdownmenu.text": "#FFD700", + "theme.bar.menus.dropdownmenu.background": "#0A0A0A", + "theme.bar.menus.slider.puck": "#333333", + "theme.bar.menus.slider.backgroundhover": "#45475A", + "theme.bar.menus.slider.background": "#2A2A2A", + "theme.bar.menus.slider.primary": "#00FFFF", + "theme.bar.menus.progressbar.background": "#45475A", + "theme.bar.menus.progressbar.foreground": "#00FFFF", + "theme.bar.menus.iconbuttons.active": "#00FFFF", + "theme.bar.menus.iconbuttons.passive": "#FFD700", + "theme.bar.menus.buttons.text": "#0A0A0A", + "theme.bar.menus.buttons.disabled": "#333333", + "theme.bar.menus.buttons.active": "#00FFFF", + "theme.bar.menus.buttons.default": "#FFD700", + "theme.bar.menus.switch.puck": "#333333", + "theme.bar.menus.switch.disabled": "#2A2A2A", + "theme.bar.menus.switch.enabled": "#00FFFF", + "theme.bar.menus.icons.active": "#00FFFF", + "theme.bar.menus.icons.passive": "#333333", + "theme.bar.menus.listitems.active": "#00FFFF", + "theme.bar.menus.listitems.passive": "#FFD700", + "theme.bar.menus.label": "#00FFFF", + "theme.bar.menus.feinttext": "#1a1a1a", + "theme.bar.menus.dimtext": "#2b2b2b", + "theme.bar.menus.cards": "#0a0a0a", + "theme.bar.buttons.notifications.total": "#f7d04b", + "theme.bar.buttons.notifications.icon": "#f7d04b", + "theme.bar.buttons.notifications.hover": "#303030", + "theme.bar.buttons.notifications.background": "#121212", + "theme.bar.buttons.clock.icon": "#5bafff", + "theme.bar.buttons.clock.text": "#5bafff", + "theme.bar.buttons.clock.hover": "#303030", + "theme.bar.buttons.clock.background": "#121212", + "theme.bar.buttons.battery.icon": "#f7d04b", + "theme.bar.buttons.battery.text": "#f7d04b", + "theme.bar.buttons.battery.hover": "#303030", + "theme.bar.buttons.battery.background": "#121212", + "theme.bar.buttons.systray.hover": "#303030", + "theme.bar.buttons.systray.background": "#121212", + "theme.bar.buttons.bluetooth.icon": "#5bafff", + "theme.bar.buttons.bluetooth.text": "#5bafff", + "theme.bar.buttons.bluetooth.hover": "#303030", + "theme.bar.buttons.bluetooth.background": "#121212", + "theme.bar.buttons.network.icon": "#e23fe2", + "theme.bar.buttons.network.text": "#e23fe2", + "theme.bar.buttons.network.hover": "#303030", + "theme.bar.buttons.network.background": "#121212", + "theme.bar.buttons.volume.icon": "#ff3f3f", + "theme.bar.buttons.volume.text": "#ff3f3f", + "theme.bar.buttons.volume.hover": "#303030", + "theme.bar.buttons.volume.background": "#121212", + "theme.bar.buttons.media.hover": "#303030", + "theme.bar.buttons.windowtitle.icon": "#5bafff", + "theme.bar.buttons.windowtitle.text": "#5bafff", + "theme.bar.buttons.windowtitle.hover": "#303030", + "theme.bar.buttons.windowtitle.background": "#121212", + "theme.bar.buttons.workspaces.numbered_active_text_color": "#ffffff", + "theme.bar.buttons.workspaces.active": "#e23fe2", + "theme.bar.buttons.workspaces.occupied": "#ff3f3f", + "theme.bar.buttons.workspaces.available": "#5bafff", + "theme.bar.buttons.workspaces.hover": "#303030", + "theme.bar.buttons.workspaces.background": "#121212", + "theme.bar.buttons.dashboard.icon": "#f7d04b", + "theme.bar.buttons.dashboard.hover": "#303030", + "theme.bar.buttons.dashboard.background": "#121212", + "theme.osd.label": "#5bafff", + "theme.osd.icon": "#0a0a0a", + "theme.osd.bar_overflow_color": "#ff3f3f", + "theme.osd.bar_empty_color": "#1a1a1a", + "theme.osd.bar_color": "#5bafff", + "theme.osd.icon_container": "#5bafff", + "theme.osd.bar_container": "#0a0a0a", + "theme.notification.close_button.label": "#0a0a0a", + "theme.notification.close_button.background": "#ff3f3f", + "theme.notification.labelicon": "#5bafff", + "theme.notification.text": "#d1d1d1", + "theme.notification.time": "#797979", + "theme.notification.border": "#1a1a1a", + "theme.notification.label": "#5bafff", + "theme.notification.actions.text": "#0a0a0a", + "theme.notification.actions.background": "#5bafff", + "theme.notification.background": "#0a0a0a", + "theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b", + "theme.bar.buttons.workspaces.numbered_active_underline_color": "#e23ee2", + "theme.bar.menus.menu.media.card.color": "#1A1A1A", + "theme.bar.menus.check_radio_button.background": "#000000", + "theme.bar.menus.check_radio_button.active": "#ffffff" +} \ No newline at end of file diff --git a/themes/everforest.json b/themes/everforest.json new file mode 100644 index 0000000..da985eb --- /dev/null +++ b/themes/everforest.json @@ -0,0 +1,264 @@ +{ + "theme.bar.menus.background": "#2b3339", + "theme.bar.background": "#2b3339", + "theme.bar.buttons.media.icon": "#a7c080", + "theme.bar.buttons.media.text": "#a7c080", + "theme.bar.buttons.icon": "#a7c080", + "theme.bar.buttons.text": "#a7c080", + "theme.bar.buttons.hover": "#445055", + "theme.bar.buttons.background": "#323d43", + "theme.bar.menus.text": "#d3c6aa", + "theme.bar.menus.border.color": "#454b53", + "theme.bar.buttons.media.background": "#323d43", + "theme.bar.menus.menu.volume.text": "#d3c6aa", + "theme.bar.menus.menu.volume.card.color": "#2f383e", + "theme.bar.menus.menu.volume.label.color": "#e67e80", + "theme.bar.menus.popover.text": "#a7c080", + "theme.bar.menus.popover.background": "#3a4248", + "theme.bar.menus.menu.dashboard.powermenu.shutdown": "#e67e80", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#e67e80", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#a7c080", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#2b3339", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#d3c6aa", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#a7c080", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#454b53", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#2b3339", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#2f383e", + "theme.bar.menus.menu.notifications.switch.puck": "#445055", + "theme.bar.menus.menu.notifications.switch.disabled": "#454b54", + "theme.bar.menus.menu.notifications.switch.enabled": "#a7c080", + "theme.bar.menus.menu.notifications.clear": "#e67e80", + "theme.bar.menus.menu.notifications.switch_divider": "#445055", + "theme.bar.menus.menu.notifications.border": "#454b53", + "theme.bar.menus.menu.notifications.card": "#2f383e", + "theme.bar.menus.menu.notifications.background": "#2b3339", + "theme.bar.menus.menu.notifications.no_notifications_label": "#454b53", + "theme.bar.menus.menu.notifications.label": "#a7c080", + "theme.bar.menus.menu.dashboard.monitors.disk.label": "#d699b6", + "theme.bar.menus.menu.dashboard.monitors.disk.bar": "#d699b6", + "theme.bar.menus.menu.dashboard.monitors.disk.icon": "#d699b6", + "theme.bar.menus.menu.dashboard.monitors.gpu.label": "#a7c080", + "theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#a7c080", + "theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#a7c080", + "theme.bar.menus.menu.dashboard.monitors.ram.label": "#dbbc7f", + "theme.bar.menus.menu.dashboard.monitors.ram.bar": "#dbbc7f", + "theme.bar.menus.menu.dashboard.monitors.ram.icon": "#dbbc7f", + "theme.bar.menus.menu.dashboard.monitors.cpu.label": "#e67e80", + "theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#e67e80", + "theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#e67e80", + "theme.bar.menus.menu.dashboard.monitors.bar_background": "#445055", + "theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#a7c080", + "theme.bar.menus.menu.dashboard.directories.right.middle.color": "#83c092", + "theme.bar.menus.menu.dashboard.directories.right.top.color": "#a7c080", + "theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#e67e80", + "theme.bar.menus.menu.dashboard.directories.left.middle.color": "#dbbc7f", + "theme.bar.menus.menu.dashboard.directories.left.top.color": "#d699b6", + "theme.bar.menus.menu.dashboard.controls.input.text": "#3a4248", + "theme.bar.menus.menu.dashboard.controls.input.background": "#d699b6", + "theme.bar.menus.menu.dashboard.controls.volume.text": "#3a4248", + "theme.bar.menus.menu.dashboard.controls.volume.background": "#e67e80", + "theme.bar.menus.menu.dashboard.controls.notifications.text": "#3a4248", + "theme.bar.menus.menu.dashboard.controls.notifications.background": "#dbbc7f", + "theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#3a4248", + "theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#83c092", + "theme.bar.menus.menu.dashboard.controls.wifi.text": "#3a4248", + "theme.bar.menus.menu.dashboard.controls.wifi.background": "#83c092", + "theme.bar.menus.menu.dashboard.controls.disabled": "#5c6a72", + "theme.bar.menus.menu.dashboard.shortcuts.recording": "#a7c080", + "theme.bar.menus.menu.dashboard.shortcuts.text": "#3a4248", + "theme.bar.menus.menu.dashboard.shortcuts.background": "#a7c080", + "theme.bar.menus.menu.dashboard.powermenu.sleep": "#83c092", + "theme.bar.menus.menu.dashboard.powermenu.logout": "#a7c080", + "theme.bar.menus.menu.dashboard.powermenu.restart": "#dbbc7f", + "theme.bar.menus.menu.dashboard.profile.name": "#d699b6", + "theme.bar.menus.menu.dashboard.border.color": "#454b53", + "theme.bar.menus.menu.dashboard.background.color": "#2b3339", + "theme.bar.menus.menu.dashboard.card.color": "#2f383e", + "theme.bar.menus.menu.clock.weather.hourly.temperature": "#d699b6", + "theme.bar.menus.menu.clock.weather.hourly.icon": "#d699b6", + "theme.bar.menus.menu.clock.weather.hourly.time": "#d699b6", + "theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#83c092", + "theme.bar.menus.menu.clock.weather.thermometer.cold": "#83c092", + "theme.bar.menus.menu.clock.weather.thermometer.moderate": "#a7c080", + "theme.bar.menus.menu.clock.weather.thermometer.hot": "#dbbc7f", + "theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#e67e80", + "theme.bar.menus.menu.clock.weather.stats": "#d699b6", + "theme.bar.menus.menu.clock.weather.status": "#83c092", + "theme.bar.menus.menu.clock.weather.temperature": "#d3c6aa", + "theme.bar.menus.menu.clock.weather.icon": "#d699b6", + "theme.bar.menus.menu.clock.calendar.contextdays": "#5c6a72", + "theme.bar.menus.menu.clock.calendar.days": "#d3c6aa", + "theme.bar.menus.menu.clock.calendar.currentday": "#d699b6", + "theme.bar.menus.menu.clock.calendar.paginator": "#d699b6", + "theme.bar.menus.menu.clock.calendar.weekdays": "#d699b6", + "theme.bar.menus.menu.clock.calendar.yearmonth": "#83c092", + "theme.bar.menus.menu.clock.time.timeperiod": "#83c092", + "theme.bar.menus.menu.clock.time.time": "#d699b6", + "theme.bar.menus.menu.clock.text": "#d3c6aa", + "theme.bar.menus.menu.clock.border.color": "#454b53", + "theme.bar.menus.menu.clock.background.color": "#2b3339", + "theme.bar.menus.menu.clock.card.color": "#2f383e", + "theme.bar.menus.menu.battery.slider.puck": "#445055", + "theme.bar.menus.menu.battery.slider.backgroundhover": "#445055", + "theme.bar.menus.menu.battery.slider.background": "#5c6a72", + "theme.bar.menus.menu.battery.slider.primary": "#dbbc7f", + "theme.bar.menus.menu.battery.icons.active": "#dbbc7f", + "theme.bar.menus.menu.battery.icons.passive": "#7a8478", + "theme.bar.menus.menu.battery.listitems.active": "#dbbc7f", + "theme.bar.menus.menu.battery.listitems.passive": "#d3c6aa", + "theme.bar.menus.menu.battery.text": "#d3c6aa", + "theme.bar.menus.menu.battery.label.color": "#dbbc7f", + "theme.bar.menus.menu.battery.border.color": "#454b53", + "theme.bar.menus.menu.battery.background.color": "#2b3339", + "theme.bar.menus.menu.battery.card.color": "#2f383e", + "theme.bar.menus.menu.systray.dropdownmenu.divider": "#2f383e", + "theme.bar.menus.menu.systray.dropdownmenu.text": "#d3c6aa", + "theme.bar.menus.menu.systray.dropdownmenu.background": "#2b3339", + "theme.bar.menus.menu.bluetooth.iconbutton.active": "#a7c080", + "theme.bar.menus.menu.bluetooth.iconbutton.passive": "#d3c6aa", + "theme.bar.menus.menu.bluetooth.icons.active": "#a7c080", + "theme.bar.menus.menu.bluetooth.icons.passive": "#868d80", + "theme.bar.menus.menu.bluetooth.listitems.active": "#a7c07f", + "theme.bar.menus.menu.bluetooth.listitems.passive": "#d3c6aa", + "theme.bar.menus.menu.bluetooth.switch.puck": "#454b53", + "theme.bar.menus.menu.bluetooth.switch.disabled": "#2f383e", + "theme.bar.menus.menu.bluetooth.switch.enabled": "#a7c080", + "theme.bar.menus.menu.bluetooth.switch_divider": "#454b53", + "theme.bar.menus.menu.bluetooth.status": "#868d80", + "theme.bar.menus.menu.bluetooth.text": "#d3c6aa", + "theme.bar.menus.menu.bluetooth.label.color": "#a7c080", + "theme.bar.menus.menu.bluetooth.border.color": "#2f383e", + "theme.bar.menus.menu.bluetooth.background.color": "#2b3339", + "theme.bar.menus.menu.bluetooth.card.color": "#2f383e", + "theme.bar.menus.menu.network.iconbuttons.active": "#e69875", + "theme.bar.menus.menu.network.iconbuttons.passive": "#d3c6aa", + "theme.bar.menus.menu.network.icons.active": "#e69875", + "theme.bar.menus.menu.network.icons.passive": "#868d80", + "theme.bar.menus.menu.network.listitems.active": "#e69874", + "theme.bar.menus.menu.network.listitems.passive": "#d3c6aa", + "theme.bar.menus.menu.network.status.color": "#868d80", + "theme.bar.menus.menu.network.text": "#d3c6aa", + "theme.bar.menus.menu.network.label.color": "#e69875", + "theme.bar.menus.menu.network.border.color": "#2f383e", + "theme.bar.menus.menu.network.background.color": "#2b3339", + "theme.bar.menus.menu.network.card.color": "#2f383e", + "theme.bar.menus.menu.volume.input_slider.puck": "#83c092", + "theme.bar.menus.menu.volume.input_slider.backgroundhover": "#454b53", + "theme.bar.menus.menu.volume.input_slider.background": "#83c093", + "theme.bar.menus.menu.volume.input_slider.primary": "#dbbc7f", + "theme.bar.menus.menu.volume.audio_slider.puck": "#83c092", + "theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#454b53", + "theme.bar.menus.menu.volume.audio_slider.background": "#83c093", + "theme.bar.menus.menu.volume.audio_slider.primary": "#dbbc7f", + "theme.bar.menus.menu.volume.icons.active": "#dbbc7f", + "theme.bar.menus.menu.volume.icons.passive": "#868d80", + "theme.bar.menus.menu.volume.iconbutton.active": "#dbbc7f", + "theme.bar.menus.menu.volume.iconbutton.passive": "#d3c6aa", + "theme.bar.menus.menu.volume.listitems.active": "#dbbc7e", + "theme.bar.menus.menu.volume.listitems.passive": "#d3c6aa", + "theme.bar.menus.menu.volume.border.color": "#2f383e", + "theme.bar.menus.menu.volume.background.color": "#2b3339", + "theme.bar.menus.menu.media.slider.puck": "#868d80", + "theme.bar.menus.menu.media.slider.backgroundhover": "#454b53", + "theme.bar.menus.menu.media.slider.background": "#83c093", + "theme.bar.menus.menu.media.slider.primary": "#a7c080", + "theme.bar.menus.menu.media.buttons.text": "#2b3339", + "theme.bar.menus.menu.media.buttons.background": "#83c092", + "theme.bar.menus.menu.media.buttons.enabled": "#a7c080", + "theme.bar.menus.menu.media.buttons.inactive": "#83c092", + "theme.bar.menus.menu.media.border.color": "#2f383e", + "theme.bar.menus.menu.media.background.color": "#2b3339", + "theme.bar.menus.menu.media.album": "#a7c080", + "theme.bar.menus.menu.media.artist": "#a7c080", + "theme.bar.menus.menu.media.song": "#83c092", + "theme.bar.menus.tooltip.text": "#d3c6aa", + "theme.bar.menus.tooltip.background": "#2b3339", + "theme.bar.menus.dropdownmenu.divider": "#2f383e", + "theme.bar.menus.dropdownmenu.text": "#d3c6aa", + "theme.bar.menus.dropdownmenu.background": "#2b3339", + "theme.bar.menus.slider.puck": "#868d80", + "theme.bar.menus.slider.backgroundhover": "#454b53", + "theme.bar.menus.slider.background": "#83c093", + "theme.bar.menus.slider.primary": "#83c092", + "theme.bar.menus.progressbar.background": "#454b53", + "theme.bar.menus.progressbar.foreground": "#83c092", + "theme.bar.menus.iconbuttons.active": "#83c092", + "theme.bar.menus.iconbuttons.passive": "#d3c6aa", + "theme.bar.menus.buttons.text": "#2b3339", + "theme.bar.menus.buttons.disabled": "#83c093", + "theme.bar.menus.buttons.active": "#a7c080", + "theme.bar.menus.buttons.default": "#83c092", + "theme.bar.menus.switch.puck": "#454b53", + "theme.bar.menus.switch.disabled": "#2f383e", + "theme.bar.menus.switch.enabled": "#83c092", + "theme.bar.menus.icons.active": "#83c092", + "theme.bar.menus.icons.passive": "#83c092", + "theme.bar.menus.listitems.active": "#83c091", + "theme.bar.menus.listitems.passive": "#d3c6aa", + "theme.bar.menus.label": "#83c092", + "theme.bar.menus.feinttext": "#2f383e", + "theme.bar.menus.dimtext": "#83c092", + "theme.bar.menus.cards": "#2f383e", + "theme.bar.buttons.notifications.total": "#83c092", + "theme.bar.buttons.notifications.icon": "#83c092", + "theme.bar.buttons.notifications.hover": "#454b53", + "theme.bar.buttons.notifications.background": "#323d43", + "theme.bar.buttons.clock.icon": "#dbbc7f", + "theme.bar.buttons.clock.text": "#dbbc7f", + "theme.bar.buttons.clock.hover": "#454b53", + "theme.bar.buttons.clock.background": "#323d43", + "theme.bar.buttons.battery.icon": "#e69875", + "theme.bar.buttons.battery.text": "#e69875", + "theme.bar.buttons.battery.hover": "#454b53", + "theme.bar.buttons.battery.background": "#323d43", + "theme.bar.buttons.systray.hover": "#454b53", + "theme.bar.buttons.systray.background": "#323d43", + "theme.bar.buttons.bluetooth.icon": "#a7c080", + "theme.bar.buttons.bluetooth.text": "#a7c080", + "theme.bar.buttons.bluetooth.hover": "#454b53", + "theme.bar.buttons.bluetooth.background": "#323d43", + "theme.bar.buttons.network.icon": "#e69875", + "theme.bar.buttons.network.text": "#e69875", + "theme.bar.buttons.network.hover": "#454b53", + "theme.bar.buttons.network.background": "#323d43", + "theme.bar.buttons.volume.icon": "#dbbc7f", + "theme.bar.buttons.volume.text": "#dbbc7f", + "theme.bar.buttons.volume.hover": "#454b53", + "theme.bar.buttons.volume.background": "#323d43", + "theme.bar.buttons.media.hover": "#454b53", + "theme.bar.buttons.windowtitle.icon": "#dbbc7f", + "theme.bar.buttons.windowtitle.text": "#dbbc7f", + "theme.bar.buttons.windowtitle.hover": "#454b53", + "theme.bar.buttons.windowtitle.background": "#323d43", + "theme.bar.buttons.workspaces.numbered_active_text_color": "#2b3339", + "theme.bar.buttons.workspaces.active": "#dbbc7f", + "theme.bar.buttons.workspaces.occupied": "#e69875", + "theme.bar.buttons.workspaces.available": "#a7c080", + "theme.bar.buttons.workspaces.hover": "#454b53", + "theme.bar.buttons.workspaces.background": "#323d43", + "theme.bar.buttons.dashboard.icon": "#e69875", + "theme.bar.buttons.dashboard.hover": "#454b53", + "theme.bar.buttons.dashboard.background": "#323d43", + "theme.osd.label": "#d3c6aa", + "theme.osd.icon": "#2b3339", + "theme.osd.bar_overflow_color": "#e67e80", + "theme.osd.bar_empty_color": "#504945", + "theme.osd.bar_color": "#d3c6aa", + "theme.osd.icon_container": "#d3c6aa", + "theme.osd.bar_container": "#2b3339", + "theme.notification.close_button.label": "#2b3339", + "theme.notification.close_button.background": "#e67e80", + "theme.notification.labelicon": "#d3c6aa", + "theme.notification.text": "#d8caac", + "theme.notification.time": "#a89984", + "theme.notification.border": "#323d43", + "theme.notification.label": "#d3c6aa", + "theme.notification.actions.text": "#2b3339", + "theme.notification.actions.background": "#a7c080", + "theme.notification.background": "#2b3239", + "theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b", + "theme.bar.buttons.workspaces.numbered_active_underline_color": "#ffffff", + "theme.bar.menus.menu.media.card.color": "#2f383e", + "theme.bar.menus.check_radio_button.background": "#000000", + "theme.bar.menus.check_radio_button.active": "#ffffff" +} \ No newline at end of file diff --git a/themes/monochrome.json b/themes/monochrome.json new file mode 100644 index 0000000..aefdb2e --- /dev/null +++ b/themes/monochrome.json @@ -0,0 +1,264 @@ +{ + "theme.bar.menus.background": "#000000", + "theme.bar.background": "#000000", + "theme.bar.buttons.media.icon": "#FFFFFF", + "theme.bar.buttons.media.text": "#FFFFFF", + "theme.bar.buttons.icon": "#FFFFFF", + "theme.bar.buttons.text": "#FFFFFF", + "theme.bar.buttons.hover": "#333333", + "theme.bar.buttons.background": "#1A1A1A", + "theme.bar.menus.text": "#CCCCCC", + "theme.bar.menus.border.color": "#333333", + "theme.bar.buttons.media.background": "#090909", + "theme.bar.menus.menu.volume.text": "#CCCCCC", + "theme.bar.menus.menu.volume.card.color": "#1A1A1A", + "theme.bar.menus.menu.volume.label.color": "#FFFFFF", + "theme.bar.menus.popover.text": "#FFFFFF", + "theme.bar.menus.popover.background": "#000000", + "theme.bar.menus.menu.dashboard.powermenu.shutdown": "#ffffff", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#ffffff", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#ffffff", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#000000", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#CCCCCC", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#FFFFFF", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#333333", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#000000", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1A1A1A", + "theme.bar.menus.menu.notifications.switch.puck": "#333333", + "theme.bar.menus.menu.notifications.switch.disabled": "#333333", + "theme.bar.menus.menu.notifications.switch.enabled": "#FFFFFF", + "theme.bar.menus.menu.notifications.clear": "#ffffff", + "theme.bar.menus.menu.notifications.switch_divider": "#333333", + "theme.bar.menus.menu.notifications.border": "#333333", + "theme.bar.menus.menu.notifications.card": "#1A1A1A", + "theme.bar.menus.menu.notifications.background": "#000000", + "theme.bar.menus.menu.notifications.no_notifications_label": "#333333", + "theme.bar.menus.menu.notifications.label": "#FFFFFF", + "theme.bar.menus.menu.dashboard.monitors.disk.label": "#FFFFFF", + "theme.bar.menus.menu.dashboard.monitors.disk.bar": "#FFFFFF", + "theme.bar.menus.menu.dashboard.monitors.disk.icon": "#FFFFFF", + "theme.bar.menus.menu.dashboard.monitors.gpu.label": "#ffffff", + "theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#ffffff", + "theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#ffffff", + "theme.bar.menus.menu.dashboard.monitors.ram.label": "#ffffff", + "theme.bar.menus.menu.dashboard.monitors.ram.bar": "#ffffff", + "theme.bar.menus.menu.dashboard.monitors.ram.icon": "#ffffff", + "theme.bar.menus.menu.dashboard.monitors.cpu.label": "#ffffff", + "theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#ffffff", + "theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#ffffff", + "theme.bar.menus.menu.dashboard.monitors.bar_background": "#333333", + "theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#FFFFFF", + "theme.bar.menus.menu.dashboard.directories.right.middle.color": "#FFFFFF", + "theme.bar.menus.menu.dashboard.directories.right.top.color": "#FFFFFF", + "theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#ffffff", + "theme.bar.menus.menu.dashboard.directories.left.middle.color": "#ffffff", + "theme.bar.menus.menu.dashboard.directories.left.top.color": "#FFFFFF", + "theme.bar.menus.menu.dashboard.controls.input.text": "#000000", + "theme.bar.menus.menu.dashboard.controls.input.background": "#FFFFFF", + "theme.bar.menus.menu.dashboard.controls.volume.text": "#000000", + "theme.bar.menus.menu.dashboard.controls.volume.background": "#ffffff", + "theme.bar.menus.menu.dashboard.controls.notifications.text": "#000000", + "theme.bar.menus.menu.dashboard.controls.notifications.background": "#ffffff", + "theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#000000", + "theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#ffffff", + "theme.bar.menus.menu.dashboard.controls.wifi.text": "#000000", + "theme.bar.menus.menu.dashboard.controls.wifi.background": "#FFFFFF", + "theme.bar.menus.menu.dashboard.controls.disabled": "#333333", + "theme.bar.menus.menu.dashboard.shortcuts.recording": "#5CFF5C", + "theme.bar.menus.menu.dashboard.shortcuts.text": "#000000", + "theme.bar.menus.menu.dashboard.shortcuts.background": "#FFFFFF", + "theme.bar.menus.menu.dashboard.powermenu.sleep": "#ffffff", + "theme.bar.menus.menu.dashboard.powermenu.logout": "#ffffff", + "theme.bar.menus.menu.dashboard.powermenu.restart": "#ffffff", + "theme.bar.menus.menu.dashboard.profile.name": "#FFFFFF", + "theme.bar.menus.menu.dashboard.border.color": "#333333", + "theme.bar.menus.menu.dashboard.background.color": "#000000", + "theme.bar.menus.menu.dashboard.card.color": "#1A1A1A", + "theme.bar.menus.menu.clock.weather.hourly.temperature": "#FFFFFF", + "theme.bar.menus.menu.clock.weather.hourly.icon": "#FFFFFF", + "theme.bar.menus.menu.clock.weather.hourly.time": "#FFFFFF", + "theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#ffffff", + "theme.bar.menus.menu.clock.weather.thermometer.cold": "#ffffff", + "theme.bar.menus.menu.clock.weather.thermometer.moderate": "#FFFFFF", + "theme.bar.menus.menu.clock.weather.thermometer.hot": "#ffffff", + "theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#ffffff", + "theme.bar.menus.menu.clock.weather.stats": "#FFFFFF", + "theme.bar.menus.menu.clock.weather.status": "#FFFFFF", + "theme.bar.menus.menu.clock.weather.temperature": "#CCCCCC", + "theme.bar.menus.menu.clock.weather.icon": "#FFFFFF", + "theme.bar.menus.menu.clock.calendar.contextdays": "#333333", + "theme.bar.menus.menu.clock.calendar.days": "#CCCCCC", + "theme.bar.menus.menu.clock.calendar.currentday": "#FFFFFF", + "theme.bar.menus.menu.clock.calendar.paginator": "#FFFFFF", + "theme.bar.menus.menu.clock.calendar.weekdays": "#FFFFFF", + "theme.bar.menus.menu.clock.calendar.yearmonth": "#ffffff", + "theme.bar.menus.menu.clock.time.timeperiod": "#ffffff", + "theme.bar.menus.menu.clock.time.time": "#FFFFFF", + "theme.bar.menus.menu.clock.text": "#CCCCCC", + "theme.bar.menus.menu.clock.border.color": "#333333", + "theme.bar.menus.menu.clock.background.color": "#000000", + "theme.bar.menus.menu.clock.card.color": "#1A1A1A", + "theme.bar.menus.menu.battery.slider.puck": "#5e5c64", + "theme.bar.menus.menu.battery.slider.backgroundhover": "#5e5c64", + "theme.bar.menus.menu.battery.slider.background": "#5e5c64", + "theme.bar.menus.menu.battery.slider.primary": "#cccccc", + "theme.bar.menus.menu.battery.icons.active": "#ffffff", + "theme.bar.menus.menu.battery.icons.passive": "#9a9996", + "theme.bar.menus.menu.battery.listitems.active": "#ffffff", + "theme.bar.menus.menu.battery.listitems.passive": "#9a9996", + "theme.bar.menus.menu.battery.text": "#CCCCCC", + "theme.bar.menus.menu.battery.label.color": "#ffffff", + "theme.bar.menus.menu.battery.border.color": "#333333", + "theme.bar.menus.menu.battery.background.color": "#000000", + "theme.bar.menus.menu.battery.card.color": "#111111", + "theme.bar.menus.menu.systray.dropdownmenu.divider": "#1A1A1A", + "theme.bar.menus.menu.systray.dropdownmenu.text": "#CCCCCC", + "theme.bar.menus.menu.systray.dropdownmenu.background": "#000000", + "theme.bar.menus.menu.bluetooth.iconbutton.active": "#ffffff", + "theme.bar.menus.menu.bluetooth.iconbutton.passive": "#9a9996", + "theme.bar.menus.menu.bluetooth.icons.active": "#ffffff", + "theme.bar.menus.menu.bluetooth.icons.passive": "#77767b", + "theme.bar.menus.menu.bluetooth.listitems.active": "#FFFFFF", + "theme.bar.menus.menu.bluetooth.listitems.passive": "#77767b", + "theme.bar.menus.menu.bluetooth.switch.puck": "#9a9996", + "theme.bar.menus.menu.bluetooth.switch.disabled": "#444444", + "theme.bar.menus.menu.bluetooth.switch.enabled": "#FFFFFF", + "theme.bar.menus.menu.bluetooth.switch_divider": "#444444", + "theme.bar.menus.menu.bluetooth.status": "#CCCCCC", + "theme.bar.menus.menu.bluetooth.text": "#FFFFFF", + "theme.bar.menus.menu.bluetooth.label.color": "#FFFFFF", + "theme.bar.menus.menu.bluetooth.border.color": "#444444", + "theme.bar.menus.menu.bluetooth.background.color": "#000000", + "theme.bar.menus.menu.bluetooth.card.color": "#111111", + "theme.bar.menus.menu.network.iconbuttons.active": "#FFFFFF", + "theme.bar.menus.menu.network.iconbuttons.passive": "#77767b", + "theme.bar.menus.menu.network.icons.active": "#FFFFFF", + "theme.bar.menus.menu.network.icons.passive": "#77767b", + "theme.bar.menus.menu.network.listitems.active": "#FFFFFF", + "theme.bar.menus.menu.network.listitems.passive": "#77767b", + "theme.bar.menus.menu.network.status.color": "#CCCCCC", + "theme.bar.menus.menu.network.text": "#FFFFFF", + "theme.bar.menus.menu.network.label.color": "#FFFFFF", + "theme.bar.menus.menu.network.border.color": "#444444", + "theme.bar.menus.menu.network.background.color": "#000000", + "theme.bar.menus.menu.network.card.color": "#111111", + "theme.bar.menus.menu.volume.input_slider.puck": "#CCCCCC", + "theme.bar.menus.menu.volume.input_slider.backgroundhover": "#444444", + "theme.bar.menus.menu.volume.input_slider.background": "#77767b", + "theme.bar.menus.menu.volume.input_slider.primary": "#FFFFFF", + "theme.bar.menus.menu.volume.audio_slider.puck": "#CCCCCC", + "theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#444444", + "theme.bar.menus.menu.volume.audio_slider.background": "#77767b", + "theme.bar.menus.menu.volume.audio_slider.primary": "#FFFFFF", + "theme.bar.menus.menu.volume.icons.active": "#FFFFFF", + "theme.bar.menus.menu.volume.icons.passive": "#77767b", + "theme.bar.menus.menu.volume.iconbutton.active": "#FFFFFF", + "theme.bar.menus.menu.volume.iconbutton.passive": "#77767b", + "theme.bar.menus.menu.volume.listitems.active": "#FFFFFF", + "theme.bar.menus.menu.volume.listitems.passive": "#77767b", + "theme.bar.menus.menu.volume.border.color": "#444444", + "theme.bar.menus.menu.volume.background.color": "#000000", + "theme.bar.menus.menu.media.slider.puck": "#CCCCCC", + "theme.bar.menus.menu.media.slider.backgroundhover": "#444444", + "theme.bar.menus.menu.media.slider.background": "#77767b", + "theme.bar.menus.menu.media.slider.primary": "#FFFFFF", + "theme.bar.menus.menu.media.buttons.text": "#000000", + "theme.bar.menus.menu.media.buttons.background": "#FFFFFF", + "theme.bar.menus.menu.media.buttons.enabled": "#FFFFFF", + "theme.bar.menus.menu.media.buttons.inactive": "#5e5c64", + "theme.bar.menus.menu.media.border.color": "#444444", + "theme.bar.menus.menu.media.background.color": "#000000", + "theme.bar.menus.menu.media.album": "#FFFFFF", + "theme.bar.menus.menu.media.artist": "#FFFFFF", + "theme.bar.menus.menu.media.song": "#FFFFFF", + "theme.bar.menus.tooltip.text": "#FFFFFF", + "theme.bar.menus.tooltip.background": "#000000", + "theme.bar.menus.dropdownmenu.divider": "#111111", + "theme.bar.menus.dropdownmenu.text": "#FFFFFF", + "theme.bar.menus.dropdownmenu.background": "#000000", + "theme.bar.menus.slider.puck": "#CCCCCC", + "theme.bar.menus.slider.backgroundhover": "#444444", + "theme.bar.menus.slider.background": "#CCCCCC", + "theme.bar.menus.slider.primary": "#FFFFFF", + "theme.bar.menus.progressbar.background": "#444444", + "theme.bar.menus.progressbar.foreground": "#FFFFFF", + "theme.bar.menus.iconbuttons.active": "#FFFFFF", + "theme.bar.menus.iconbuttons.passive": "#FFFFFF", + "theme.bar.menus.buttons.text": "#000000", + "theme.bar.menus.buttons.disabled": "#CCCCCC", + "theme.bar.menus.buttons.active": "#FFFFFF", + "theme.bar.menus.buttons.default": "#FFFFFF", + "theme.bar.menus.switch.puck": "#CCCCCC", + "theme.bar.menus.switch.disabled": "#444444", + "theme.bar.menus.switch.enabled": "#FFFFFF", + "theme.bar.menus.icons.active": "#FFFFFF", + "theme.bar.menus.icons.passive": "#CCCCCC", + "theme.bar.menus.listitems.active": "#FFFFFF", + "theme.bar.menus.listitems.passive": "#FFFFFF", + "theme.bar.menus.label": "#FFFFFF", + "theme.bar.menus.feinttext": "#444444", + "theme.bar.menus.dimtext": "#CCCCCC", + "theme.bar.menus.cards": "#111111", + "theme.bar.buttons.notifications.total": "#FFFFFF", + "theme.bar.buttons.notifications.icon": "#FFFFFF", + "theme.bar.buttons.notifications.hover": "#444444", + "theme.bar.buttons.notifications.background": "#090909", + "theme.bar.buttons.clock.icon": "#FFFFFF", + "theme.bar.buttons.clock.text": "#FFFFFF", + "theme.bar.buttons.clock.hover": "#444444", + "theme.bar.buttons.clock.background": "#090909", + "theme.bar.buttons.battery.icon": "#FFFFFF", + "theme.bar.buttons.battery.text": "#FFFFFF", + "theme.bar.buttons.battery.hover": "#444444", + "theme.bar.buttons.battery.background": "#090909", + "theme.bar.buttons.systray.hover": "#444444", + "theme.bar.buttons.systray.background": "#090909", + "theme.bar.buttons.bluetooth.icon": "#FFFFFF", + "theme.bar.buttons.bluetooth.text": "#FFFFFF", + "theme.bar.buttons.bluetooth.hover": "#444444", + "theme.bar.buttons.bluetooth.background": "#090909", + "theme.bar.buttons.network.icon": "#FFFFFF", + "theme.bar.buttons.network.text": "#FFFFFF", + "theme.bar.buttons.network.hover": "#444444", + "theme.bar.buttons.network.background": "#090909", + "theme.bar.buttons.volume.icon": "#FFFFFF", + "theme.bar.buttons.volume.text": "#FFFFFF", + "theme.bar.buttons.volume.hover": "#444444", + "theme.bar.buttons.volume.background": "#090909", + "theme.bar.buttons.media.hover": "#444444", + "theme.bar.buttons.windowtitle.icon": "#FFFFFF", + "theme.bar.buttons.windowtitle.text": "#FFFFFF", + "theme.bar.buttons.windowtitle.hover": "#444444", + "theme.bar.buttons.windowtitle.background": "#090909", + "theme.bar.buttons.workspaces.numbered_active_text_color": "#000000", + "theme.bar.buttons.workspaces.active": "#FFFFFF", + "theme.bar.buttons.workspaces.occupied": "#FFFFFF", + "theme.bar.buttons.workspaces.available": "#FFFFFF", + "theme.bar.buttons.workspaces.hover": "#444444", + "theme.bar.buttons.workspaces.background": "#090909", + "theme.bar.buttons.dashboard.icon": "#FFFFFF", + "theme.bar.buttons.dashboard.hover": "#444444", + "theme.bar.buttons.dashboard.background": "#090909", + "theme.osd.label": "#FFFFFF", + "theme.osd.icon": "#000000", + "theme.osd.bar_overflow_color": "#FFFFFF", + "theme.osd.bar_empty_color": "#444444", + "theme.osd.bar_color": "#FFFFFF", + "theme.osd.icon_container": "#FFFFFF", + "theme.osd.bar_container": "#000000", + "theme.notification.close_button.label": "#000000", + "theme.notification.close_button.background": "#FFFFFF", + "theme.notification.labelicon": "#FFFFFF", + "theme.notification.text": "#FFFFFF", + "theme.notification.time": "#CCCCCC", + "theme.notification.border": "#444444", + "theme.notification.label": "#FFFFFF", + "theme.notification.actions.text": "#000000", + "theme.notification.actions.background": "#FFFFFF", + "theme.notification.background": "#1a1a1a", + "theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b", + "theme.bar.buttons.workspaces.numbered_active_underline_color": "#ffffff", + "theme.bar.menus.menu.media.card.color": "#1A1A1A", + "theme.bar.menus.check_radio_button.background": "#000000", + "theme.bar.menus.check_radio_button.active": "#ffffff" +} \ No newline at end of file diff --git a/themes/one_dark.json b/themes/one_dark.json new file mode 100644 index 0000000..7e6d0f0 --- /dev/null +++ b/themes/one_dark.json @@ -0,0 +1,264 @@ +{ + "theme.bar.menus.background": "#282c34", + "theme.bar.background": "#282c34", + "theme.bar.buttons.media.icon": "#61afef", + "theme.bar.buttons.media.text": "#61afef", + "theme.bar.buttons.icon": "#61afef", + "theme.bar.buttons.text": "#61afef", + "theme.bar.buttons.hover": "#3e4451", + "theme.bar.buttons.background": "#3e4451", + "theme.bar.menus.text": "#abb2bf", + "theme.bar.menus.border.color": "#4b5263", + "theme.bar.buttons.media.background": "#21252b", + "theme.bar.menus.menu.volume.text": "#abb2bf", + "theme.bar.menus.menu.volume.card.color": "#21252b", + "theme.bar.menus.menu.volume.label.color": "#e06c75", + "theme.bar.menus.popover.text": "#61afef", + "theme.bar.menus.popover.background": "#282c34", + "theme.bar.menus.menu.dashboard.powermenu.shutdown": "#e06c75", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#e06c75", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#98c379", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#282c34", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#abb2bf", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#61afef", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#4b5263", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#282c34", + "theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#21252b", + "theme.bar.menus.menu.notifications.switch.puck": "#3e4451", + "theme.bar.menus.menu.notifications.switch.disabled": "#4b5263", + "theme.bar.menus.menu.notifications.switch.enabled": "#61afef", + "theme.bar.menus.menu.notifications.clear": "#e06c75", + "theme.bar.menus.menu.notifications.switch_divider": "#3e4451", + "theme.bar.menus.menu.notifications.border": "#4b5263", + "theme.bar.menus.menu.notifications.card": "#21252b", + "theme.bar.menus.menu.notifications.background": "#282c34", + "theme.bar.menus.menu.notifications.no_notifications_label": "#4b5263", + "theme.bar.menus.menu.notifications.label": "#61afef", + "theme.bar.menus.menu.dashboard.monitors.disk.label": "#c678dd", + "theme.bar.menus.menu.dashboard.monitors.disk.bar": "#c678dd", + "theme.bar.menus.menu.dashboard.monitors.disk.icon": "#c678dd", + "theme.bar.menus.menu.dashboard.monitors.gpu.label": "#98c379", + "theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#98c379", + "theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#98c379", + "theme.bar.menus.menu.dashboard.monitors.ram.label": "#e5c07b", + "theme.bar.menus.menu.dashboard.monitors.ram.bar": "#e5c07b", + "theme.bar.menus.menu.dashboard.monitors.ram.icon": "#e5c07b", + "theme.bar.menus.menu.dashboard.monitors.cpu.label": "#e06c75", + "theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#e06c75", + "theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#e06c75", + "theme.bar.menus.menu.dashboard.monitors.bar_background": "#3e4451", + "theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#61afef", + "theme.bar.menus.menu.dashboard.directories.right.middle.color": "#c678dd", + "theme.bar.menus.menu.dashboard.directories.right.top.color": "#56b6c2", + "theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#e06c75", + "theme.bar.menus.menu.dashboard.directories.left.middle.color": "#e5c07b", + "theme.bar.menus.menu.dashboard.directories.left.top.color": "#c678dd", + "theme.bar.menus.menu.dashboard.controls.input.text": "#282c34", + "theme.bar.menus.menu.dashboard.controls.input.background": "#c678dd", + "theme.bar.menus.menu.dashboard.controls.volume.text": "#282c34", + "theme.bar.menus.menu.dashboard.controls.volume.background": "#e06c75", + "theme.bar.menus.menu.dashboard.controls.notifications.text": "#282c34", + "theme.bar.menus.menu.dashboard.controls.notifications.background": "#e5c07b", + "theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#282c34", + "theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#56b6c2", + "theme.bar.menus.menu.dashboard.controls.wifi.text": "#282c34", + "theme.bar.menus.menu.dashboard.controls.wifi.background": "#c678dd", + "theme.bar.menus.menu.dashboard.controls.disabled": "#5c6370", + "theme.bar.menus.menu.dashboard.shortcuts.recording": "#98c379", + "theme.bar.menus.menu.dashboard.shortcuts.text": "#282c34", + "theme.bar.menus.menu.dashboard.shortcuts.background": "#61afef", + "theme.bar.menus.menu.dashboard.powermenu.sleep": "#56b6c2", + "theme.bar.menus.menu.dashboard.powermenu.logout": "#98c379", + "theme.bar.menus.menu.dashboard.powermenu.restart": "#d19a66", + "theme.bar.menus.menu.dashboard.profile.name": "#c678dd", + "theme.bar.menus.menu.dashboard.border.color": "#4b5263", + "theme.bar.menus.menu.dashboard.background.color": "#282c34", + "theme.bar.menus.menu.dashboard.card.color": "#21252b", + "theme.bar.menus.menu.clock.weather.hourly.temperature": "#c678dd", + "theme.bar.menus.menu.clock.weather.hourly.icon": "#c678dd", + "theme.bar.menus.menu.clock.weather.hourly.time": "#c678dd", + "theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#56b6c2", + "theme.bar.menus.menu.clock.weather.thermometer.cold": "#61afef", + "theme.bar.menus.menu.clock.weather.thermometer.moderate": "#61afef", + "theme.bar.menus.menu.clock.weather.thermometer.hot": "#d19a66", + "theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#e06c75", + "theme.bar.menus.menu.clock.weather.stats": "#c678dd", + "theme.bar.menus.menu.clock.weather.status": "#56b6c2", + "theme.bar.menus.menu.clock.weather.temperature": "#abb2bf", + "theme.bar.menus.menu.clock.weather.icon": "#c678dd", + "theme.bar.menus.menu.clock.calendar.contextdays": "#5c6370", + "theme.bar.menus.menu.clock.calendar.days": "#abb2bf", + "theme.bar.menus.menu.clock.calendar.currentday": "#c678dd", + "theme.bar.menus.menu.clock.calendar.paginator": "#c678dd", + "theme.bar.menus.menu.clock.calendar.weekdays": "#c678dd", + "theme.bar.menus.menu.clock.calendar.yearmonth": "#56b6c2", + "theme.bar.menus.menu.clock.time.timeperiod": "#56b6c2", + "theme.bar.menus.menu.clock.time.time": "#c678dd", + "theme.bar.menus.menu.clock.text": "#abb2bf", + "theme.bar.menus.menu.clock.border.color": "#4b5263", + "theme.bar.menus.menu.clock.background.color": "#282c34", + "theme.bar.menus.menu.clock.card.color": "#21252b", + "theme.bar.menus.menu.battery.slider.puck": "#3e4451", + "theme.bar.menus.menu.battery.slider.backgroundhover": "#3e4451", + "theme.bar.menus.menu.battery.slider.background": "#5c6370", + "theme.bar.menus.menu.battery.slider.primary": "#e5c07b", + "theme.bar.menus.menu.battery.icons.active": "#e5c07b", + "theme.bar.menus.menu.battery.icons.passive": "#828997", + "theme.bar.menus.menu.battery.listitems.active": "#e5c07b", + "theme.bar.menus.menu.battery.listitems.passive": "#abb2bf", + "theme.bar.menus.menu.battery.text": "#abb2bf", + "theme.bar.menus.menu.battery.label.color": "#e5c07b", + "theme.bar.menus.menu.battery.border.color": "#4b5263", + "theme.bar.menus.menu.battery.background.color": "#282c34", + "theme.bar.menus.menu.battery.card.color": "#21252b", + "theme.bar.menus.menu.systray.dropdownmenu.divider": "#21252b", + "theme.bar.menus.menu.systray.dropdownmenu.text": "#abb2bf", + "theme.bar.menus.menu.systray.dropdownmenu.background": "#282c34", + "theme.bar.menus.menu.bluetooth.iconbutton.active": "#61afef", + "theme.bar.menus.menu.bluetooth.iconbutton.passive": "#abb2bf", + "theme.bar.menus.menu.bluetooth.icons.active": "#61afef", + "theme.bar.menus.menu.bluetooth.icons.passive": "#5c6370", + "theme.bar.menus.menu.bluetooth.listitems.active": "#61afef", + "theme.bar.menus.menu.bluetooth.listitems.passive": "#abb2bf", + "theme.bar.menus.menu.bluetooth.switch.puck": "#4b5263", + "theme.bar.menus.menu.bluetooth.switch.disabled": "#3e4451", + "theme.bar.menus.menu.bluetooth.switch.enabled": "#61afef", + "theme.bar.menus.menu.bluetooth.switch_divider": "#4b5263", + "theme.bar.menus.menu.bluetooth.status": "#5c6370", + "theme.bar.menus.menu.bluetooth.text": "#abb2bf", + "theme.bar.menus.menu.bluetooth.label.color": "#61afef", + "theme.bar.menus.menu.bluetooth.border.color": "#3e4451", + "theme.bar.menus.menu.bluetooth.background.color": "#282c34", + "theme.bar.menus.menu.bluetooth.card.color": "#21252b", + "theme.bar.menus.menu.network.iconbuttons.active": "#c678dd", + "theme.bar.menus.menu.network.iconbuttons.passive": "#abb2bf", + "theme.bar.menus.menu.network.icons.active": "#c678dd", + "theme.bar.menus.menu.network.icons.passive": "#5c6370", + "theme.bar.menus.menu.network.listitems.active": "#c678dd", + "theme.bar.menus.menu.network.listitems.passive": "#abb2bf", + "theme.bar.menus.menu.network.status.color": "#5c6370", + "theme.bar.menus.menu.network.text": "#abb2bf", + "theme.bar.menus.menu.network.label.color": "#c678dd", + "theme.bar.menus.menu.network.border.color": "#3e4451", + "theme.bar.menus.menu.network.background.color": "#282c34", + "theme.bar.menus.menu.network.card.color": "#21252b", + "theme.bar.menus.menu.volume.input_slider.puck": "#4b5263", + "theme.bar.menus.menu.volume.input_slider.backgroundhover": "#4b5263", + "theme.bar.menus.menu.volume.input_slider.background": "#4b5263", + "theme.bar.menus.menu.volume.input_slider.primary": "#e06c75", + "theme.bar.menus.menu.volume.audio_slider.puck": "#4b5263", + "theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#4b5263", + "theme.bar.menus.menu.volume.audio_slider.background": "#4b5263", + "theme.bar.menus.menu.volume.audio_slider.primary": "#e06c75", + "theme.bar.menus.menu.volume.icons.active": "#e06c75", + "theme.bar.menus.menu.volume.icons.passive": "#5c6370", + "theme.bar.menus.menu.volume.iconbutton.active": "#e06c75", + "theme.bar.menus.menu.volume.iconbutton.passive": "#abb2bf", + "theme.bar.menus.menu.volume.listitems.active": "#e06c75", + "theme.bar.menus.menu.volume.listitems.passive": "#abb2bf", + "theme.bar.menus.menu.volume.border.color": "#3e4451", + "theme.bar.menus.menu.volume.background.color": "#282c34", + "theme.bar.menus.menu.media.slider.puck": "#5c6370", + "theme.bar.menus.menu.media.slider.backgroundhover": "#4b5263", + "theme.bar.menus.menu.media.slider.background": "#4b5263", + "theme.bar.menus.menu.media.slider.primary": "#98c379", + "theme.bar.menus.menu.media.buttons.text": "#282c34", + "theme.bar.menus.menu.media.buttons.background": "#98c379", + "theme.bar.menus.menu.media.buttons.enabled": "#56b6c2", + "theme.bar.menus.menu.media.buttons.inactive": "#4b5263", + "theme.bar.menus.menu.media.border.color": "#3e4451", + "theme.bar.menus.menu.media.background.color": "#282c34", + "theme.bar.menus.menu.media.album": "#98c379", + "theme.bar.menus.menu.media.artist": "#56b6c2", + "theme.bar.menus.menu.media.song": "#98c379", + "theme.bar.menus.tooltip.text": "#abb2bf", + "theme.bar.menus.tooltip.background": "#282c34", + "theme.bar.menus.dropdownmenu.divider": "#21252b", + "theme.bar.menus.dropdownmenu.text": "#abb2bf", + "theme.bar.menus.dropdownmenu.background": "#282c34", + "theme.bar.menus.slider.puck": "#5c6370", + "theme.bar.menus.slider.backgroundhover": "#4b5263", + "theme.bar.menus.slider.background": "#4b5263", + "theme.bar.menus.slider.primary": "#61afef", + "theme.bar.menus.progressbar.background": "#4b5263", + "theme.bar.menus.progressbar.foreground": "#61afef", + "theme.bar.menus.iconbuttons.active": "#61afef", + "theme.bar.menus.iconbuttons.passive": "#abb2bf", + "theme.bar.menus.buttons.text": "#282c34", + "theme.bar.menus.buttons.disabled": "#4b5263", + "theme.bar.menus.buttons.active": "#98c379", + "theme.bar.menus.buttons.default": "#61afef", + "theme.bar.menus.switch.puck": "#4b5263", + "theme.bar.menus.switch.disabled": "#3e4451", + "theme.bar.menus.switch.enabled": "#61afef", + "theme.bar.menus.icons.active": "#61afef", + "theme.bar.menus.icons.passive": "#4b5263", + "theme.bar.menus.listitems.active": "#61afef", + "theme.bar.menus.listitems.passive": "#abb2bf", + "theme.bar.menus.label": "#61afef", + "theme.bar.menus.feinttext": "#3e4451", + "theme.bar.menus.dimtext": "#4b5263", + "theme.bar.menus.cards": "#21252b", + "theme.bar.buttons.notifications.total": "#61afef", + "theme.bar.buttons.notifications.icon": "#61afef", + "theme.bar.buttons.notifications.hover": "#4b5263", + "theme.bar.buttons.notifications.background": "#21252b", + "theme.bar.buttons.clock.icon": "#98c379", + "theme.bar.buttons.clock.text": "#98c379", + "theme.bar.buttons.clock.hover": "#4b5263", + "theme.bar.buttons.clock.background": "#21252b", + "theme.bar.buttons.battery.icon": "#e5c07b", + "theme.bar.buttons.battery.text": "#e5c07b", + "theme.bar.buttons.battery.hover": "#4b5263", + "theme.bar.buttons.battery.background": "#21252b", + "theme.bar.buttons.systray.hover": "#4b5263", + "theme.bar.buttons.systray.background": "#21252b", + "theme.bar.buttons.bluetooth.icon": "#61afef", + "theme.bar.buttons.bluetooth.text": "#61afef", + "theme.bar.buttons.bluetooth.hover": "#4b5263", + "theme.bar.buttons.bluetooth.background": "#21252b", + "theme.bar.buttons.network.icon": "#c678dd", + "theme.bar.buttons.network.text": "#c678dd", + "theme.bar.buttons.network.hover": "#4b5263", + "theme.bar.buttons.network.background": "#21252b", + "theme.bar.buttons.volume.icon": "#e06c75", + "theme.bar.buttons.volume.text": "#e06c75", + "theme.bar.buttons.volume.hover": "#4b5263", + "theme.bar.buttons.volume.background": "#21252b", + "theme.bar.buttons.media.hover": "#4b5263", + "theme.bar.buttons.windowtitle.icon": "#98c379", + "theme.bar.buttons.windowtitle.text": "#98c379", + "theme.bar.buttons.windowtitle.hover": "#4b5263", + "theme.bar.buttons.windowtitle.background": "#21252b", + "theme.bar.buttons.workspaces.numbered_active_text_color": "#282c34", + "theme.bar.buttons.workspaces.active": "#c678dd", + "theme.bar.buttons.workspaces.occupied": "#e06c75", + "theme.bar.buttons.workspaces.available": "#61afef", + "theme.bar.buttons.workspaces.hover": "#3e4451", + "theme.bar.buttons.workspaces.background": "#21252b", + "theme.bar.buttons.dashboard.icon": "#e5c07b", + "theme.bar.buttons.dashboard.hover": "#3e4451", + "theme.bar.buttons.dashboard.background": "#21252b", + "theme.osd.label": "#61afef", + "theme.osd.icon": "#282c34", + "theme.osd.bar_overflow_color": "#e06c75", + "theme.osd.bar_empty_color": "#4b5263", + "theme.osd.bar_color": "#61afef", + "theme.osd.icon_container": "#61afef", + "theme.osd.bar_container": "#282c34", + "theme.notification.close_button.label": "#282c34", + "theme.notification.close_button.background": "#e06c75", + "theme.notification.labelicon": "#61afef", + "theme.notification.text": "#abb2bf", + "theme.notification.time": "#5c6370", + "theme.notification.border": "#4b5263", + "theme.notification.label": "#61afef", + "theme.notification.actions.text": "#282c34", + "theme.notification.actions.background": "#61afef", + "theme.notification.background": "#282c34", + "theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b", + "theme.bar.buttons.workspaces.numbered_active_underline_color": "#c678dd", + "theme.bar.menus.menu.media.card.color": "#21252b", + "theme.bar.menus.check_radio_button.background": "#2e3440", + "theme.bar.menus.check_radio_button.active": "#88c0d0" +} \ No newline at end of file