Implemented configurable and toggleable button borders. (#279)

* Implemented configurable and toggleable button borders.

* Improve and simplify border logic

* Fix hidden label icon borders.

* Removed button hover property from bar buttons, they dim on hover now by default.

* Rename file.

* Update catppuccin normal theme's storage module color.

* update mocha items

* update mochas

* Update themes to account for borders
This commit is contained in:
Jas Singh
2024-09-22 02:59:30 -07:00
committed by GitHub
parent b47864d8e1
commit 6905fb4eb7
58 changed files with 2315 additions and 1404 deletions

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.cpu.text": "#e78284",
"theme.bar.buttons.modules.netstat.icon_background": "#a6d189",
"theme.bar.buttons.modules.kbLayout.text": "#99d1db",
"theme.bar.buttons.notifications.icon_background": "#babbf1"
}
"theme.bar.buttons.notifications.icon_background": "#babbf1",
"theme.bar.buttons.modules.power.border": "#e78284",
"theme.bar.buttons.modules.weather.border": "#babbf1",
"theme.bar.buttons.modules.updates.border": "#ca9ee6",
"theme.bar.buttons.modules.kbLayout.border": "#99d1db",
"theme.bar.buttons.modules.netstat.border": "#a6d189",
"theme.bar.buttons.modules.storage.border": "#e78284",
"theme.bar.buttons.modules.cpu.border": "#e78284",
"theme.bar.buttons.modules.ram.border": "#e5c890",
"theme.bar.buttons.notifications.border": "#babbf1",
"theme.bar.buttons.clock.border": "#f4b8e4",
"theme.bar.buttons.battery.border": "#e5c890",
"theme.bar.buttons.systray.border": "#51576d",
"theme.bar.buttons.bluetooth.border": "#99d1db",
"theme.bar.buttons.network.border": "#ca9ee6",
"theme.bar.buttons.volume.border": "#ea999c",
"theme.bar.buttons.media.border": "#babbf1",
"theme.bar.buttons.windowtitle.border": "#f4b8e4",
"theme.bar.buttons.workspaces.border": "#232634",
"theme.bar.buttons.dashboard.border": "#e5c890"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.updates.icon": "#181825",
"theme.bar.buttons.modules.cpu.text": "#e78284",
"theme.bar.buttons.modules.netstat.icon_background": "#a6d189",
"theme.bar.buttons.modules.kbLayout.text": "#99d1db"
}
"theme.bar.buttons.modules.kbLayout.text": "#99d1db",
"theme.bar.buttons.modules.power.border": "#e78284",
"theme.bar.buttons.modules.weather.border": "#babbf1",
"theme.bar.buttons.modules.updates.border": "#ca9ee6",
"theme.bar.buttons.modules.kbLayout.border": "#99d1db",
"theme.bar.buttons.modules.netstat.border": "#a6d189",
"theme.bar.buttons.modules.storage.border": "#e78284",
"theme.bar.buttons.modules.cpu.border": "#e78284",
"theme.bar.buttons.modules.ram.border": "#e5c890",
"theme.bar.buttons.notifications.border": "#babbf1",
"theme.bar.buttons.clock.border": "#f4b8e4",
"theme.bar.buttons.battery.border": "#e5c890",
"theme.bar.buttons.systray.border": "#51576d",
"theme.bar.buttons.bluetooth.border": "#99d1db",
"theme.bar.buttons.network.border": "#ca9ee6",
"theme.bar.buttons.volume.border": "#ea999c",
"theme.bar.buttons.media.border": "#babbf1",
"theme.bar.buttons.windowtitle.border": "#f4b8e4",
"theme.bar.buttons.workspaces.border": "#232634",
"theme.bar.buttons.dashboard.border": "#e5c890"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.cpu.text": "#d20f39",
"theme.bar.buttons.modules.netstat.icon_background": "#40a02b",
"theme.bar.buttons.modules.kbLayout.text": "#04a5e5",
"theme.bar.buttons.notifications.icon_background": "#7287fd"
}
"theme.bar.buttons.notifications.icon_background": "#7287fd",
"theme.bar.buttons.modules.power.border": "#d20f39",
"theme.bar.buttons.modules.weather.border": "#7287fd",
"theme.bar.buttons.modules.updates.border": "#8839ef",
"theme.bar.buttons.modules.kbLayout.border": "#04a5e5",
"theme.bar.buttons.modules.netstat.border": "#40a02b",
"theme.bar.buttons.modules.storage.border": "#d20f39",
"theme.bar.buttons.modules.cpu.border": "#d20f39",
"theme.bar.buttons.modules.ram.border": "#df8e1d",
"theme.bar.buttons.notifications.border": "#7287fd",
"theme.bar.buttons.clock.border": "#ea76cb",
"theme.bar.buttons.battery.border": "#df8e1d",
"theme.bar.buttons.systray.border": "#bcc0cc",
"theme.bar.buttons.bluetooth.border": "#04a5e5",
"theme.bar.buttons.network.border": "#8839ef",
"theme.bar.buttons.volume.border": "#e64553",
"theme.bar.buttons.media.border": "#7287fd",
"theme.bar.buttons.windowtitle.border": "#ea76cb",
"theme.bar.buttons.workspaces.border": "#dce0e8",
"theme.bar.buttons.dashboard.border": "#df8e1d"
}

View File

@@ -1,29 +1,8 @@
{
"theme.bar.menus.background": "#eff1f5",
"theme.bar.background": "#eff1f5",
"theme.bar.buttons.media.icon": "#dcdee8",
"theme.bar.buttons.media.text": "#7287fd",
"theme.bar.buttons.icon": "#7287fd",
"theme.bar.buttons.text": "#7287fd",
"theme.bar.buttons.hover": "#bcc0cc",
"theme.bar.buttons.background": "#e6e9ef",
"theme.bar.menus.text": "#4c4f69",
"theme.bar.menus.border.color": "#ccd0da",
"theme.bar.buttons.media.background": "#dcdfe8",
"theme.bar.menus.menu.volume.text": "#4c4f69",
"theme.bar.menus.menu.volume.card.color": "#dcdfe8",
"theme.bar.menus.menu.volume.label.color": "#e64553",
"theme.bar.menus.popover.text": "#7287fd",
"theme.bar.menus.popover.background": "#dce0e8",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#d20f39",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#d20f39",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#40a02b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#dce0e8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#4c4f69",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#7287fd",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#ccd0da",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#dce0e8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#eff1f5",
"theme.bar.menus.menu.notifications.scrollbar.color": "#7287fd",
"theme.bar.menus.menu.notifications.pager.label": "#7c7f93",
"theme.bar.menus.menu.notifications.pager.button": "#7287fd",
"theme.bar.menus.menu.notifications.pager.background": "#eff1f5",
"theme.bar.menus.menu.notifications.switch.puck": "#bcc0cc",
"theme.bar.menus.menu.notifications.switch.disabled": "#ccd0da",
"theme.bar.menus.menu.notifications.switch.enabled": "#7287fd",
@@ -34,6 +13,24 @@
"theme.bar.menus.menu.notifications.background": "#eff1f5",
"theme.bar.menus.menu.notifications.no_notifications_label": "#ccd0da",
"theme.bar.menus.menu.notifications.label": "#7287fd",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#dce0e8",
"theme.bar.menus.menu.power.buttons.sleep.text": "#04a5e5",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#04a5e5",
"theme.bar.menus.menu.power.buttons.sleep.background": "#dcdfe8",
"theme.bar.menus.menu.power.buttons.logout.icon": "#dce0e8",
"theme.bar.menus.menu.power.buttons.logout.text": "#40a02b",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#40a02b",
"theme.bar.menus.menu.power.buttons.logout.background": "#dcdfe8",
"theme.bar.menus.menu.power.buttons.restart.icon": "#dce0e8",
"theme.bar.menus.menu.power.buttons.restart.text": "#fe640b",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#fe640b",
"theme.bar.menus.menu.power.buttons.restart.background": "#dcdfe8",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#dce0e8",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#d20f39",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#d20f39",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#dcdfe8",
"theme.bar.menus.menu.power.border.color": "#ccd0da",
"theme.bar.menus.menu.power.background.color": "#eff1f5",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#ea76cb",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#ea76cb",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#ea76cb",
@@ -67,9 +64,18 @@
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#40a02b",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#dce0e8",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#7287fd",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#dce0e8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#d20f39",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#40a02b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#4c4f69",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#7287fd",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#ccd0da",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#dce0e8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#eff1f5",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#04a5e5",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#40a02b",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#fe640b",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#d20f39",
"theme.bar.menus.menu.dashboard.profile.name": "#ea76cb",
"theme.bar.menus.menu.dashboard.border.color": "#ccd0da",
"theme.bar.menus.menu.dashboard.background.color": "#eff1f5",
@@ -156,8 +162,11 @@
"theme.bar.menus.menu.volume.iconbutton.passive": "#4c4f69",
"theme.bar.menus.menu.volume.listitems.active": "#e64553",
"theme.bar.menus.menu.volume.listitems.passive": "#4c4f69",
"theme.bar.menus.menu.volume.text": "#4c4f69",
"theme.bar.menus.menu.volume.label.color": "#e64553",
"theme.bar.menus.menu.volume.border.color": "#ccd0da",
"theme.bar.menus.menu.volume.background.color": "#e6e9ef",
"theme.bar.menus.menu.volume.card.color": "#dcdfe8",
"theme.bar.menus.menu.media.slider.puck": "#9ca0b0",
"theme.bar.menus.menu.media.slider.backgroundhover": "#bcc0cc",
"theme.bar.menus.menu.media.slider.background": "#acb0be",
@@ -167,6 +176,7 @@
"theme.bar.menus.menu.media.buttons.enabled": "#179299",
"theme.bar.menus.menu.media.buttons.inactive": "#acb0be",
"theme.bar.menus.menu.media.border.color": "#ccd0da",
"theme.bar.menus.menu.media.card.color": "#dcdfe8",
"theme.bar.menus.menu.media.background.color": "#eff1f5",
"theme.bar.menus.menu.media.album": "#ea76cb",
"theme.bar.menus.menu.media.artist": "#179299",
@@ -188,6 +198,8 @@
"theme.bar.menus.buttons.disabled": "#acb0be",
"theme.bar.menus.buttons.active": "#ea76cb",
"theme.bar.menus.buttons.default": "#7287fd",
"theme.bar.menus.check_radio_button.active": "#7186fd",
"theme.bar.menus.check_radio_button.background": "#dcdfe8",
"theme.bar.menus.switch.puck": "#bcc0cc",
"theme.bar.menus.switch.disabled": "#ccd0da",
"theme.bar.menus.switch.enabled": "#7287fd",
@@ -195,50 +207,115 @@
"theme.bar.menus.icons.passive": "#acb0be",
"theme.bar.menus.listitems.active": "#7287fd",
"theme.bar.menus.listitems.passive": "#4c4f69",
"theme.bar.menus.popover.border": "#dce0e8",
"theme.bar.menus.popover.background": "#dce0e8",
"theme.bar.menus.popover.text": "#7287fd",
"theme.bar.menus.label": "#7287fd",
"theme.bar.menus.feinttext": "#ccd0da",
"theme.bar.menus.dimtext": "#acb0be",
"theme.bar.menus.text": "#4c4f69",
"theme.bar.menus.border.color": "#ccd0da",
"theme.bar.menus.cards": "#dce0e8",
"theme.bar.menus.background": "#eff1f5",
"theme.bar.buttons.modules.power.icon_background": "#d20f39",
"theme.bar.buttons.modules.power.icon": "#181825",
"theme.bar.buttons.modules.power.background": "#dcdfe8",
"theme.bar.buttons.modules.power.border": "#d20f39",
"theme.bar.buttons.modules.weather.icon_background": "#7287fd",
"theme.bar.buttons.modules.weather.icon": "#dcdfe8",
"theme.bar.buttons.modules.weather.text": "#7287fd",
"theme.bar.buttons.modules.weather.background": "#dcdfe8",
"theme.bar.buttons.modules.weather.border": "#7287fd",
"theme.bar.buttons.modules.updates.icon_background": "#8839ef",
"theme.bar.buttons.modules.updates.icon": "#181825",
"theme.bar.buttons.modules.updates.text": "#8839ef",
"theme.bar.buttons.modules.updates.background": "#dcdfe8",
"theme.bar.buttons.modules.updates.border": "#8839ef",
"theme.bar.buttons.modules.kbLayout.icon_background": "#04a5e5",
"theme.bar.buttons.modules.kbLayout.icon": "#181825",
"theme.bar.buttons.modules.kbLayout.text": "#04a5e5",
"theme.bar.buttons.modules.kbLayout.background": "#dcdfe8",
"theme.bar.buttons.modules.kbLayout.border": "#04a5e5",
"theme.bar.buttons.modules.netstat.icon_background": "#40a02b",
"theme.bar.buttons.modules.netstat.icon": "#181825",
"theme.bar.buttons.modules.netstat.text": "#40a02b",
"theme.bar.buttons.modules.netstat.background": "#dcdfe8",
"theme.bar.buttons.modules.netstat.border": "#40a02b",
"theme.bar.buttons.modules.storage.icon_background": "#d20f39",
"theme.bar.buttons.modules.storage.icon": "#181825",
"theme.bar.buttons.modules.storage.text": "#d20f39",
"theme.bar.buttons.modules.storage.background": "#dcdfe8",
"theme.bar.buttons.modules.storage.border": "#d20f39",
"theme.bar.buttons.modules.cpu.icon_background": "#d20f39",
"theme.bar.buttons.modules.cpu.icon": "#181825",
"theme.bar.buttons.modules.cpu.text": "#d20f39",
"theme.bar.buttons.modules.cpu.background": "#dcdfe8",
"theme.bar.buttons.modules.cpu.border": "#d20f39",
"theme.bar.buttons.modules.ram.icon_background": "#df8e1d",
"theme.bar.buttons.modules.ram.icon": "#181825",
"theme.bar.buttons.modules.ram.text": "#df8e1d",
"theme.bar.buttons.modules.ram.background": "#dcdfe8",
"theme.bar.buttons.modules.ram.border": "#df8e1d",
"theme.bar.buttons.notifications.total": "#7287fd",
"theme.bar.buttons.notifications.icon_background": "#7287fd",
"theme.bar.buttons.notifications.icon": "#dcdee8",
"theme.bar.buttons.notifications.hover": "#bcc0cc",
"theme.bar.buttons.notifications.background": "#dcdfe8",
"theme.bar.buttons.notifications.border": "#7287fd",
"theme.bar.buttons.clock.icon_background": "#ea76cb",
"theme.bar.buttons.clock.icon": "#dcdee8",
"theme.bar.buttons.clock.text": "#ea76cb",
"theme.bar.buttons.clock.hover": "#bcc0cc",
"theme.bar.buttons.clock.background": "#dcdfe8",
"theme.bar.buttons.clock.border": "#ea76cb",
"theme.bar.buttons.battery.icon_background": "#df8e1d",
"theme.bar.buttons.battery.icon": "#dcdee8",
"theme.bar.buttons.battery.text": "#df8e1d",
"theme.bar.buttons.battery.hover": "#bcc0cc",
"theme.bar.buttons.battery.background": "#dcdfe8",
"theme.bar.buttons.systray.hover": "#bcc0cc",
"theme.bar.buttons.battery.border": "#df8e1d",
"theme.bar.buttons.systray.background": "#dcdfe8",
"theme.bar.buttons.systray.border": "#bcc0cc",
"theme.bar.buttons.bluetooth.icon_background": "#04a5e5",
"theme.bar.buttons.bluetooth.icon": "#dcdee8",
"theme.bar.buttons.bluetooth.text": "#04a5e5",
"theme.bar.buttons.bluetooth.hover": "#bcc0cc",
"theme.bar.buttons.bluetooth.background": "#dcdfe8",
"theme.bar.buttons.bluetooth.border": "#04a5e5",
"theme.bar.buttons.network.icon_background": "#8839ef",
"theme.bar.buttons.network.icon": "#dcdee8",
"theme.bar.buttons.network.text": "#8839ef",
"theme.bar.buttons.network.hover": "#bcc0cc",
"theme.bar.buttons.network.background": "#dcdfe8",
"theme.bar.buttons.network.border": "#8839ef",
"theme.bar.buttons.volume.icon_background": "#e64553",
"theme.bar.buttons.volume.icon": "#dcdee8",
"theme.bar.buttons.volume.text": "#e64553",
"theme.bar.buttons.volume.hover": "#bcc0cc",
"theme.bar.buttons.volume.background": "#dcdfe8",
"theme.bar.buttons.media.hover": "#bcc0cc",
"theme.bar.buttons.volume.border": "#e64553",
"theme.bar.buttons.media.icon_background": "#7287fd",
"theme.bar.buttons.media.icon": "#dcdee8",
"theme.bar.buttons.media.text": "#7287fd",
"theme.bar.buttons.media.background": "#dcdfe8",
"theme.bar.buttons.media.border": "#7287fd",
"theme.bar.buttons.windowtitle.icon_background": "#ea76cb",
"theme.bar.buttons.windowtitle.icon": "#dcdee8",
"theme.bar.buttons.windowtitle.text": "#ea76cb",
"theme.bar.buttons.windowtitle.hover": "#bcc0cc",
"theme.bar.buttons.windowtitle.border": "#ea76cb",
"theme.bar.buttons.windowtitle.background": "#dcdfe8",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#dce0e8",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#f5c2e7",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#181825",
"theme.bar.buttons.workspaces.hover": "#bcc0cc",
"theme.bar.buttons.workspaces.active": "#ea76cb",
"theme.bar.buttons.workspaces.occupied": "#dd7878",
"theme.bar.buttons.workspaces.available": "#04a5e5",
"theme.bar.buttons.workspaces.hover": "#bcc0cc",
"theme.bar.buttons.workspaces.border": "#dce0e8",
"theme.bar.buttons.workspaces.background": "#dcdfe8",
"theme.bar.buttons.dashboard.icon": "#dcdee8",
"theme.bar.buttons.dashboard.hover": "#bcc0cc",
"theme.bar.buttons.dashboard.border": "#df8e1d",
"theme.bar.buttons.dashboard.background": "#df8e1d",
"theme.bar.buttons.icon": "#7287fd",
"theme.bar.buttons.text": "#7287fd",
"theme.bar.buttons.hover": "#bcc0cc",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.background": "#e6e9ef",
"theme.bar.buttons.style": "split",
"theme.bar.background": "#eff1f5",
"theme.osd.label": "#7287fd",
"theme.osd.icon": "#ccd0da",
"theme.osd.bar_overflow_color": "#d20f39",
@@ -255,74 +332,5 @@
"theme.notification.label": "#7287fd",
"theme.notification.actions.text": "#dce0e8",
"theme.notification.actions.background": "#7287fd",
"theme.notification.background": "#ccd0da",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#181825",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#f5c2e7",
"theme.bar.menus.menu.media.card.color": "#dcdfe8",
"theme.bar.menus.check_radio_button.background": "#dcdfe8",
"theme.bar.menus.check_radio_button.active": "#7186fd",
"theme.bar.buttons.style": "split",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.volume.icon_background": "#e64553",
"theme.bar.buttons.network.icon_background": "#8839ef",
"theme.bar.buttons.bluetooth.icon_background": "#04a5e5",
"theme.bar.buttons.windowtitle.icon_background": "#ea76cb",
"theme.bar.buttons.media.icon_background": "#7287fd",
"theme.bar.buttons.notifications.icon_background": "#7287fd",
"theme.bar.buttons.battery.icon_background": "#df8e1d",
"theme.bar.buttons.clock.icon_background": "#ea76cb",
"theme.bar.menus.menu.notifications.pager.button": "#7287fd",
"theme.bar.menus.menu.notifications.scrollbar.color": "#7287fd",
"theme.bar.menus.menu.notifications.pager.label": "#7c7f93",
"theme.bar.menus.menu.notifications.pager.background": "#eff1f5",
"theme.bar.buttons.modules.ram.icon": "#181825",
"theme.bar.buttons.modules.storage.icon_background": "#d20f39",
"theme.bar.menus.popover.border": "#dce0e8",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#04a5e5",
"theme.bar.menus.menu.power.buttons.restart.text": "#fe640b",
"theme.bar.buttons.modules.updates.background": "#dcdfe8",
"theme.bar.buttons.modules.storage.icon": "#181825",
"theme.bar.buttons.modules.netstat.background": "#dcdfe8",
"theme.bar.buttons.modules.weather.icon": "#dcdfe8",
"theme.bar.buttons.modules.netstat.text": "#40a02b",
"theme.bar.buttons.modules.storage.background": "#dcdfe8",
"theme.bar.buttons.modules.power.icon": "#181825",
"theme.bar.buttons.modules.storage.text": "#d20f39",
"theme.bar.buttons.modules.cpu.background": "#dcdfe8",
"theme.bar.menus.menu.power.border.color": "#ccd0da",
"theme.bar.buttons.modules.power.icon_background": "#d20f39",
"theme.bar.menus.menu.power.buttons.logout.icon": "#dce0e8",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#fe640b",
"theme.bar.menus.menu.power.buttons.restart.icon": "#dce0e8",
"theme.bar.buttons.modules.cpu.icon": "#181825",
"theme.bar.buttons.modules.kbLayout.icon_background": "#04a5e5",
"theme.bar.buttons.modules.weather.text": "#7287fd",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#dce0e8",
"theme.bar.menus.menu.power.buttons.sleep.text": "#04a5e5",
"theme.bar.buttons.modules.weather.icon_background": "#7287fd",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#dcdfe8",
"theme.bar.menus.menu.power.buttons.logout.background": "#dcdfe8",
"theme.bar.buttons.modules.kbLayout.icon": "#181825",
"theme.bar.buttons.modules.ram.icon_background": "#df8e1d",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#d20f39",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#d20f39",
"theme.bar.menus.menu.power.buttons.sleep.background": "#dcdfe8",
"theme.bar.buttons.modules.ram.text": "#df8e1d",
"theme.bar.menus.menu.power.buttons.logout.text": "#40a02b",
"theme.bar.buttons.modules.updates.icon_background": "#8839ef",
"theme.bar.buttons.modules.kbLayout.background": "#dcdfe8",
"theme.bar.buttons.modules.power.background": "#dcdfe8",
"theme.bar.buttons.modules.weather.background": "#dcdfe8",
"theme.bar.menus.menu.power.background.color": "#eff1f5",
"theme.bar.buttons.modules.ram.background": "#dcdfe8",
"theme.bar.buttons.modules.netstat.icon": "#181825",
"theme.bar.buttons.modules.cpu.icon_background": "#d20f39",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#40a02b",
"theme.bar.buttons.modules.updates.text": "#8839ef",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#dce0e8",
"theme.bar.menus.menu.power.buttons.restart.background": "#dcdfe8",
"theme.bar.buttons.modules.updates.icon": "#181825",
"theme.bar.buttons.modules.cpu.text": "#d20f39",
"theme.bar.buttons.modules.netstat.icon_background": "#40a02b",
"theme.bar.buttons.modules.kbLayout.text": "#04a5e5"
}
"theme.notification.background": "#ccd0da"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.cpu.text": "#ed8796",
"theme.bar.buttons.modules.netstat.icon_background": "#a6da95",
"theme.bar.buttons.modules.kbLayout.text": "#91d7e3",
"theme.bar.buttons.notifications.icon_background": "#b7bdf8"
}
"theme.bar.buttons.notifications.icon_background": "#b7bdf8",
"theme.bar.buttons.modules.power.border": "#ed8796",
"theme.bar.buttons.modules.weather.border": "#b7bdf8",
"theme.bar.buttons.modules.updates.border": "#c6a0f6",
"theme.bar.buttons.modules.kbLayout.border": "#91d7e3",
"theme.bar.buttons.modules.netstat.border": "#a6da95",
"theme.bar.buttons.modules.storage.border": "#ed8796",
"theme.bar.buttons.modules.cpu.border": "#ed8796",
"theme.bar.buttons.modules.ram.border": "#eed49f",
"theme.bar.buttons.notifications.border": "#b7bdf8",
"theme.bar.buttons.clock.border": "#f5bde6",
"theme.bar.buttons.battery.border": "#eed49f",
"theme.bar.buttons.systray.border": "#494d64",
"theme.bar.buttons.bluetooth.border": "#91d7e3",
"theme.bar.buttons.network.border": "#c6a0f6",
"theme.bar.buttons.volume.border": "#ee99a0",
"theme.bar.buttons.media.border": "#b7bdf8",
"theme.bar.buttons.windowtitle.border": "#f5bde6",
"theme.bar.buttons.workspaces.border": "#181926",
"theme.bar.buttons.dashboard.border": "#eed49f"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.updates.icon": "#181825",
"theme.bar.buttons.modules.cpu.text": "#ed8796",
"theme.bar.buttons.modules.netstat.icon_background": "#a6da95",
"theme.bar.buttons.modules.kbLayout.text": "#91d7e3"
}
"theme.bar.buttons.modules.kbLayout.text": "#91d7e3",
"theme.bar.buttons.modules.power.border": "#ed8796",
"theme.bar.buttons.modules.weather.border": "#b7bdf8",
"theme.bar.buttons.modules.updates.border": "#c6a0f6",
"theme.bar.buttons.modules.kbLayout.border": "#91d7e3",
"theme.bar.buttons.modules.netstat.border": "#a6da95",
"theme.bar.buttons.modules.storage.border": "#ed8796",
"theme.bar.buttons.modules.cpu.border": "#ed8796",
"theme.bar.buttons.modules.ram.border": "#eed49f",
"theme.bar.buttons.notifications.border": "#b7bdf8",
"theme.bar.buttons.clock.border": "#f5bde6",
"theme.bar.buttons.battery.border": "#eed49f",
"theme.bar.buttons.systray.border": "#494d64",
"theme.bar.buttons.bluetooth.border": "#91d7e3",
"theme.bar.buttons.network.border": "#c6a0f6",
"theme.bar.buttons.volume.border": "#ee99a0",
"theme.bar.buttons.media.border": "#b7bdf8",
"theme.bar.buttons.windowtitle.border": "#f5bde6",
"theme.bar.buttons.workspaces.border": "#181926",
"theme.bar.buttons.dashboard.border": "#eed49f"
}

View File

@@ -220,85 +220,94 @@
"theme.bar.buttons.modules.power.icon_background": "#f38ba8",
"theme.bar.buttons.modules.power.icon": "#f38ba8",
"theme.bar.buttons.modules.power.background": "#242438",
"theme.bar.buttons.modules.power.border": "#f38ba8",
"theme.bar.buttons.modules.weather.icon_background": "#b4befe",
"theme.bar.buttons.modules.weather.icon": "#b4befe",
"theme.bar.buttons.modules.weather.text": "#b4befe",
"theme.bar.buttons.modules.weather.background": "#242438",
"theme.bar.buttons.modules.weather.border": "#b4befe",
"theme.bar.buttons.modules.updates.icon_background": "#cba6f7",
"theme.bar.buttons.modules.updates.icon": "#cba6f7",
"theme.bar.buttons.modules.updates.text": "#cba6f7",
"theme.bar.buttons.modules.updates.background": "#242438",
"theme.bar.buttons.modules.updates.border": "#cba6f7",
"theme.bar.buttons.modules.kbLayout.icon_background": "#89dceb",
"theme.bar.buttons.modules.kbLayout.icon": "#89dceb",
"theme.bar.buttons.modules.kbLayout.text": "#89dceb",
"theme.bar.buttons.modules.kbLayout.background": "#242438",
"theme.bar.buttons.modules.kbLayout.border": "#89dceb",
"theme.bar.buttons.modules.netstat.icon_background": "#a6e3a1",
"theme.bar.buttons.modules.netstat.icon": "#a6e3a1",
"theme.bar.buttons.modules.netstat.text": "#a6e3a1",
"theme.bar.buttons.modules.netstat.background": "#242438",
"theme.bar.buttons.modules.storage.icon_background": "#f38ba8",
"theme.bar.buttons.modules.storage.icon": "#f38ba8",
"theme.bar.buttons.modules.storage.text": "#f38ba8",
"theme.bar.buttons.modules.netstat.border": "#a6e3a1",
"theme.bar.buttons.modules.storage.icon_background": "#f5c2e7",
"theme.bar.buttons.modules.storage.icon": "#f5c2e7",
"theme.bar.buttons.modules.storage.text": "#f5c2e7",
"theme.bar.buttons.modules.storage.background": "#242438",
"theme.bar.buttons.modules.storage.border": "#f5c2e7",
"theme.bar.buttons.modules.cpu.icon_background": "#f38ba8",
"theme.bar.buttons.modules.cpu.icon": "#f38ba8",
"theme.bar.buttons.modules.cpu.text": "#f38ba8",
"theme.bar.buttons.modules.cpu.background": "#242438",
"theme.bar.buttons.modules.cpu.border": "#f38ba8",
"theme.bar.buttons.modules.ram.icon_background": "#f9e2af",
"theme.bar.buttons.modules.ram.icon": "#f9e2af",
"theme.bar.buttons.modules.ram.text": "#f9e2af",
"theme.bar.buttons.modules.ram.background": "#242438",
"theme.bar.buttons.modules.ram.border": "#f9e2af",
"theme.bar.buttons.notifications.total": "#b4befe",
"theme.bar.buttons.notifications.icon_background": "#b4befe",
"theme.bar.buttons.notifications.icon": "#b4befe",
"theme.bar.buttons.notifications.hover": "#45475a",
"theme.bar.buttons.notifications.background": "#242438",
"theme.bar.buttons.notifications.border": "#b4befe",
"theme.bar.buttons.clock.icon_background": "#f5c2e7",
"theme.bar.buttons.clock.icon": "#f5c2e7",
"theme.bar.buttons.clock.text": "#f5c2e7",
"theme.bar.buttons.clock.hover": "#45475a",
"theme.bar.buttons.clock.background": "#242438",
"theme.bar.buttons.clock.border": "#f5c2e7",
"theme.bar.buttons.battery.icon_background": "#f9e2af",
"theme.bar.buttons.battery.icon": "#f9e2af",
"theme.bar.buttons.battery.text": "#f9e2af",
"theme.bar.buttons.battery.hover": "#45475a",
"theme.bar.buttons.battery.background": "#242438",
"theme.bar.buttons.systray.hover": "#45475a",
"theme.bar.buttons.battery.border": "#f9e2af",
"theme.bar.buttons.systray.background": "#242438",
"theme.bar.buttons.systray.border": "#b4befe",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.buttons.bluetooth.icon": "#89dceb",
"theme.bar.buttons.bluetooth.text": "#89dceb",
"theme.bar.buttons.bluetooth.hover": "#45475a",
"theme.bar.buttons.bluetooth.background": "#242438",
"theme.bar.buttons.bluetooth.border": "#89dceb",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.network.icon": "#cba6f7",
"theme.bar.buttons.network.text": "#cba6f7",
"theme.bar.buttons.network.hover": "#45475a",
"theme.bar.buttons.network.background": "#242438",
"theme.bar.buttons.network.border": "#cba6f7",
"theme.bar.buttons.volume.icon_background": "#eba0ac",
"theme.bar.buttons.volume.icon": "#eba0ac",
"theme.bar.buttons.volume.text": "#eba0ac",
"theme.bar.buttons.volume.hover": "#45475a",
"theme.bar.buttons.volume.background": "#242438",
"theme.bar.buttons.volume.border": "#eba0ac",
"theme.bar.buttons.media.icon_background": "#b4befe",
"theme.bar.buttons.media.icon": "#b4befe",
"theme.bar.buttons.media.text": "#b4befe",
"theme.bar.buttons.media.hover": "#45475a",
"theme.bar.buttons.media.background": "#242438",
"theme.bar.buttons.media.border": "#b4befe",
"theme.bar.buttons.windowtitle.icon_background": "#f5c2e7",
"theme.bar.buttons.windowtitle.icon": "#f5c2e7",
"theme.bar.buttons.windowtitle.text": "#f5c2e7",
"theme.bar.buttons.windowtitle.hover": "#45475a",
"theme.bar.buttons.windowtitle.border": "#f5c2e7",
"theme.bar.buttons.windowtitle.background": "#242438",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#f5c2e7",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#181825",
"theme.bar.buttons.workspaces.hover": "#f5c2e7",
"theme.bar.buttons.workspaces.active": "#f5c2e7",
"theme.bar.buttons.workspaces.occupied": "#f2cdcd",
"theme.bar.buttons.workspaces.available": "#89dceb",
"theme.bar.buttons.workspaces.hover": "#f5c2e7",
"theme.bar.buttons.workspaces.border": "#f5c2e7",
"theme.bar.buttons.workspaces.background": "#242438",
"theme.bar.buttons.dashboard.icon": "#f9e2af",
"theme.bar.buttons.dashboard.hover": "#45475a",
"theme.bar.buttons.dashboard.border": "#f9e2af",
"theme.bar.buttons.dashboard.background": "#242438",
"theme.bar.buttons.icon": "#b4befe",
"theme.bar.buttons.text": "#b4befe",

View File

@@ -220,85 +220,94 @@
"theme.bar.buttons.modules.power.icon_background": "#f38ba8",
"theme.bar.buttons.modules.power.icon": "#181825",
"theme.bar.buttons.modules.power.background": "#242438",
"theme.bar.buttons.modules.power.border": "#f38ba8",
"theme.bar.buttons.modules.weather.icon_background": "#b4befe",
"theme.bar.buttons.modules.weather.icon": "#242438",
"theme.bar.buttons.modules.weather.text": "#b4befe",
"theme.bar.buttons.modules.weather.background": "#242438",
"theme.bar.buttons.modules.weather.border": "#b4befe",
"theme.bar.buttons.modules.updates.icon_background": "#cba6f7",
"theme.bar.buttons.modules.updates.icon": "#181825",
"theme.bar.buttons.modules.updates.text": "#cba6f7",
"theme.bar.buttons.modules.updates.background": "#242438",
"theme.bar.buttons.modules.updates.border": "#cba6f7",
"theme.bar.buttons.modules.kbLayout.icon_background": "#89dceb",
"theme.bar.buttons.modules.kbLayout.icon": "#181825",
"theme.bar.buttons.modules.kbLayout.text": "#89dceb",
"theme.bar.buttons.modules.kbLayout.background": "#242438",
"theme.bar.buttons.modules.kbLayout.border": "#89dceb",
"theme.bar.buttons.modules.netstat.icon_background": "#a6e3a1",
"theme.bar.buttons.modules.netstat.icon": "#181825",
"theme.bar.buttons.modules.netstat.text": "#a6e3a1",
"theme.bar.buttons.modules.netstat.background": "#242438",
"theme.bar.buttons.modules.storage.icon_background": "#f38ba8",
"theme.bar.buttons.modules.netstat.border": "#a6e3a1",
"theme.bar.buttons.modules.storage.icon_background": "#f5c2e7",
"theme.bar.buttons.modules.storage.icon": "#181825",
"theme.bar.buttons.modules.storage.text": "#f38ba8",
"theme.bar.buttons.modules.storage.text": "#f5c2e7",
"theme.bar.buttons.modules.storage.background": "#242438",
"theme.bar.buttons.modules.storage.border": "#f5c2e7",
"theme.bar.buttons.modules.cpu.icon_background": "#f38ba8",
"theme.bar.buttons.modules.cpu.icon": "#181825",
"theme.bar.buttons.modules.cpu.text": "#f38ba8",
"theme.bar.buttons.modules.cpu.background": "#242438",
"theme.bar.buttons.modules.cpu.border": "#f38ba8",
"theme.bar.buttons.modules.ram.icon_background": "#f9e2af",
"theme.bar.buttons.modules.ram.icon": "#181825",
"theme.bar.buttons.modules.ram.text": "#f9e2af",
"theme.bar.buttons.modules.ram.background": "#242438",
"theme.bar.buttons.modules.ram.border": "#f9e2af",
"theme.bar.buttons.notifications.total": "#b4befe",
"theme.bar.buttons.notifications.icon_background": "#b4befe",
"theme.bar.buttons.notifications.icon": "#1e1e2e",
"theme.bar.buttons.notifications.hover": "#45475a",
"theme.bar.buttons.notifications.background": "#242438",
"theme.bar.buttons.notifications.border": "#b4befe",
"theme.bar.buttons.clock.icon_background": "#f5c2e7",
"theme.bar.buttons.clock.icon": "#232338",
"theme.bar.buttons.clock.text": "#f5c2e7",
"theme.bar.buttons.clock.hover": "#45475a",
"theme.bar.buttons.clock.background": "#242438",
"theme.bar.buttons.clock.border": "#f5c2e7",
"theme.bar.buttons.battery.icon_background": "#f9e2af",
"theme.bar.buttons.battery.icon": "#242438",
"theme.bar.buttons.battery.text": "#f9e2af",
"theme.bar.buttons.battery.hover": "#45475a",
"theme.bar.buttons.battery.background": "#242438",
"theme.bar.buttons.systray.hover": "#45475a",
"theme.bar.buttons.battery.border": "#f9e2af",
"theme.bar.buttons.systray.background": "#242438",
"theme.bar.buttons.systray.border": "#b4befe",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.buttons.bluetooth.icon": "#1e1e2e",
"theme.bar.buttons.bluetooth.text": "#89dceb",
"theme.bar.buttons.bluetooth.hover": "#45475a",
"theme.bar.buttons.bluetooth.background": "#242438",
"theme.bar.buttons.bluetooth.border": "#89dceb",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.network.icon": "#242438",
"theme.bar.buttons.network.text": "#cba6f7",
"theme.bar.buttons.network.hover": "#45475a",
"theme.bar.buttons.network.background": "#242438",
"theme.bar.buttons.network.border": "#cba6f7",
"theme.bar.buttons.volume.icon_background": "#eba0ac",
"theme.bar.buttons.volume.icon": "#242438",
"theme.bar.buttons.volume.text": "#eba0ac",
"theme.bar.buttons.volume.hover": "#45475a",
"theme.bar.buttons.volume.background": "#242438",
"theme.bar.buttons.volume.border": "#eba0ac",
"theme.bar.buttons.media.icon_background": "#b4befe",
"theme.bar.buttons.media.icon": "#1e1e2e",
"theme.bar.buttons.media.text": "#b4befe",
"theme.bar.buttons.media.hover": "#45475a",
"theme.bar.buttons.media.background": "#242438",
"theme.bar.buttons.media.border": "#b4befe",
"theme.bar.buttons.windowtitle.icon_background": "#f5c2e7",
"theme.bar.buttons.windowtitle.icon": "#1e1e2e",
"theme.bar.buttons.windowtitle.text": "#f5c2e7",
"theme.bar.buttons.windowtitle.hover": "#45475a",
"theme.bar.buttons.windowtitle.border": "#f5c2e7",
"theme.bar.buttons.windowtitle.background": "#242438",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#f5c2e7",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#181825",
"theme.bar.buttons.workspaces.hover": "#f5c2e7",
"theme.bar.buttons.workspaces.active": "#f5c2e7",
"theme.bar.buttons.workspaces.occupied": "#f2cdcd",
"theme.bar.buttons.workspaces.available": "#89dceb",
"theme.bar.buttons.workspaces.hover": "#f5c2e7",
"theme.bar.buttons.workspaces.border": "#f5c2e7",
"theme.bar.buttons.workspaces.background": "#242438",
"theme.bar.buttons.dashboard.icon": "#1e1e2e",
"theme.bar.buttons.dashboard.hover": "#45475a",
"theme.bar.buttons.dashboard.border": "#f9e2af",
"theme.bar.buttons.dashboard.background": "#f9e2af",
"theme.bar.buttons.icon": "#b4befe",
"theme.bar.buttons.text": "#b4befe",

View File

@@ -323,5 +323,24 @@
"theme.notification.label": "#5bafff",
"theme.notification.actions.text": "#0a0a0a",
"theme.notification.actions.background": "#5bafff",
"theme.notification.background": "#0a0a0a"
"theme.notification.background": "#0a0a0a",
"theme.bar.buttons.modules.power.border": "#FF4500",
"theme.bar.buttons.modules.weather.border": "#FFD700",
"theme.bar.buttons.modules.updates.border": "#FFD700",
"theme.bar.buttons.modules.kbLayout.border": "#00FFFF",
"theme.bar.buttons.modules.netstat.border": "#32CD32",
"theme.bar.buttons.modules.storage.border": "#FF4500",
"theme.bar.buttons.modules.cpu.border": "#FF4500",
"theme.bar.buttons.modules.ram.border": "#FFD700",
"theme.bar.buttons.notifications.border": "#f7d04b",
"theme.bar.buttons.clock.border": "#5bafff",
"theme.bar.buttons.battery.border": "#f7d04b",
"theme.bar.buttons.systray.border": "#303030",
"theme.bar.buttons.bluetooth.border": "#5bafff",
"theme.bar.buttons.network.border": "#e23fe2",
"theme.bar.buttons.volume.border": "#ff3f3f",
"theme.bar.buttons.media.border": "#FFD700",
"theme.bar.buttons.windowtitle.border": "#5bafff",
"theme.bar.buttons.workspaces.border": "#e23ee2",
"theme.bar.buttons.dashboard.border": "#f7d04b"
}

View File

@@ -323,5 +323,24 @@
"theme.notification.label": "#5bafff",
"theme.notification.actions.text": "#0a0a0a",
"theme.notification.actions.background": "#5bafff",
"theme.notification.background": "#0a0a0a"
"theme.notification.background": "#0a0a0a",
"theme.bar.buttons.modules.power.border": "#FF4500",
"theme.bar.buttons.modules.weather.border": "#FFD700",
"theme.bar.buttons.modules.updates.border": "#FFD700",
"theme.bar.buttons.modules.kbLayout.border": "#00FFFF",
"theme.bar.buttons.modules.netstat.border": "#32CD32",
"theme.bar.buttons.modules.storage.border": "#FF4500",
"theme.bar.buttons.modules.cpu.border": "#FF4500",
"theme.bar.buttons.modules.ram.border": "#FFD700",
"theme.bar.buttons.notifications.border": "#f7d04b",
"theme.bar.buttons.clock.border": "#5bafff",
"theme.bar.buttons.battery.border": "#f7d04b",
"theme.bar.buttons.systray.border": "#303030",
"theme.bar.buttons.bluetooth.border": "#5bafff",
"theme.bar.buttons.network.border": "#e23fe2",
"theme.bar.buttons.volume.border": "#ff3f3f",
"theme.bar.buttons.media.border": "#FFD700",
"theme.bar.buttons.windowtitle.border": "#5bafff",
"theme.bar.buttons.workspaces.border": "#e23ee2",
"theme.bar.buttons.dashboard.border": "#f7d04b"
}

View File

@@ -220,85 +220,94 @@
"theme.bar.buttons.modules.power.icon_background": "#bd93f9",
"theme.bar.buttons.modules.power.icon": "#ff5454",
"theme.bar.buttons.modules.power.background": "#44475a",
"theme.bar.buttons.modules.power.border": "#bd93f9",
"theme.bar.buttons.modules.weather.icon_background": "#ffb86c",
"theme.bar.buttons.modules.weather.icon": "#ffb86c",
"theme.bar.buttons.modules.weather.text": "#ffb86c",
"theme.bar.buttons.modules.weather.background": "#44475a",
"theme.bar.buttons.modules.weather.border": "#ffb86c",
"theme.bar.buttons.modules.updates.icon_background": "#bd93f9",
"theme.bar.buttons.modules.updates.icon": "#bd93f9",
"theme.bar.buttons.modules.updates.text": "#bd93f9",
"theme.bar.buttons.modules.updates.background": "#44475a",
"theme.bar.buttons.modules.updates.border": "#bd93f9",
"theme.bar.buttons.modules.kbLayout.icon_background": "#8be9fd",
"theme.bar.buttons.modules.kbLayout.icon": "#8be9fd",
"theme.bar.buttons.modules.kbLayout.text": "#8be9fd",
"theme.bar.buttons.modules.kbLayout.background": "#44475a",
"theme.bar.buttons.modules.kbLayout.border": "#8be9fd",
"theme.bar.buttons.modules.netstat.icon_background": "#50fa7b",
"theme.bar.buttons.modules.netstat.icon": "#50fa7b",
"theme.bar.buttons.modules.netstat.text": "#50fa7b",
"theme.bar.buttons.modules.netstat.background": "#44475a",
"theme.bar.buttons.modules.netstat.border": "#50fa7b",
"theme.bar.buttons.modules.storage.icon_background": "#bd93f9",
"theme.bar.buttons.modules.storage.icon": "#bd93f9",
"theme.bar.buttons.modules.storage.text": "#bd93f9",
"theme.bar.buttons.modules.storage.background": "#44475a",
"theme.bar.buttons.modules.storage.border": "#bd93f9",
"theme.bar.buttons.modules.cpu.icon_background": "#ff79c6",
"theme.bar.buttons.modules.cpu.icon": "#ff79c6",
"theme.bar.buttons.modules.cpu.text": "#ff79c6",
"theme.bar.buttons.modules.cpu.background": "#44475a",
"theme.bar.buttons.modules.cpu.border": "#ff79c6",
"theme.bar.buttons.modules.ram.icon_background": "#f1fa8c",
"theme.bar.buttons.modules.ram.icon": "#f1fa8c",
"theme.bar.buttons.modules.ram.text": "#f1fa8c",
"theme.bar.buttons.modules.ram.background": "#44475a",
"theme.bar.buttons.modules.ram.border": "#f1fa8c",
"theme.bar.buttons.notifications.total": "#bd93f9",
"theme.bar.buttons.notifications.icon_background": "#bd93f9",
"theme.bar.buttons.notifications.icon": "#bd93f9",
"theme.bar.buttons.notifications.hover": "#6272a4",
"theme.bar.buttons.notifications.background": "#44475a",
"theme.bar.buttons.notifications.border": "#bd93f9",
"theme.bar.buttons.clock.icon_background": "#ff79c6",
"theme.bar.buttons.clock.icon": "#ff79c6",
"theme.bar.buttons.clock.text": "#ff79c6",
"theme.bar.buttons.clock.hover": "#6272a4",
"theme.bar.buttons.clock.background": "#44475a",
"theme.bar.buttons.clock.border": "#ff79c6",
"theme.bar.buttons.battery.icon_background": "#f1fa8c",
"theme.bar.buttons.battery.icon": "#f1fa8c",
"theme.bar.buttons.battery.text": "#f1fa8c",
"theme.bar.buttons.battery.hover": "#6272a4",
"theme.bar.buttons.battery.background": "#44475a",
"theme.bar.buttons.systray.hover": "#6272a4",
"theme.bar.buttons.battery.border": "#f1fa8c",
"theme.bar.buttons.systray.background": "#44475a",
"theme.bar.buttons.systray.border": "#6272a4",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.buttons.bluetooth.icon": "#8be9fd",
"theme.bar.buttons.bluetooth.text": "#8be9fd",
"theme.bar.buttons.bluetooth.hover": "#6272a4",
"theme.bar.buttons.bluetooth.background": "#44475a",
"theme.bar.buttons.bluetooth.border": "#8be9fd",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.network.icon": "#bd93f9",
"theme.bar.buttons.network.text": "#bd93f9",
"theme.bar.buttons.network.hover": "#6272a4",
"theme.bar.buttons.network.background": "#44475a",
"theme.bar.buttons.network.border": "#bd93f9",
"theme.bar.buttons.volume.icon_background": "#ffb86c",
"theme.bar.buttons.volume.icon": "#ffb86c",
"theme.bar.buttons.volume.text": "#ffb86c",
"theme.bar.buttons.volume.hover": "#6272a4",
"theme.bar.buttons.volume.background": "#44475a",
"theme.bar.buttons.volume.border": "#ffb86c",
"theme.bar.buttons.media.icon_background": "#bd93f9",
"theme.bar.buttons.media.icon": "#bd93f9",
"theme.bar.buttons.media.text": "#bd93f9",
"theme.bar.buttons.media.hover": "#6272a4",
"theme.bar.buttons.media.background": "#44475a",
"theme.bar.buttons.media.border": "#bd93f9",
"theme.bar.buttons.windowtitle.icon_background": "#ff79c6",
"theme.bar.buttons.windowtitle.icon": "#f1fa8c",
"theme.bar.buttons.windowtitle.text": "#f1fa8c",
"theme.bar.buttons.windowtitle.hover": "#6272a4",
"theme.bar.buttons.windowtitle.border": "#f1fa8c",
"theme.bar.buttons.windowtitle.background": "#44475a",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#e23ee2",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b",
"theme.bar.buttons.workspaces.hover": "#44475a",
"theme.bar.buttons.workspaces.active": "#ff79c6",
"theme.bar.buttons.workspaces.occupied": "#ffb86c",
"theme.bar.buttons.workspaces.available": "#8be9fd",
"theme.bar.buttons.workspaces.hover": "#44475a",
"theme.bar.buttons.workspaces.border": "#44475a",
"theme.bar.buttons.workspaces.background": "#44475a",
"theme.bar.buttons.dashboard.icon": "#8be8fd",
"theme.bar.buttons.dashboard.hover": "#6272a4",
"theme.bar.buttons.dashboard.border": "#8be8fd",
"theme.bar.buttons.dashboard.background": "#44475a",
"theme.bar.buttons.icon": "#bd93f9",
"theme.bar.buttons.text": "#bd93f9",

View File

@@ -220,85 +220,94 @@
"theme.bar.buttons.modules.power.icon_background": "#ff5454",
"theme.bar.buttons.modules.power.icon": "#282936",
"theme.bar.buttons.modules.power.background": "#44475a",
"theme.bar.buttons.modules.power.border": "#bd93f9",
"theme.bar.buttons.modules.weather.icon_background": "#ffb86c",
"theme.bar.buttons.modules.weather.icon": "#282936",
"theme.bar.buttons.modules.weather.text": "#ffb86c",
"theme.bar.buttons.modules.weather.background": "#44475a",
"theme.bar.buttons.modules.weather.border": "#ffb86c",
"theme.bar.buttons.modules.updates.icon_background": "#bd93f9",
"theme.bar.buttons.modules.updates.icon": "#282936",
"theme.bar.buttons.modules.updates.text": "#bd93f9",
"theme.bar.buttons.modules.updates.background": "#44475a",
"theme.bar.buttons.modules.updates.border": "#bd93f9",
"theme.bar.buttons.modules.kbLayout.icon_background": "#8be9fd",
"theme.bar.buttons.modules.kbLayout.icon": "#282936",
"theme.bar.buttons.modules.kbLayout.text": "#8be9fd",
"theme.bar.buttons.modules.kbLayout.background": "#44475a",
"theme.bar.buttons.modules.kbLayout.border": "#8be9fd",
"theme.bar.buttons.modules.netstat.icon_background": "#50fa7b",
"theme.bar.buttons.modules.netstat.icon": "#282936",
"theme.bar.buttons.modules.netstat.text": "#50fa7b",
"theme.bar.buttons.modules.netstat.background": "#44475a",
"theme.bar.buttons.modules.netstat.border": "#50fa7b",
"theme.bar.buttons.modules.storage.icon_background": "#bd93f9",
"theme.bar.buttons.modules.storage.icon": "#282936",
"theme.bar.buttons.modules.storage.text": "#bd93f9",
"theme.bar.buttons.modules.storage.background": "#44475a",
"theme.bar.buttons.modules.storage.border": "#bd93f9",
"theme.bar.buttons.modules.cpu.icon_background": "#ff79c6",
"theme.bar.buttons.modules.cpu.icon": "#282936",
"theme.bar.buttons.modules.cpu.text": "#ff79c6",
"theme.bar.buttons.modules.cpu.background": "#44475a",
"theme.bar.buttons.modules.cpu.border": "#ff79c6",
"theme.bar.buttons.modules.ram.icon_background": "#f1fa8c",
"theme.bar.buttons.modules.ram.icon": "#282936",
"theme.bar.buttons.modules.ram.text": "#f1fa8c",
"theme.bar.buttons.modules.ram.background": "#44475a",
"theme.bar.buttons.modules.ram.border": "#f1fa8c",
"theme.bar.buttons.notifications.total": "#bd93f9",
"theme.bar.buttons.notifications.icon_background": "#bd93f9",
"theme.bar.buttons.notifications.icon": "#44475a",
"theme.bar.buttons.notifications.hover": "#6272a4",
"theme.bar.buttons.notifications.background": "#44475a",
"theme.bar.buttons.notifications.border": "#bd93f9",
"theme.bar.buttons.clock.icon_background": "#ff79c6",
"theme.bar.buttons.clock.icon": "#44475a",
"theme.bar.buttons.clock.text": "#ff79c6",
"theme.bar.buttons.clock.hover": "#6272a4",
"theme.bar.buttons.clock.background": "#44475a",
"theme.bar.buttons.clock.border": "#ff79c6",
"theme.bar.buttons.battery.icon_background": "#f1fa8c",
"theme.bar.buttons.battery.icon": "#44475a",
"theme.bar.buttons.battery.text": "#f1fa8c",
"theme.bar.buttons.battery.hover": "#6272a4",
"theme.bar.buttons.battery.background": "#44475a",
"theme.bar.buttons.systray.hover": "#6272a4",
"theme.bar.buttons.battery.border": "#f1fa8c",
"theme.bar.buttons.systray.background": "#44475a",
"theme.bar.buttons.systray.border": "#6272a4",
"theme.bar.buttons.bluetooth.icon_background": "#8be9fd",
"theme.bar.buttons.bluetooth.icon": "#44475a",
"theme.bar.buttons.bluetooth.text": "#8be9fd",
"theme.bar.buttons.bluetooth.hover": "#6272a4",
"theme.bar.buttons.bluetooth.background": "#44475a",
"theme.bar.buttons.bluetooth.border": "#8be9fd",
"theme.bar.buttons.network.icon_background": "#bd93f9",
"theme.bar.buttons.network.icon": "#44475a",
"theme.bar.buttons.network.text": "#bd93f9",
"theme.bar.buttons.network.hover": "#6272a4",
"theme.bar.buttons.network.background": "#44475a",
"theme.bar.buttons.network.border": "#bd93f9",
"theme.bar.buttons.volume.icon_background": "#ffb86c",
"theme.bar.buttons.volume.icon": "#44475a",
"theme.bar.buttons.volume.text": "#ffb86c",
"theme.bar.buttons.volume.hover": "#6272a4",
"theme.bar.buttons.volume.background": "#44475a",
"theme.bar.buttons.volume.border": "#ffb86c",
"theme.bar.buttons.media.icon_background": "#bd93f9",
"theme.bar.buttons.media.icon": "#44475a",
"theme.bar.buttons.media.text": "#bd93f9",
"theme.bar.buttons.media.hover": "#6272a4",
"theme.bar.buttons.media.background": "#44475a",
"theme.bar.buttons.media.border": "#bd93f9",
"theme.bar.buttons.windowtitle.icon_background": "#f1fa8c",
"theme.bar.buttons.windowtitle.icon": "#44475a",
"theme.bar.buttons.windowtitle.text": "#f1fa8c",
"theme.bar.buttons.windowtitle.hover": "#6272a4",
"theme.bar.buttons.windowtitle.border": "#f1fa8c",
"theme.bar.buttons.windowtitle.background": "#44475a",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#ff79c6",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#ff79c6",
"theme.bar.buttons.workspaces.hover": "#ff79c6",
"theme.bar.buttons.workspaces.active": "#ff79c6",
"theme.bar.buttons.workspaces.occupied": "#ffb86c",
"theme.bar.buttons.workspaces.available": "#8be9fd",
"theme.bar.buttons.workspaces.hover": "#ff79c6",
"theme.bar.buttons.workspaces.border": "#44475a",
"theme.bar.buttons.workspaces.background": "#44475a",
"theme.bar.buttons.dashboard.icon": "#44475a",
"theme.bar.buttons.dashboard.hover": "#6272a4",
"theme.bar.buttons.dashboard.border": "#8be8fd",
"theme.bar.buttons.dashboard.background": "#8be8fd",
"theme.bar.buttons.icon": "#bd93f9",
"theme.bar.buttons.text": "#bd93f9",

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.cpu.text": "#e67e80",
"theme.bar.buttons.modules.netstat.icon_background": "#a7c080",
"theme.bar.buttons.modules.kbLayout.text": "#83c092",
"theme.bar.buttons.notifications.icon_background": "#a7c080"
}
"theme.bar.buttons.notifications.icon_background": "#a7c080",
"theme.bar.buttons.modules.power.border": "#e67e80",
"theme.bar.buttons.modules.weather.border": "#a7c080",
"theme.bar.buttons.modules.updates.border": "#83c092",
"theme.bar.buttons.modules.kbLayout.border": "#83c092",
"theme.bar.buttons.modules.netstat.border": "#a7c080",
"theme.bar.buttons.modules.storage.border": "#e67e80",
"theme.bar.buttons.modules.cpu.border": "#e67e80",
"theme.bar.buttons.modules.ram.border": "#dbbc7f",
"theme.bar.buttons.notifications.border": "#83c092",
"theme.bar.buttons.clock.border": "#dbbc7f",
"theme.bar.buttons.battery.border": "#e69875",
"theme.bar.buttons.systray.border": "#454b53",
"theme.bar.buttons.bluetooth.border": "#a7c080",
"theme.bar.buttons.network.border": "#e69875",
"theme.bar.buttons.volume.border": "#dbbc7f",
"theme.bar.buttons.media.border": "#a7c080",
"theme.bar.buttons.windowtitle.border": "#dbbc7f",
"theme.bar.buttons.workspaces.border": "#2b3339",
"theme.bar.buttons.dashboard.border": "#e69875"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.updates.icon": "#21252b",
"theme.bar.buttons.modules.cpu.text": "#e67e80",
"theme.bar.buttons.modules.netstat.icon_background": "#a7c080",
"theme.bar.buttons.modules.kbLayout.text": "#83c092"
}
"theme.bar.buttons.modules.kbLayout.text": "#83c092",
"theme.bar.buttons.modules.power.border": "#e67e80",
"theme.bar.buttons.modules.weather.border": "#a7c080",
"theme.bar.buttons.modules.updates.border": "#83c092",
"theme.bar.buttons.modules.kbLayout.border": "#83c092",
"theme.bar.buttons.modules.netstat.border": "#a7c080",
"theme.bar.buttons.modules.storage.border": "#e67e80",
"theme.bar.buttons.modules.cpu.border": "#e67e80",
"theme.bar.buttons.modules.ram.border": "#dbbc7f",
"theme.bar.buttons.notifications.border": "#83c092",
"theme.bar.buttons.clock.border": "#dbbc7f",
"theme.bar.buttons.battery.border": "#e69875",
"theme.bar.buttons.systray.border": "#454b53",
"theme.bar.buttons.bluetooth.border": "#a7c080",
"theme.bar.buttons.network.border": "#e69875",
"theme.bar.buttons.volume.border": "#dbbc7f",
"theme.bar.buttons.media.border": "#a7c080",
"theme.bar.buttons.windowtitle.border": "#dbbc7f",
"theme.bar.buttons.workspaces.border": "#2b3339",
"theme.bar.buttons.dashboard.border": "#e69875"
}

View File

@@ -323,5 +323,24 @@
"theme.notification.label": "#83a598",
"theme.notification.actions.text": "#32302f",
"theme.notification.actions.background": "#83a598",
"theme.notification.background": "#32302f"
}
"theme.notification.background": "#32302f",
"theme.bar.buttons.modules.power.border": "#282828",
"theme.bar.buttons.modules.weather.border": "#fe8017",
"theme.bar.buttons.modules.updates.border": "#b16286",
"theme.bar.buttons.modules.kbLayout.border": "#83a598",
"theme.bar.buttons.modules.netstat.border": "#b8bb26",
"theme.bar.buttons.modules.storage.border": "#83a598",
"theme.bar.buttons.modules.cpu.border": "#d3869b",
"theme.bar.buttons.modules.ram.border": "#fabd2f",
"theme.bar.buttons.notifications.border": "#83a598",
"theme.bar.buttons.clock.border": "#d3869b",
"theme.bar.buttons.battery.border": "#fabd2f",
"theme.bar.buttons.systray.border": "#504945",
"theme.bar.buttons.bluetooth.border": "#83a598",
"theme.bar.buttons.network.border": "#b16286",
"theme.bar.buttons.volume.border": "#fe8018",
"theme.bar.buttons.media.border": "#83a598",
"theme.bar.buttons.windowtitle.border": "#d3869b",
"theme.bar.buttons.workspaces.border": "#ffffff",
"theme.bar.buttons.dashboard.border": "#fabd2f"
}

View File

@@ -323,5 +323,24 @@
"theme.notification.label": "#83a598",
"theme.notification.actions.text": "#32302f",
"theme.notification.actions.background": "#83a598",
"theme.notification.background": "#32302f"
"theme.notification.background": "#32302f",
"theme.bar.buttons.modules.power.border": "#282828",
"theme.bar.buttons.modules.weather.border": "#fe8017",
"theme.bar.buttons.modules.updates.border": "#b16286",
"theme.bar.buttons.modules.kbLayout.border": "#83a598",
"theme.bar.buttons.modules.netstat.border": "#b8bb26",
"theme.bar.buttons.modules.storage.border": "#83a598",
"theme.bar.buttons.modules.cpu.border": "#d3869b",
"theme.bar.buttons.modules.ram.border": "#fabd2f",
"theme.bar.buttons.notifications.border": "#83a598",
"theme.bar.buttons.clock.border": "#d3869b",
"theme.bar.buttons.battery.border": "#fabd2f",
"theme.bar.buttons.systray.border": "#504945",
"theme.bar.buttons.bluetooth.border": "#83a598",
"theme.bar.buttons.network.border": "#b16286",
"theme.bar.buttons.volume.border": "#fe8018",
"theme.bar.buttons.media.border": "#83a598",
"theme.bar.buttons.windowtitle.border": "#d3869b",
"theme.bar.buttons.workspaces.border": "#ffffff",
"theme.bar.buttons.dashboard.border": "#fabd2f"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.cpu.text": "#ffffff",
"theme.bar.buttons.modules.netstat.icon_background": "#ffffff",
"theme.bar.buttons.modules.kbLayout.text": "#ffffff",
"theme.bar.buttons.notifications.icon_background": "#FFFFFF"
}
"theme.bar.buttons.notifications.icon_background": "#FFFFFF",
"theme.bar.buttons.modules.power.border": "#ffffff",
"theme.bar.buttons.modules.weather.border": "#FFFFFF",
"theme.bar.buttons.modules.updates.border": "#FFFFFF",
"theme.bar.buttons.modules.kbLayout.border": "#ffffff",
"theme.bar.buttons.modules.netstat.border": "#ffffff",
"theme.bar.buttons.modules.storage.border": "#ffffff",
"theme.bar.buttons.modules.cpu.border": "#ffffff",
"theme.bar.buttons.modules.ram.border": "#ffffff",
"theme.bar.buttons.notifications.border": "#FFFFFF",
"theme.bar.buttons.clock.border": "#FFFFFF",
"theme.bar.buttons.battery.border": "#FFFFFF",
"theme.bar.buttons.systray.border": "#444444",
"theme.bar.buttons.bluetooth.border": "#FFFFFF",
"theme.bar.buttons.network.border": "#FFFFFF",
"theme.bar.buttons.volume.border": "#FFFFFF",
"theme.bar.buttons.media.border": "#FFFFFF",
"theme.bar.buttons.windowtitle.border": "#FFFFFF",
"theme.bar.buttons.workspaces.border": "#FFFFFF",
"theme.bar.buttons.dashboard.border": "#FFFFFF"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.updates.icon": "#21252b",
"theme.bar.buttons.modules.cpu.text": "#ffffff",
"theme.bar.buttons.modules.netstat.icon_background": "#ffffff",
"theme.bar.buttons.modules.kbLayout.text": "#ffffff"
}
"theme.bar.buttons.modules.kbLayout.text": "#ffffff",
"theme.bar.buttons.modules.power.border": "#ffffff",
"theme.bar.buttons.modules.weather.border": "#FFFFFF",
"theme.bar.buttons.modules.updates.border": "#FFFFFF",
"theme.bar.buttons.modules.kbLayout.border": "#ffffff",
"theme.bar.buttons.modules.netstat.border": "#ffffff",
"theme.bar.buttons.modules.storage.border": "#ffffff",
"theme.bar.buttons.modules.cpu.border": "#ffffff",
"theme.bar.buttons.modules.ram.border": "#ffffff",
"theme.bar.buttons.notifications.border": "#FFFFFF",
"theme.bar.buttons.clock.border": "#FFFFFF",
"theme.bar.buttons.battery.border": "#FFFFFF",
"theme.bar.buttons.systray.border": "#444444",
"theme.bar.buttons.bluetooth.border": "#FFFFFF",
"theme.bar.buttons.network.border": "#FFFFFF",
"theme.bar.buttons.volume.border": "#FFFFFF",
"theme.bar.buttons.media.border": "#FFFFFF",
"theme.bar.buttons.windowtitle.border": "#FFFFFF",
"theme.bar.buttons.workspaces.border": "#FFFFFF",
"theme.bar.buttons.dashboard.border": "#FFFFFF"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.cpu.text": "#8fbcbb",
"theme.bar.buttons.modules.netstat.icon_background": "#8fbcbb",
"theme.bar.buttons.modules.kbLayout.text": "#88c0d0",
"theme.bar.buttons.notifications.icon_background": "#88c0d0"
}
"theme.bar.buttons.notifications.icon_background": "#88c0d0",
"theme.bar.buttons.modules.power.border": "#8fbcbb",
"theme.bar.buttons.modules.weather.border": "#88c0d0",
"theme.bar.buttons.modules.updates.border": "#88c0d0",
"theme.bar.buttons.modules.kbLayout.border": "#88c0d0",
"theme.bar.buttons.modules.netstat.border": "#8fbcbb",
"theme.bar.buttons.modules.storage.border": "#8fbcbb",
"theme.bar.buttons.modules.cpu.border": "#8fbcbb",
"theme.bar.buttons.modules.ram.border": "#81a1c1",
"theme.bar.buttons.notifications.border": "#88c0d0",
"theme.bar.buttons.clock.border": "#8fbcbb",
"theme.bar.buttons.battery.border": "#81a1c1",
"theme.bar.buttons.systray.border": "#434c53",
"theme.bar.buttons.bluetooth.border": "#88c0d0",
"theme.bar.buttons.network.border": "#88c0d0",
"theme.bar.buttons.volume.border": "#81a1c1",
"theme.bar.buttons.media.border": "#88c0d0",
"theme.bar.buttons.windowtitle.border": "#8fbcbb",
"theme.bar.buttons.workspaces.border": "#2e3440",
"theme.bar.buttons.dashboard.border": "#81a1c1"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.updates.icon": "#21252b",
"theme.bar.buttons.modules.cpu.text": "#8fbcbb",
"theme.bar.buttons.modules.netstat.icon_background": "#8fbcbb",
"theme.bar.buttons.modules.kbLayout.text": "#88c0d0"
}
"theme.bar.buttons.modules.kbLayout.text": "#88c0d0",
"theme.bar.buttons.modules.power.border": "#8fbcbb",
"theme.bar.buttons.modules.weather.border": "#88c0d0",
"theme.bar.buttons.modules.updates.border": "#88c0d0",
"theme.bar.buttons.modules.kbLayout.border": "#88c0d0",
"theme.bar.buttons.modules.netstat.border": "#8fbcbb",
"theme.bar.buttons.modules.storage.border": "#8fbcbb",
"theme.bar.buttons.modules.cpu.border": "#8fbcbb",
"theme.bar.buttons.modules.ram.border": "#81a1c1",
"theme.bar.buttons.notifications.border": "#88c0d0",
"theme.bar.buttons.clock.border": "#8fbcbb",
"theme.bar.buttons.battery.border": "#81a1c1",
"theme.bar.buttons.systray.border": "#434c53",
"theme.bar.buttons.bluetooth.border": "#88c0d0",
"theme.bar.buttons.network.border": "#88c0d0",
"theme.bar.buttons.volume.border": "#81a1c1",
"theme.bar.buttons.media.border": "#88c0d0",
"theme.bar.buttons.windowtitle.border": "#8fbcbb",
"theme.bar.buttons.workspaces.border": "#2e3440",
"theme.bar.buttons.dashboard.border": "#81a1c1"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.cpu.text": "#e06c75",
"theme.bar.buttons.modules.netstat.icon_background": "#98c379",
"theme.bar.buttons.modules.kbLayout.text": "#56b6c2",
"theme.bar.buttons.notifications.icon_background": "#61afef"
}
"theme.bar.buttons.notifications.icon_background": "#61afef",
"theme.bar.buttons.modules.power.border": "#e06c75",
"theme.bar.buttons.modules.weather.border": "#61afef",
"theme.bar.buttons.modules.updates.border": "#c678dd",
"theme.bar.buttons.modules.kbLayout.border": "#56b6c2",
"theme.bar.buttons.modules.netstat.border": "#98c379",
"theme.bar.buttons.modules.storage.border": "#e06c75",
"theme.bar.buttons.modules.cpu.border": "#e06c75",
"theme.bar.buttons.modules.ram.border": "#e5c07b",
"theme.bar.buttons.notifications.border": "#61afef",
"theme.bar.buttons.clock.border": "#98c379",
"theme.bar.buttons.battery.border": "#e5c07b",
"theme.bar.buttons.systray.border": "#4b5263",
"theme.bar.buttons.bluetooth.border": "#61afef",
"theme.bar.buttons.network.border": "#c678dd",
"theme.bar.buttons.volume.border": "#e06c75",
"theme.bar.buttons.media.border": "#61afef",
"theme.bar.buttons.windowtitle.border": "#98c379",
"theme.bar.buttons.workspaces.border": "#21252b",
"theme.bar.buttons.dashboard.border": "#e5c07b"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.updates.icon": "#21252b",
"theme.bar.buttons.modules.cpu.text": "#e06c75",
"theme.bar.buttons.modules.netstat.icon_background": "#98c379",
"theme.bar.buttons.modules.kbLayout.text": "#56b6c2"
}
"theme.bar.buttons.modules.kbLayout.text": "#56b6c2",
"theme.bar.buttons.modules.power.border": "#e06c75",
"theme.bar.buttons.modules.weather.border": "#61afef",
"theme.bar.buttons.modules.updates.border": "#c678dd",
"theme.bar.buttons.modules.kbLayout.border": "#56b6c2",
"theme.bar.buttons.modules.netstat.border": "#98c379",
"theme.bar.buttons.modules.storage.border": "#e06c75",
"theme.bar.buttons.modules.cpu.border": "#e06c75",
"theme.bar.buttons.modules.ram.border": "#e5c07b",
"theme.bar.buttons.notifications.border": "#61afef",
"theme.bar.buttons.clock.border": "#98c379",
"theme.bar.buttons.battery.border": "#e5c07b",
"theme.bar.buttons.systray.border": "#4b5263",
"theme.bar.buttons.bluetooth.border": "#61afef",
"theme.bar.buttons.network.border": "#c678dd",
"theme.bar.buttons.volume.border": "#e06c75",
"theme.bar.buttons.media.border": "#61afef",
"theme.bar.buttons.windowtitle.border": "#98c379",
"theme.bar.buttons.workspaces.border": "#21252b",
"theme.bar.buttons.dashboard.border": "#e5c07b"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.cpu.text": "#eb6f92",
"theme.bar.buttons.modules.netstat.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.kbLayout.text": "#9ccfd8",
"theme.bar.buttons.notifications.icon_background": "#c4a7e7"
}
"theme.bar.buttons.notifications.icon_background": "#c4a7e7",
"theme.bar.buttons.modules.power.border": "#eb6f92",
"theme.bar.buttons.modules.weather.border": "#c4a7e7",
"theme.bar.buttons.modules.updates.border": "#30738f",
"theme.bar.buttons.modules.kbLayout.border": "#9ccfd8",
"theme.bar.buttons.modules.netstat.border": "#9ccfd8",
"theme.bar.buttons.modules.storage.border": "#eb6f92",
"theme.bar.buttons.modules.cpu.border": "#eb6f92",
"theme.bar.buttons.modules.ram.border": "#f6c177",
"theme.bar.buttons.notifications.border": "#c4a7e7",
"theme.bar.buttons.clock.border": "#c4a7e7",
"theme.bar.buttons.battery.border": "#f6c177",
"theme.bar.buttons.systray.border": "#26233a",
"theme.bar.buttons.bluetooth.border": "#9ccfd8",
"theme.bar.buttons.network.border": "#c4a7e7",
"theme.bar.buttons.volume.border": "#eb6f92",
"theme.bar.buttons.media.border": "#c4a7e7",
"theme.bar.buttons.windowtitle.border": "#c4a7e7",
"theme.bar.buttons.workspaces.border": "#1f1d2e",
"theme.bar.buttons.dashboard.border": "#f6c177"
}

View File

@@ -1,329 +1,349 @@
{
"theme.bar.menus.background": "#232136",
"theme.bar.background": "#232136",
"theme.bar.buttons.media.icon": "#c4a7e7",
"theme.bar.buttons.media.text": "#c4a7e7",
"theme.bar.buttons.icon": "#c4a7e7",
"theme.bar.buttons.text": "#c4a7e7",
"theme.bar.buttons.hover": "#393552",
"theme.bar.buttons.background": "#2a283e",
"theme.bar.menus.text": "#e0def4",
"theme.bar.menus.border.color": "#2a273f",
"theme.bar.buttons.media.background": "#2a283e",
"theme.bar.menus.menu.volume.text": "#e0def4",
"theme.bar.menus.menu.volume.card.color": "#2a283e",
"theme.bar.menus.menu.volume.label.color": "#eb6f92",
"theme.bar.menus.popover.text": "#c4a7e7",
"theme.bar.menus.popover.background": "#2a273f",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#eb6f92",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#eb6f92",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#232136",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#e0def4",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#2a273f",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#232136",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#2a283e",
"theme.bar.menus.menu.notifications.switch.puck": "#393552",
"theme.bar.menus.menu.notifications.switch.disabled": "#2a273f",
"theme.bar.menus.menu.notifications.switch.enabled": "#c4a7e7",
"theme.bar.menus.menu.notifications.clear": "#eb6f92",
"theme.bar.menus.menu.notifications.switch_divider": "#393552",
"theme.bar.menus.menu.notifications.border": "#2a273f",
"theme.bar.menus.menu.notifications.card": "#2a283e",
"theme.bar.menus.menu.notifications.background": "#232136",
"theme.bar.menus.menu.notifications.no_notifications_label": "#2a273f",
"theme.bar.menus.menu.notifications.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#393552",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#c4a7e7",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#3e8eb0",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#9ccfd8",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#eb6f92",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f6c177",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#c4a7e7",
"theme.bar.menus.menu.dashboard.controls.input.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.input.background": "#3e8eb0",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#eb6f92",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f6c177",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#9ccfd8",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#c4a7e7",
"theme.bar.menus.menu.dashboard.controls.disabled": "#44415a",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#9ccfd8",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#2a273f",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#c4a7e7",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#f6c177",
"theme.bar.menus.menu.dashboard.profile.name": "#c4a7e7",
"theme.bar.menus.menu.dashboard.border.color": "#2a273f",
"theme.bar.menus.menu.dashboard.background.color": "#232136",
"theme.bar.menus.menu.dashboard.card.color": "#2a283e",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.hourly.time": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#9ccfd8",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#3e8fb0",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#f6c177",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#eb6f92",
"theme.bar.menus.menu.clock.weather.stats": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.status": "#9ccfd8",
"theme.bar.menus.menu.clock.weather.temperature": "#e0def4",
"theme.bar.menus.menu.clock.weather.icon": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.contextdays": "#44415a",
"theme.bar.menus.menu.clock.calendar.days": "#e0def4",
"theme.bar.menus.menu.clock.calendar.currentday": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.paginator": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.weekdays": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#9ccfd8",
"theme.bar.menus.menu.clock.time.timeperiod": "#9ccfd8",
"theme.bar.menus.menu.clock.time.time": "#c4a7e7",
"theme.bar.menus.menu.clock.text": "#e0def4",
"theme.bar.menus.menu.clock.border.color": "#2a273f",
"theme.bar.menus.menu.clock.background.color": "#232136",
"theme.bar.menus.menu.clock.card.color": "#2a283e",
"theme.bar.menus.menu.battery.slider.puck": "#393552",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#393552",
"theme.bar.menus.menu.battery.slider.background": "#44415a",
"theme.bar.menus.menu.battery.slider.primary": "#f6c177",
"theme.bar.menus.menu.battery.icons.active": "#f6c177",
"theme.bar.menus.menu.battery.icons.passive": "#56526e",
"theme.bar.menus.menu.battery.listitems.active": "#f6c177",
"theme.bar.menus.menu.battery.listitems.passive": "#e0def4",
"theme.bar.menus.menu.battery.text": "#e0def4",
"theme.bar.menus.menu.battery.label.color": "#f6c177",
"theme.bar.menus.menu.battery.border.color": "#2a273f",
"theme.bar.menus.menu.battery.background.color": "#232136",
"theme.bar.menus.menu.battery.card.color": "#2a283e",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#2a283e",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#e0def4",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#232136",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#e0def4",
"theme.bar.menus.menu.bluetooth.icons.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.icons.passive": "#56526e",
"theme.bar.menus.menu.bluetooth.listitems.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#e0def4",
"theme.bar.menus.menu.bluetooth.switch.puck": "#393552",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#2a273f",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.switch_divider": "#393552",
"theme.bar.menus.menu.bluetooth.status": "#393552",
"theme.bar.menus.menu.bluetooth.text": "#e0def4",
"theme.bar.menus.menu.bluetooth.label.color": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.border.color": "#2a273f",
"theme.bar.menus.menu.bluetooth.background.color": "#232136",
"theme.bar.menus.menu.bluetooth.card.color": "#2a283e",
"theme.bar.menus.menu.network.iconbuttons.active": "#c4a7e7",
"theme.bar.menus.menu.network.iconbuttons.passive": "#e0def4",
"theme.bar.menus.menu.network.icons.active": "#c4a7e7",
"theme.bar.menus.menu.network.icons.passive": "#56526e",
"theme.bar.menus.menu.network.listitems.active": "#c4a7e7",
"theme.bar.menus.menu.network.listitems.passive": "#e0def4",
"theme.bar.menus.menu.network.status.color": "#393552",
"theme.bar.menus.menu.network.text": "#e0def4",
"theme.bar.menus.menu.network.label.color": "#c4a7e7",
"theme.bar.menus.menu.network.border.color": "#2a273f",
"theme.bar.menus.menu.network.background.color": "#232136",
"theme.bar.menus.menu.network.card.color": "#2a283e",
"theme.bar.menus.menu.volume.input_slider.puck": "#44415a",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#393552",
"theme.bar.menus.menu.volume.input_slider.background": "#44415a",
"theme.bar.menus.menu.volume.input_slider.primary": "#eb6f92",
"theme.bar.menus.menu.volume.audio_slider.puck": "#44415a",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#393552",
"theme.bar.menus.menu.volume.audio_slider.background": "#44415a",
"theme.bar.menus.menu.volume.audio_slider.primary": "#eb6f92",
"theme.bar.menus.menu.volume.icons.active": "#eb6f92",
"theme.bar.menus.menu.volume.icons.passive": "#56526e",
"theme.bar.menus.menu.volume.iconbutton.active": "#eb6f92",
"theme.bar.menus.menu.volume.iconbutton.passive": "#e0def4",
"theme.bar.menus.menu.volume.listitems.active": "#eb6f92",
"theme.bar.menus.menu.volume.listitems.passive": "#e0def4",
"theme.bar.menus.menu.volume.border.color": "#2a273f",
"theme.bar.menus.menu.volume.background.color": "#232136",
"theme.bar.menus.menu.media.slider.puck": "#393552",
"theme.bar.menus.menu.media.slider.backgroundhover": "#393552",
"theme.bar.menus.menu.media.slider.background": "#44415a",
"theme.bar.menus.menu.media.slider.primary": "#c4a7e7",
"theme.bar.menus.menu.media.buttons.text": "#232136",
"theme.bar.menus.menu.media.buttons.background": "#c4a7e7",
"theme.bar.menus.menu.media.buttons.enabled": "#9ccfd8",
"theme.bar.menus.menu.media.buttons.inactive": "#44415a",
"theme.bar.menus.menu.media.border.color": "#2a273f",
"theme.bar.menus.menu.media.background.color": "#232136",
"theme.bar.menus.menu.media.album": "#c4a7e7",
"theme.bar.menus.menu.media.artist": "#9ccfd8",
"theme.bar.menus.menu.media.song": "#c4a7e7",
"theme.bar.menus.tooltip.text": "#e0def4",
"theme.bar.menus.tooltip.background": "#232136",
"theme.bar.menus.dropdownmenu.divider": "#2a283e",
"theme.bar.menus.dropdownmenu.text": "#e0def4",
"theme.bar.menus.dropdownmenu.background": "#232136",
"theme.bar.menus.slider.puck": "#393552",
"theme.bar.menus.slider.backgroundhover": "#393552",
"theme.bar.menus.slider.background": "#44415a",
"theme.bar.menus.slider.primary": "#c4a7e7",
"theme.bar.menus.progressbar.background": "#393552",
"theme.bar.menus.progressbar.foreground": "#c4a7e7",
"theme.bar.menus.iconbuttons.active": "#c4a7e7",
"theme.bar.menus.iconbuttons.passive": "#e0def4",
"theme.bar.menus.buttons.text": "#2a273f",
"theme.bar.menus.buttons.disabled": "#44415a",
"theme.bar.menus.buttons.active": "#c4a7e7",
"theme.bar.menus.buttons.default": "#c4a7e7",
"theme.bar.menus.switch.puck": "#393552",
"theme.bar.menus.switch.disabled": "#2a273f",
"theme.bar.menus.switch.enabled": "#c4a7e7",
"theme.bar.menus.icons.active": "#c4a7e7",
"theme.bar.menus.icons.passive": "#44415a",
"theme.bar.menus.listitems.active": "#c4a7e7",
"theme.bar.menus.listitems.passive": "#e0def4",
"theme.bar.menus.label": "#c4a7e7",
"theme.bar.menus.feinttext": "#2a273f",
"theme.bar.menus.dimtext": "#44415a",
"theme.bar.menus.cards": "#2a283e",
"theme.bar.buttons.notifications.total": "#c4a7e7",
"theme.bar.buttons.notifications.icon": "#c4a7e7",
"theme.bar.buttons.notifications.hover": "#393552",
"theme.bar.buttons.notifications.background": "#2a283e",
"theme.bar.buttons.clock.icon": "#c4a7e7",
"theme.bar.buttons.clock.text": "#c4a7e7",
"theme.bar.buttons.clock.hover": "#393552",
"theme.bar.buttons.clock.background": "#2a283e",
"theme.bar.buttons.battery.icon": "#f6c177",
"theme.bar.buttons.battery.text": "#f6c177",
"theme.bar.buttons.battery.hover": "#393552",
"theme.bar.buttons.battery.background": "#2a283e",
"theme.bar.buttons.systray.hover": "#393552",
"theme.bar.buttons.systray.background": "#2a283e",
"theme.bar.buttons.bluetooth.icon": "#9ccfd8",
"theme.bar.buttons.bluetooth.text": "#9ccfd8",
"theme.bar.buttons.bluetooth.hover": "#393552",
"theme.bar.buttons.bluetooth.background": "#2a283e",
"theme.bar.buttons.network.icon": "#c4a7e7",
"theme.bar.buttons.network.text": "#c4a7e7",
"theme.bar.buttons.network.hover": "#393552",
"theme.bar.buttons.network.background": "#2a283e",
"theme.bar.buttons.volume.icon": "#eb6f92",
"theme.bar.buttons.volume.text": "#eb6f92",
"theme.bar.buttons.volume.hover": "#393552",
"theme.bar.buttons.volume.background": "#2a283e",
"theme.bar.buttons.media.hover": "#393552",
"theme.bar.buttons.windowtitle.icon": "#c4a7e7",
"theme.bar.buttons.windowtitle.text": "#c4a7e7",
"theme.bar.buttons.windowtitle.hover": "#393552",
"theme.bar.buttons.windowtitle.background": "#2a283e",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#2a273f",
"theme.bar.buttons.workspaces.active": "#c4a7e7",
"theme.bar.buttons.workspaces.occupied": "#eb6f92",
"theme.bar.buttons.workspaces.available": "#9ccfd8",
"theme.bar.buttons.workspaces.hover": "#393552",
"theme.bar.buttons.workspaces.background": "#2a283e",
"theme.bar.buttons.dashboard.icon": "#f6c177",
"theme.bar.buttons.dashboard.hover": "#393552",
"theme.bar.buttons.dashboard.background": "#2a283e",
"theme.osd.label": "#c4a7e7",
"theme.osd.icon": "#232136",
"theme.osd.bar_overflow_color": "#eb6f92",
"theme.osd.bar_empty_color": "#2a273f",
"theme.osd.bar_color": "#c4a7e7",
"theme.osd.icon_container": "#c4a7e7",
"theme.osd.bar_container": "#232136",
"theme.notification.close_button.label": "#232136",
"theme.notification.close_button.background": "#eb6f92",
"theme.notification.labelicon": "#c4a7e7",
"theme.notification.text": "#e0def4",
"theme.notification.time": "#56526e",
"theme.notification.border": "#2a273f",
"theme.notification.label": "#c4a7e7",
"theme.notification.actions.text": "#2a273f",
"theme.notification.actions.background": "#c4a7e7",
"theme.notification.background": "#2a273f",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#181825",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#c678dd",
"theme.bar.menus.menu.media.card.color": "#2a283e",
"theme.bar.menus.check_radio_button.background": "#393452",
"theme.bar.menus.check_radio_button.active": "#c4a7e7",
"theme.bar.buttons.style": "default",
"theme.bar.menus.menu.notifications.pager.button": "#c4a7e7",
"theme.bar.menus.menu.notifications.scrollbar.color": "#c4a7e7",
"theme.bar.menus.menu.notifications.pager.label": "#56526e",
"theme.bar.menus.menu.notifications.pager.background": "#232136",
"theme.bar.buttons.modules.ram.icon": "#f6c177",
"theme.bar.buttons.modules.storage.icon_background": "#2a283e",
"theme.bar.menus.menu.power.card.color": "#2a283e",
"theme.bar.buttons.modules.storage.icon": "#c4a7e7",
"theme.bar.buttons.modules.weather.icon": "#c4a7e7",
"theme.bar.buttons.modules.power.icon": "#eb6f92",
"theme.bar.menus.menu.power.border.color": "#2a273f",
"theme.bar.buttons.modules.power.icon_background": "#2a283e",
"theme.bar.buttons.modules.cpu.icon": "#eb6f92",
"theme.bar.buttons.modules.kbLayout.icon_background": "#2a283e",
"theme.bar.buttons.modules.weather.text": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#2a273f",
"theme.bar.buttons.modules.weather.icon_background": "#2a283e",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#2a283e",
"theme.bar.buttons.modules.kbLayout.icon": "#9ccfd8",
"theme.bar.buttons.modules.ram.icon_background": "#2a283e",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#eb6f92",
"theme.bar.buttons.modules.updates.icon_background": "#2a283e",
"theme.bar.menus.menu.power.background.color": "#232136",
"theme.bar.buttons.modules.netstat.icon": "#9ccfd8",
"theme.bar.buttons.modules.cpu.icon_background": "#2a283e",
"theme.bar.buttons.modules.updates.icon": "#3e8eb0",
"theme.bar.buttons.modules.netstat.icon_background": "#2a283e",
"theme.bar.buttons.clock.icon_background": "#c4a7e7",
"theme.bar.menus.popover.border": "#2a273f",
"theme.bar.buttons.volume.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#9ccfd8",
"theme.bar.menus.menu.power.buttons.restart.text": "#f6c177",
"theme.bar.buttons.modules.updates.background": "#2a283e",
"theme.bar.buttons.modules.netstat.background": "#2a283e",
"theme.bar.buttons.modules.netstat.text": "#9ccfd8",
"theme.bar.buttons.modules.storage.background": "#2a283e",
"theme.bar.buttons.modules.storage.text": "#eb6f92",
"theme.bar.buttons.modules.cpu.background": "#2a283e",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.menus.menu.power.buttons.logout.icon": "#2a273f",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#f6c177",
"theme.bar.menus.menu.power.buttons.restart.icon": "#2a273f",
"theme.bar.buttons.battery.icon_background": "#f6c177",
"theme.bar.menus.menu.power.buttons.sleep.text": "#9ccfd8",
"theme.bar.buttons.media.icon_background": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.logout.background": "#2a283e",
"theme.bar.menus.menu.power.buttons.sleep.background": "#2a283e",
"theme.bar.buttons.modules.ram.text": "#f6c177",
"theme.bar.menus.menu.power.buttons.logout.text": "#9ccfd8",
"theme.bar.buttons.modules.kbLayout.background": "#2a283e",
"theme.bar.buttons.modules.power.background": "#2a283e",
"theme.bar.buttons.modules.weather.background": "#2a283e",
"theme.bar.buttons.icon_background": "#2a283e",
"theme.bar.buttons.modules.ram.background": "#2a283e",
"theme.bar.buttons.windowtitle.icon_background": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.updates.text": "#3e8eb0",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#2a273f",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.menus.menu.power.buttons.restart.background": "#2a283e",
"theme.bar.buttons.modules.cpu.text": "#eb6f92",
"theme.bar.buttons.modules.kbLayout.text": "#9ccfd8",
"theme.bar.buttons.notifications.icon_background": "#c4a7e7"
"theme.bar.menus.background": "#232136",
"theme.bar.background": "#232136",
"theme.bar.buttons.media.icon": "#c4a7e7",
"theme.bar.buttons.media.text": "#c4a7e7",
"theme.bar.buttons.icon": "#c4a7e7",
"theme.bar.buttons.text": "#c4a7e7",
"theme.bar.buttons.hover": "#393552",
"theme.bar.buttons.background": "#2a283e",
"theme.bar.menus.text": "#e0def4",
"theme.bar.menus.border.color": "#2a273f",
"theme.bar.buttons.media.background": "#2a283e",
"theme.bar.menus.menu.volume.text": "#e0def4",
"theme.bar.menus.menu.volume.card.color": "#2a283e",
"theme.bar.menus.menu.volume.label.color": "#eb6f92",
"theme.bar.menus.popover.text": "#c4a7e7",
"theme.bar.menus.popover.background": "#2a273f",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#eb6f92",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#eb6f92",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#232136",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#e0def4",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#2a273f",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#232136",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#2a283e",
"theme.bar.menus.menu.notifications.switch.puck": "#393552",
"theme.bar.menus.menu.notifications.switch.disabled": "#2a273f",
"theme.bar.menus.menu.notifications.switch.enabled": "#c4a7e7",
"theme.bar.menus.menu.notifications.clear": "#eb6f92",
"theme.bar.menus.menu.notifications.switch_divider": "#393552",
"theme.bar.menus.menu.notifications.border": "#2a273f",
"theme.bar.menus.menu.notifications.card": "#2a283e",
"theme.bar.menus.menu.notifications.background": "#232136",
"theme.bar.menus.menu.notifications.no_notifications_label": "#2a273f",
"theme.bar.menus.menu.notifications.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#393552",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#c4a7e7",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#3e8eb0",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#9ccfd8",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#eb6f92",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f6c177",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#c4a7e7",
"theme.bar.menus.menu.dashboard.controls.input.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.input.background": "#3e8eb0",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#eb6f92",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f6c177",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#9ccfd8",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#c4a7e7",
"theme.bar.menus.menu.dashboard.controls.disabled": "#44415a",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#9ccfd8",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#2a273f",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#c4a7e7",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#f6c177",
"theme.bar.menus.menu.dashboard.profile.name": "#c4a7e7",
"theme.bar.menus.menu.dashboard.border.color": "#2a273f",
"theme.bar.menus.menu.dashboard.background.color": "#232136",
"theme.bar.menus.menu.dashboard.card.color": "#2a283e",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.hourly.time": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#9ccfd8",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#3e8fb0",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#f6c177",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#eb6f92",
"theme.bar.menus.menu.clock.weather.stats": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.status": "#9ccfd8",
"theme.bar.menus.menu.clock.weather.temperature": "#e0def4",
"theme.bar.menus.menu.clock.weather.icon": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.contextdays": "#44415a",
"theme.bar.menus.menu.clock.calendar.days": "#e0def4",
"theme.bar.menus.menu.clock.calendar.currentday": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.paginator": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.weekdays": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#9ccfd8",
"theme.bar.menus.menu.clock.time.timeperiod": "#9ccfd8",
"theme.bar.menus.menu.clock.time.time": "#c4a7e7",
"theme.bar.menus.menu.clock.text": "#e0def4",
"theme.bar.menus.menu.clock.border.color": "#2a273f",
"theme.bar.menus.menu.clock.background.color": "#232136",
"theme.bar.menus.menu.clock.card.color": "#2a283e",
"theme.bar.menus.menu.battery.slider.puck": "#393552",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#393552",
"theme.bar.menus.menu.battery.slider.background": "#44415a",
"theme.bar.menus.menu.battery.slider.primary": "#f6c177",
"theme.bar.menus.menu.battery.icons.active": "#f6c177",
"theme.bar.menus.menu.battery.icons.passive": "#56526e",
"theme.bar.menus.menu.battery.listitems.active": "#f6c177",
"theme.bar.menus.menu.battery.listitems.passive": "#e0def4",
"theme.bar.menus.menu.battery.text": "#e0def4",
"theme.bar.menus.menu.battery.label.color": "#f6c177",
"theme.bar.menus.menu.battery.border.color": "#2a273f",
"theme.bar.menus.menu.battery.background.color": "#232136",
"theme.bar.menus.menu.battery.card.color": "#2a283e",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#2a283e",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#e0def4",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#232136",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#e0def4",
"theme.bar.menus.menu.bluetooth.icons.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.icons.passive": "#56526e",
"theme.bar.menus.menu.bluetooth.listitems.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#e0def4",
"theme.bar.menus.menu.bluetooth.switch.puck": "#393552",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#2a273f",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.switch_divider": "#393552",
"theme.bar.menus.menu.bluetooth.status": "#393552",
"theme.bar.menus.menu.bluetooth.text": "#e0def4",
"theme.bar.menus.menu.bluetooth.label.color": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.border.color": "#2a273f",
"theme.bar.menus.menu.bluetooth.background.color": "#232136",
"theme.bar.menus.menu.bluetooth.card.color": "#2a283e",
"theme.bar.menus.menu.network.iconbuttons.active": "#c4a7e7",
"theme.bar.menus.menu.network.iconbuttons.passive": "#e0def4",
"theme.bar.menus.menu.network.icons.active": "#c4a7e7",
"theme.bar.menus.menu.network.icons.passive": "#56526e",
"theme.bar.menus.menu.network.listitems.active": "#c4a7e7",
"theme.bar.menus.menu.network.listitems.passive": "#e0def4",
"theme.bar.menus.menu.network.status.color": "#393552",
"theme.bar.menus.menu.network.text": "#e0def4",
"theme.bar.menus.menu.network.label.color": "#c4a7e7",
"theme.bar.menus.menu.network.border.color": "#2a273f",
"theme.bar.menus.menu.network.background.color": "#232136",
"theme.bar.menus.menu.network.card.color": "#2a283e",
"theme.bar.menus.menu.volume.input_slider.puck": "#44415a",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#393552",
"theme.bar.menus.menu.volume.input_slider.background": "#44415a",
"theme.bar.menus.menu.volume.input_slider.primary": "#eb6f92",
"theme.bar.menus.menu.volume.audio_slider.puck": "#44415a",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#393552",
"theme.bar.menus.menu.volume.audio_slider.background": "#44415a",
"theme.bar.menus.menu.volume.audio_slider.primary": "#eb6f92",
"theme.bar.menus.menu.volume.icons.active": "#eb6f92",
"theme.bar.menus.menu.volume.icons.passive": "#56526e",
"theme.bar.menus.menu.volume.iconbutton.active": "#eb6f92",
"theme.bar.menus.menu.volume.iconbutton.passive": "#e0def4",
"theme.bar.menus.menu.volume.listitems.active": "#eb6f92",
"theme.bar.menus.menu.volume.listitems.passive": "#e0def4",
"theme.bar.menus.menu.volume.border.color": "#2a273f",
"theme.bar.menus.menu.volume.background.color": "#232136",
"theme.bar.menus.menu.media.slider.puck": "#393552",
"theme.bar.menus.menu.media.slider.backgroundhover": "#393552",
"theme.bar.menus.menu.media.slider.background": "#44415a",
"theme.bar.menus.menu.media.slider.primary": "#c4a7e7",
"theme.bar.menus.menu.media.buttons.text": "#232136",
"theme.bar.menus.menu.media.buttons.background": "#c4a7e7",
"theme.bar.menus.menu.media.buttons.enabled": "#9ccfd8",
"theme.bar.menus.menu.media.buttons.inactive": "#44415a",
"theme.bar.menus.menu.media.border.color": "#2a273f",
"theme.bar.menus.menu.media.background.color": "#232136",
"theme.bar.menus.menu.media.album": "#c4a7e7",
"theme.bar.menus.menu.media.artist": "#9ccfd8",
"theme.bar.menus.menu.media.song": "#c4a7e7",
"theme.bar.menus.tooltip.text": "#e0def4",
"theme.bar.menus.tooltip.background": "#232136",
"theme.bar.menus.dropdownmenu.divider": "#2a283e",
"theme.bar.menus.dropdownmenu.text": "#e0def4",
"theme.bar.menus.dropdownmenu.background": "#232136",
"theme.bar.menus.slider.puck": "#393552",
"theme.bar.menus.slider.backgroundhover": "#393552",
"theme.bar.menus.slider.background": "#44415a",
"theme.bar.menus.slider.primary": "#c4a7e7",
"theme.bar.menus.progressbar.background": "#393552",
"theme.bar.menus.progressbar.foreground": "#c4a7e7",
"theme.bar.menus.iconbuttons.active": "#c4a7e7",
"theme.bar.menus.iconbuttons.passive": "#e0def4",
"theme.bar.menus.buttons.text": "#2a273f",
"theme.bar.menus.buttons.disabled": "#44415a",
"theme.bar.menus.buttons.active": "#c4a7e7",
"theme.bar.menus.buttons.default": "#c4a7e7",
"theme.bar.menus.switch.puck": "#393552",
"theme.bar.menus.switch.disabled": "#2a273f",
"theme.bar.menus.switch.enabled": "#c4a7e7",
"theme.bar.menus.icons.active": "#c4a7e7",
"theme.bar.menus.icons.passive": "#44415a",
"theme.bar.menus.listitems.active": "#c4a7e7",
"theme.bar.menus.listitems.passive": "#e0def4",
"theme.bar.menus.label": "#c4a7e7",
"theme.bar.menus.feinttext": "#2a273f",
"theme.bar.menus.dimtext": "#44415a",
"theme.bar.menus.cards": "#2a283e",
"theme.bar.buttons.notifications.total": "#c4a7e7",
"theme.bar.buttons.notifications.icon": "#c4a7e7",
"theme.bar.buttons.notifications.hover": "#393552",
"theme.bar.buttons.notifications.background": "#2a283e",
"theme.bar.buttons.clock.icon": "#c4a7e7",
"theme.bar.buttons.clock.text": "#c4a7e7",
"theme.bar.buttons.clock.hover": "#393552",
"theme.bar.buttons.clock.background": "#2a283e",
"theme.bar.buttons.battery.icon": "#f6c177",
"theme.bar.buttons.battery.text": "#f6c177",
"theme.bar.buttons.battery.hover": "#393552",
"theme.bar.buttons.battery.background": "#2a283e",
"theme.bar.buttons.systray.hover": "#393552",
"theme.bar.buttons.systray.background": "#2a283e",
"theme.bar.buttons.bluetooth.icon": "#9ccfd8",
"theme.bar.buttons.bluetooth.text": "#9ccfd8",
"theme.bar.buttons.bluetooth.hover": "#393552",
"theme.bar.buttons.bluetooth.background": "#2a283e",
"theme.bar.buttons.network.icon": "#c4a7e7",
"theme.bar.buttons.network.text": "#c4a7e7",
"theme.bar.buttons.network.hover": "#393552",
"theme.bar.buttons.network.background": "#2a283e",
"theme.bar.buttons.volume.icon": "#eb6f92",
"theme.bar.buttons.volume.text": "#eb6f92",
"theme.bar.buttons.volume.hover": "#393552",
"theme.bar.buttons.volume.background": "#2a283e",
"theme.bar.buttons.media.hover": "#393552",
"theme.bar.buttons.windowtitle.icon": "#c4a7e7",
"theme.bar.buttons.windowtitle.text": "#c4a7e7",
"theme.bar.buttons.windowtitle.hover": "#393552",
"theme.bar.buttons.windowtitle.background": "#2a283e",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#2a273f",
"theme.bar.buttons.workspaces.active": "#c4a7e7",
"theme.bar.buttons.workspaces.occupied": "#eb6f92",
"theme.bar.buttons.workspaces.available": "#9ccfd8",
"theme.bar.buttons.workspaces.hover": "#393552",
"theme.bar.buttons.workspaces.background": "#2a283e",
"theme.bar.buttons.dashboard.icon": "#f6c177",
"theme.bar.buttons.dashboard.hover": "#393552",
"theme.bar.buttons.dashboard.background": "#2a283e",
"theme.osd.label": "#c4a7e7",
"theme.osd.icon": "#232136",
"theme.osd.bar_overflow_color": "#eb6f92",
"theme.osd.bar_empty_color": "#2a273f",
"theme.osd.bar_color": "#c4a7e7",
"theme.osd.icon_container": "#c4a7e7",
"theme.osd.bar_container": "#232136",
"theme.notification.close_button.label": "#232136",
"theme.notification.close_button.background": "#eb6f92",
"theme.notification.labelicon": "#c4a7e7",
"theme.notification.text": "#e0def4",
"theme.notification.time": "#56526e",
"theme.notification.border": "#2a273f",
"theme.notification.label": "#c4a7e7",
"theme.notification.actions.text": "#2a273f",
"theme.notification.actions.background": "#c4a7e7",
"theme.notification.background": "#2a273f",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#181825",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#c678dd",
"theme.bar.menus.menu.media.card.color": "#2a283e",
"theme.bar.menus.check_radio_button.background": "#393452",
"theme.bar.menus.check_radio_button.active": "#c4a7e7",
"theme.bar.buttons.style": "default",
"theme.bar.menus.menu.notifications.pager.button": "#c4a7e7",
"theme.bar.menus.menu.notifications.scrollbar.color": "#c4a7e7",
"theme.bar.menus.menu.notifications.pager.label": "#56526e",
"theme.bar.menus.menu.notifications.pager.background": "#232136",
"theme.bar.buttons.modules.ram.icon": "#f6c177",
"theme.bar.buttons.modules.storage.icon_background": "#2a283e",
"theme.bar.menus.menu.power.card.color": "#2a283e",
"theme.bar.buttons.modules.storage.icon": "#c4a7e7",
"theme.bar.buttons.modules.weather.icon": "#c4a7e7",
"theme.bar.buttons.modules.power.icon": "#eb6f92",
"theme.bar.menus.menu.power.border.color": "#2a273f",
"theme.bar.buttons.modules.power.icon_background": "#2a283e",
"theme.bar.buttons.modules.cpu.icon": "#eb6f92",
"theme.bar.buttons.modules.kbLayout.icon_background": "#2a283e",
"theme.bar.buttons.modules.weather.text": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#2a273f",
"theme.bar.buttons.modules.weather.icon_background": "#2a283e",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#2a283e",
"theme.bar.buttons.modules.kbLayout.icon": "#9ccfd8",
"theme.bar.buttons.modules.ram.icon_background": "#2a283e",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#eb6f92",
"theme.bar.buttons.modules.updates.icon_background": "#2a283e",
"theme.bar.menus.menu.power.background.color": "#232136",
"theme.bar.buttons.modules.netstat.icon": "#9ccfd8",
"theme.bar.buttons.modules.cpu.icon_background": "#2a283e",
"theme.bar.buttons.modules.updates.icon": "#3e8eb0",
"theme.bar.buttons.modules.netstat.icon_background": "#2a283e",
"theme.bar.buttons.clock.icon_background": "#c4a7e7",
"theme.bar.menus.popover.border": "#2a273f",
"theme.bar.buttons.volume.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#9ccfd8",
"theme.bar.menus.menu.power.buttons.restart.text": "#f6c177",
"theme.bar.buttons.modules.updates.background": "#2a283e",
"theme.bar.buttons.modules.netstat.background": "#2a283e",
"theme.bar.buttons.modules.netstat.text": "#9ccfd8",
"theme.bar.buttons.modules.storage.background": "#2a283e",
"theme.bar.buttons.modules.storage.text": "#eb6f92",
"theme.bar.buttons.modules.cpu.background": "#2a283e",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.menus.menu.power.buttons.logout.icon": "#2a273f",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#f6c177",
"theme.bar.menus.menu.power.buttons.restart.icon": "#2a273f",
"theme.bar.buttons.battery.icon_background": "#f6c177",
"theme.bar.menus.menu.power.buttons.sleep.text": "#9ccfd8",
"theme.bar.buttons.media.icon_background": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.logout.background": "#2a283e",
"theme.bar.menus.menu.power.buttons.sleep.background": "#2a283e",
"theme.bar.buttons.modules.ram.text": "#f6c177",
"theme.bar.menus.menu.power.buttons.logout.text": "#9ccfd8",
"theme.bar.buttons.modules.kbLayout.background": "#2a283e",
"theme.bar.buttons.modules.power.background": "#2a283e",
"theme.bar.buttons.modules.weather.background": "#2a283e",
"theme.bar.buttons.icon_background": "#2a283e",
"theme.bar.buttons.modules.ram.background": "#2a283e",
"theme.bar.buttons.windowtitle.icon_background": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.updates.text": "#3e8eb0",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#2a273f",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.menus.menu.power.buttons.restart.background": "#2a283e",
"theme.bar.buttons.modules.cpu.text": "#eb6f92",
"theme.bar.buttons.modules.kbLayout.text": "#9ccfd8",
"theme.bar.buttons.notifications.icon_background": "#c4a7e7",
"theme.bar.buttons.modules.power.border": "#eb6f92",
"theme.bar.buttons.modules.weather.border": "#c4a7e7",
"theme.bar.buttons.modules.updates.border": "#30738f",
"theme.bar.buttons.modules.kbLayout.border": "#9ccfd8",
"theme.bar.buttons.modules.netstat.border": "#9ccfd8",
"theme.bar.buttons.modules.storage.border": "#eb6f92",
"theme.bar.buttons.modules.cpu.border": "#eb6f92",
"theme.bar.buttons.modules.ram.border": "#f6c177",
"theme.bar.buttons.notifications.border": "#c4a7e7",
"theme.bar.buttons.clock.border": "#c4a7e7",
"theme.bar.buttons.battery.border": "#f6c177",
"theme.bar.buttons.systray.border": "#26233a",
"theme.bar.buttons.bluetooth.border": "#9ccfd8",
"theme.bar.buttons.network.border": "#c4a7e7",
"theme.bar.buttons.volume.border": "#eb6f92",
"theme.bar.buttons.media.border": "#c4a7e7",
"theme.bar.buttons.windowtitle.border": "#c4a7e7",
"theme.bar.buttons.workspaces.border": "#1f1d2e",
"theme.bar.buttons.dashboard.border": "#f6c177"
}

View File

@@ -1,328 +1,348 @@
{
"theme.bar.menus.background": "#232136",
"theme.bar.background": "#232136",
"theme.bar.buttons.media.icon": "#2a283e",
"theme.bar.buttons.media.text": "#c4a7e7",
"theme.bar.buttons.icon": "#c4a7e7",
"theme.bar.buttons.text": "#c4a7e7",
"theme.bar.buttons.hover": "#393552",
"theme.bar.buttons.background": "#2a283e",
"theme.bar.menus.text": "#e0def4",
"theme.bar.menus.border.color": "#2a273f",
"theme.bar.buttons.media.background": "#2a283e",
"theme.bar.menus.menu.volume.text": "#e0def4",
"theme.bar.menus.menu.volume.card.color": "#2a283e",
"theme.bar.menus.menu.volume.label.color": "#eb6f92",
"theme.bar.menus.popover.text": "#c4a7e7",
"theme.bar.menus.popover.background": "#2a273f",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#eb6f92",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#eb6f92",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#232136",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#e0def4",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#2a273f",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#232136",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#2a283e",
"theme.bar.menus.menu.notifications.switch.puck": "#393552",
"theme.bar.menus.menu.notifications.switch.disabled": "#2a273f",
"theme.bar.menus.menu.notifications.switch.enabled": "#c4a7e7",
"theme.bar.menus.menu.notifications.clear": "#eb6f92",
"theme.bar.menus.menu.notifications.switch_divider": "#393552",
"theme.bar.menus.menu.notifications.border": "#2a273f",
"theme.bar.menus.menu.notifications.card": "#2a283e",
"theme.bar.menus.menu.notifications.background": "#232136",
"theme.bar.menus.menu.notifications.no_notifications_label": "#2a273f",
"theme.bar.menus.menu.notifications.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#393552",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#c4a7e7",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#3e8eb0",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#9ccfd8",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#eb6f92",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f6c177",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#c4a7e7",
"theme.bar.menus.menu.dashboard.controls.input.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.input.background": "#3e8eb0",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#eb6f92",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f6c177",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#9ccfd8",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#c4a7e7",
"theme.bar.menus.menu.dashboard.controls.disabled": "#44415a",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#9ccfd8",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#2a273f",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#c4a7e7",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#f6c177",
"theme.bar.menus.menu.dashboard.profile.name": "#c4a7e7",
"theme.bar.menus.menu.dashboard.border.color": "#2a273f",
"theme.bar.menus.menu.dashboard.background.color": "#232136",
"theme.bar.menus.menu.dashboard.card.color": "#2a283e",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.hourly.time": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#9ccfd8",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#3e8fb0",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#f6c177",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#eb6f92",
"theme.bar.menus.menu.clock.weather.stats": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.status": "#9ccfd8",
"theme.bar.menus.menu.clock.weather.temperature": "#e0def4",
"theme.bar.menus.menu.clock.weather.icon": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.contextdays": "#44415a",
"theme.bar.menus.menu.clock.calendar.days": "#e0def4",
"theme.bar.menus.menu.clock.calendar.currentday": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.paginator": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.weekdays": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#9ccfd8",
"theme.bar.menus.menu.clock.time.timeperiod": "#9ccfd8",
"theme.bar.menus.menu.clock.time.time": "#c4a7e7",
"theme.bar.menus.menu.clock.text": "#e0def4",
"theme.bar.menus.menu.clock.border.color": "#2a273f",
"theme.bar.menus.menu.clock.background.color": "#232136",
"theme.bar.menus.menu.clock.card.color": "#2a283e",
"theme.bar.menus.menu.battery.slider.puck": "#393552",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#393552",
"theme.bar.menus.menu.battery.slider.background": "#44415a",
"theme.bar.menus.menu.battery.slider.primary": "#f6c177",
"theme.bar.menus.menu.battery.icons.active": "#f6c177",
"theme.bar.menus.menu.battery.icons.passive": "#56526e",
"theme.bar.menus.menu.battery.listitems.active": "#f6c177",
"theme.bar.menus.menu.battery.listitems.passive": "#e0def4",
"theme.bar.menus.menu.battery.text": "#e0def4",
"theme.bar.menus.menu.battery.label.color": "#f6c177",
"theme.bar.menus.menu.battery.border.color": "#2a273f",
"theme.bar.menus.menu.battery.background.color": "#232136",
"theme.bar.menus.menu.battery.card.color": "#2a283e",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#2a283e",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#e0def4",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#232136",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#e0def4",
"theme.bar.menus.menu.bluetooth.icons.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.icons.passive": "#56526e",
"theme.bar.menus.menu.bluetooth.listitems.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#e0def4",
"theme.bar.menus.menu.bluetooth.switch.puck": "#393552",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#2a273f",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.switch_divider": "#393552",
"theme.bar.menus.menu.bluetooth.status": "#393552",
"theme.bar.menus.menu.bluetooth.text": "#e0def4",
"theme.bar.menus.menu.bluetooth.label.color": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.border.color": "#2a273f",
"theme.bar.menus.menu.bluetooth.background.color": "#232136",
"theme.bar.menus.menu.bluetooth.card.color": "#2a283e",
"theme.bar.menus.menu.network.iconbuttons.active": "#c4a7e7",
"theme.bar.menus.menu.network.iconbuttons.passive": "#e0def4",
"theme.bar.menus.menu.network.icons.active": "#c4a7e7",
"theme.bar.menus.menu.network.icons.passive": "#56526e",
"theme.bar.menus.menu.network.listitems.active": "#c4a7e7",
"theme.bar.menus.menu.network.listitems.passive": "#e0def4",
"theme.bar.menus.menu.network.status.color": "#393552",
"theme.bar.menus.menu.network.text": "#e0def4",
"theme.bar.menus.menu.network.label.color": "#c4a7e7",
"theme.bar.menus.menu.network.border.color": "#2a273f",
"theme.bar.menus.menu.network.background.color": "#232136",
"theme.bar.menus.menu.network.card.color": "#2a283e",
"theme.bar.menus.menu.volume.input_slider.puck": "#44415a",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#393552",
"theme.bar.menus.menu.volume.input_slider.background": "#44415a",
"theme.bar.menus.menu.volume.input_slider.primary": "#eb6f92",
"theme.bar.menus.menu.volume.audio_slider.puck": "#44415a",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#393552",
"theme.bar.menus.menu.volume.audio_slider.background": "#44415a",
"theme.bar.menus.menu.volume.audio_slider.primary": "#eb6f92",
"theme.bar.menus.menu.volume.icons.active": "#eb6f92",
"theme.bar.menus.menu.volume.icons.passive": "#56526e",
"theme.bar.menus.menu.volume.iconbutton.active": "#eb6f92",
"theme.bar.menus.menu.volume.iconbutton.passive": "#e0def4",
"theme.bar.menus.menu.volume.listitems.active": "#eb6f92",
"theme.bar.menus.menu.volume.listitems.passive": "#e0def4",
"theme.bar.menus.menu.volume.border.color": "#2a273f",
"theme.bar.menus.menu.volume.background.color": "#232136",
"theme.bar.menus.menu.media.slider.puck": "#393552",
"theme.bar.menus.menu.media.slider.backgroundhover": "#393552",
"theme.bar.menus.menu.media.slider.background": "#44415a",
"theme.bar.menus.menu.media.slider.primary": "#c4a7e7",
"theme.bar.menus.menu.media.buttons.text": "#232136",
"theme.bar.menus.menu.media.buttons.background": "#c4a7e7",
"theme.bar.menus.menu.media.buttons.enabled": "#9ccfd8",
"theme.bar.menus.menu.media.buttons.inactive": "#44415a",
"theme.bar.menus.menu.media.border.color": "#2a273f",
"theme.bar.menus.menu.media.background.color": "#232136",
"theme.bar.menus.menu.media.album": "#c4a7e7",
"theme.bar.menus.menu.media.artist": "#9ccfd8",
"theme.bar.menus.menu.media.song": "#c4a7e7",
"theme.bar.menus.tooltip.text": "#e0def4",
"theme.bar.menus.tooltip.background": "#232136",
"theme.bar.menus.dropdownmenu.divider": "#2a283e",
"theme.bar.menus.dropdownmenu.text": "#e0def4",
"theme.bar.menus.dropdownmenu.background": "#232136",
"theme.bar.menus.slider.puck": "#393552",
"theme.bar.menus.slider.backgroundhover": "#393552",
"theme.bar.menus.slider.background": "#44415a",
"theme.bar.menus.slider.primary": "#c4a7e7",
"theme.bar.menus.progressbar.background": "#393552",
"theme.bar.menus.progressbar.foreground": "#c4a7e7",
"theme.bar.menus.iconbuttons.active": "#c4a7e7",
"theme.bar.menus.iconbuttons.passive": "#e0def4",
"theme.bar.menus.buttons.text": "#2a273f",
"theme.bar.menus.buttons.disabled": "#44415a",
"theme.bar.menus.buttons.active": "#c4a7e7",
"theme.bar.menus.buttons.default": "#c4a7e7",
"theme.bar.menus.switch.puck": "#393552",
"theme.bar.menus.switch.disabled": "#2a273f",
"theme.bar.menus.switch.enabled": "#c4a7e7",
"theme.bar.menus.icons.active": "#c4a7e7",
"theme.bar.menus.icons.passive": "#44415a",
"theme.bar.menus.listitems.active": "#c4a7e7",
"theme.bar.menus.listitems.passive": "#e0def4",
"theme.bar.menus.label": "#c4a7e7",
"theme.bar.menus.feinttext": "#2a273f",
"theme.bar.menus.dimtext": "#44415a",
"theme.bar.menus.cards": "#2a283e",
"theme.bar.buttons.notifications.total": "#c4a7e7",
"theme.bar.buttons.notifications.icon": "#2a283e",
"theme.bar.buttons.notifications.hover": "#393552",
"theme.bar.buttons.notifications.background": "#2a283e",
"theme.bar.buttons.clock.icon": "#2a283e",
"theme.bar.buttons.clock.text": "#c4a7e7",
"theme.bar.buttons.clock.hover": "#393552",
"theme.bar.buttons.clock.background": "#2a283e",
"theme.bar.buttons.battery.icon": "#2a283e",
"theme.bar.buttons.battery.text": "#f6c177",
"theme.bar.buttons.battery.hover": "#393552",
"theme.bar.buttons.battery.background": "#2a283e",
"theme.bar.buttons.systray.hover": "#393552",
"theme.bar.buttons.systray.background": "#2a283e",
"theme.bar.buttons.bluetooth.icon": "#2a283e",
"theme.bar.buttons.bluetooth.text": "#9ccfd8",
"theme.bar.buttons.bluetooth.hover": "#393552",
"theme.bar.buttons.bluetooth.background": "#2a283e",
"theme.bar.buttons.network.icon": "#2a283e",
"theme.bar.buttons.network.text": "#c4a7e7",
"theme.bar.buttons.network.hover": "#393552",
"theme.bar.buttons.network.background": "#2a283e",
"theme.bar.buttons.volume.icon": "#2a283e",
"theme.bar.buttons.volume.text": "#eb6f92",
"theme.bar.buttons.volume.hover": "#393552",
"theme.bar.buttons.volume.background": "#2a283e",
"theme.bar.buttons.media.hover": "#393552",
"theme.bar.buttons.windowtitle.icon": "#2a283e",
"theme.bar.buttons.windowtitle.text": "#c4a7e7",
"theme.bar.buttons.windowtitle.hover": "#393552",
"theme.bar.buttons.windowtitle.background": "#2a283e",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#2a273f",
"theme.bar.buttons.workspaces.active": "#c4a7e7",
"theme.bar.buttons.workspaces.occupied": "#eb6f92",
"theme.bar.buttons.workspaces.available": "#9ccfd8",
"theme.bar.buttons.workspaces.hover": "#c4a7e7",
"theme.bar.buttons.workspaces.background": "#2a283e",
"theme.bar.buttons.dashboard.icon": "#2a283e",
"theme.bar.buttons.dashboard.hover": "#393552",
"theme.bar.buttons.dashboard.background": "#f6c177",
"theme.osd.label": "#c4a7e7",
"theme.osd.icon": "#232136",
"theme.osd.bar_overflow_color": "#eb6f92",
"theme.osd.bar_empty_color": "#2a273f",
"theme.osd.bar_color": "#c4a7e7",
"theme.osd.icon_container": "#c4a7e7",
"theme.osd.bar_container": "#232136",
"theme.notification.close_button.label": "#232136",
"theme.notification.close_button.background": "#eb6f92",
"theme.notification.labelicon": "#c4a7e7",
"theme.notification.text": "#e0def4",
"theme.notification.time": "#56526e",
"theme.notification.border": "#2a273f",
"theme.notification.label": "#c4a7e7",
"theme.notification.actions.text": "#2a273f",
"theme.notification.actions.background": "#c4a7e7",
"theme.notification.background": "#2a273f",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#181825",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#c678dd",
"theme.bar.menus.menu.media.card.color": "#2a283e",
"theme.bar.menus.check_radio_button.background": "#393452",
"theme.bar.menus.check_radio_button.active": "#c4a7e7",
"theme.bar.buttons.style": "split",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.volume.icon_background": "#eb6f92",
"theme.bar.buttons.network.icon_background": "#c4a7e7",
"theme.bar.buttons.bluetooth.icon_background": "#9ccfd8",
"theme.bar.buttons.windowtitle.icon_background": "#c4a7e7",
"theme.bar.buttons.media.icon_background": "#c4a7e7",
"theme.bar.buttons.notifications.icon_background": "#c4a7e7",
"theme.bar.buttons.battery.icon_background": "#f6c177",
"theme.bar.buttons.clock.icon_background": "#c4a7e7",
"theme.bar.menus.menu.notifications.pager.button": "#c4a7e7",
"theme.bar.menus.menu.notifications.scrollbar.color": "#c4a7e7",
"theme.bar.menus.menu.notifications.pager.label": "#56526e",
"theme.bar.menus.menu.notifications.pager.background": "#232136",
"theme.bar.buttons.modules.ram.icon": "#181825",
"theme.bar.buttons.modules.storage.icon_background": "#eb6f92",
"theme.bar.menus.popover.border": "#2a273f",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#9ccfd8",
"theme.bar.menus.menu.power.buttons.restart.text": "#f6c177",
"theme.bar.buttons.modules.updates.background": "#2a283e",
"theme.bar.buttons.modules.storage.icon": "#181825",
"theme.bar.buttons.modules.netstat.background": "#2a283e",
"theme.bar.buttons.modules.weather.icon": "#2a283e",
"theme.bar.buttons.modules.netstat.text": "#9ccfd8",
"theme.bar.buttons.modules.storage.background": "#2a283e",
"theme.bar.buttons.modules.power.icon": "#181825",
"theme.bar.buttons.modules.storage.text": "#eb6f92",
"theme.bar.buttons.modules.cpu.background": "#2a283e",
"theme.bar.menus.menu.power.border.color": "#2a273f",
"theme.bar.buttons.modules.power.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.logout.icon": "#2a273f",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#f6c177",
"theme.bar.menus.menu.power.buttons.restart.icon": "#2a273f",
"theme.bar.buttons.modules.cpu.icon": "#181825",
"theme.bar.buttons.modules.kbLayout.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.weather.text": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#2a273f",
"theme.bar.menus.menu.power.buttons.sleep.text": "#9ccfd8",
"theme.bar.buttons.modules.weather.icon_background": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#2a283e",
"theme.bar.menus.menu.power.buttons.logout.background": "#2a283e",
"theme.bar.buttons.modules.kbLayout.icon": "#181825",
"theme.bar.buttons.modules.ram.icon_background": "#f6c177",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#eb6f92",
"theme.bar.menus.menu.power.buttons.sleep.background": "#2a283e",
"theme.bar.buttons.modules.ram.text": "#f6c177",
"theme.bar.menus.menu.power.buttons.logout.text": "#9ccfd8",
"theme.bar.buttons.modules.updates.icon_background": "#3e8eb0",
"theme.bar.buttons.modules.kbLayout.background": "#2a283e",
"theme.bar.buttons.modules.power.background": "#2a283e",
"theme.bar.buttons.modules.weather.background": "#2a283e",
"theme.bar.menus.menu.power.background.color": "#232136",
"theme.bar.buttons.modules.ram.background": "#2a283e",
"theme.bar.buttons.modules.netstat.icon": "#181825",
"theme.bar.buttons.modules.cpu.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.updates.text": "#3e8eb0",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#2a273f",
"theme.bar.menus.menu.power.buttons.restart.background": "#2a283e",
"theme.bar.buttons.modules.updates.icon": "#181825",
"theme.bar.buttons.modules.cpu.text": "#eb6f92",
"theme.bar.buttons.modules.netstat.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.kbLayout.text": "#9ccfd8"
"theme.bar.menus.background": "#232136",
"theme.bar.background": "#232136",
"theme.bar.buttons.media.icon": "#2a283e",
"theme.bar.buttons.media.text": "#c4a7e7",
"theme.bar.buttons.icon": "#c4a7e7",
"theme.bar.buttons.text": "#c4a7e7",
"theme.bar.buttons.hover": "#393552",
"theme.bar.buttons.background": "#2a283e",
"theme.bar.menus.text": "#e0def4",
"theme.bar.menus.border.color": "#2a273f",
"theme.bar.buttons.media.background": "#2a283e",
"theme.bar.menus.menu.volume.text": "#e0def4",
"theme.bar.menus.menu.volume.card.color": "#2a283e",
"theme.bar.menus.menu.volume.label.color": "#eb6f92",
"theme.bar.menus.popover.text": "#c4a7e7",
"theme.bar.menus.popover.background": "#2a273f",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#eb6f92",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#eb6f92",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#232136",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#e0def4",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#2a273f",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#232136",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#2a283e",
"theme.bar.menus.menu.notifications.switch.puck": "#393552",
"theme.bar.menus.menu.notifications.switch.disabled": "#2a273f",
"theme.bar.menus.menu.notifications.switch.enabled": "#c4a7e7",
"theme.bar.menus.menu.notifications.clear": "#eb6f92",
"theme.bar.menus.menu.notifications.switch_divider": "#393552",
"theme.bar.menus.menu.notifications.border": "#2a273f",
"theme.bar.menus.menu.notifications.card": "#2a283e",
"theme.bar.menus.menu.notifications.background": "#232136",
"theme.bar.menus.menu.notifications.no_notifications_label": "#2a273f",
"theme.bar.menus.menu.notifications.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#c4a7e7",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#9ccfd8",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f6c177",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#eb6f92",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#393552",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#c4a7e7",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#3e8eb0",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#9ccfd8",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#eb6f92",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f6c177",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#c4a7e7",
"theme.bar.menus.menu.dashboard.controls.input.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.input.background": "#3e8eb0",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#eb6f92",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f6c177",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#9ccfd8",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#2a273f",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#c4a7e7",
"theme.bar.menus.menu.dashboard.controls.disabled": "#44415a",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#9ccfd8",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#2a273f",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#c4a7e7",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#9ccfd8",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#f6c177",
"theme.bar.menus.menu.dashboard.profile.name": "#c4a7e7",
"theme.bar.menus.menu.dashboard.border.color": "#2a273f",
"theme.bar.menus.menu.dashboard.background.color": "#232136",
"theme.bar.menus.menu.dashboard.card.color": "#2a283e",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.hourly.time": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#9ccfd8",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#3e8fb0",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#f6c177",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#eb6f92",
"theme.bar.menus.menu.clock.weather.stats": "#c4a7e7",
"theme.bar.menus.menu.clock.weather.status": "#9ccfd8",
"theme.bar.menus.menu.clock.weather.temperature": "#e0def4",
"theme.bar.menus.menu.clock.weather.icon": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.contextdays": "#44415a",
"theme.bar.menus.menu.clock.calendar.days": "#e0def4",
"theme.bar.menus.menu.clock.calendar.currentday": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.paginator": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.weekdays": "#c4a7e7",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#9ccfd8",
"theme.bar.menus.menu.clock.time.timeperiod": "#9ccfd8",
"theme.bar.menus.menu.clock.time.time": "#c4a7e7",
"theme.bar.menus.menu.clock.text": "#e0def4",
"theme.bar.menus.menu.clock.border.color": "#2a273f",
"theme.bar.menus.menu.clock.background.color": "#232136",
"theme.bar.menus.menu.clock.card.color": "#2a283e",
"theme.bar.menus.menu.battery.slider.puck": "#393552",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#393552",
"theme.bar.menus.menu.battery.slider.background": "#44415a",
"theme.bar.menus.menu.battery.slider.primary": "#f6c177",
"theme.bar.menus.menu.battery.icons.active": "#f6c177",
"theme.bar.menus.menu.battery.icons.passive": "#56526e",
"theme.bar.menus.menu.battery.listitems.active": "#f6c177",
"theme.bar.menus.menu.battery.listitems.passive": "#e0def4",
"theme.bar.menus.menu.battery.text": "#e0def4",
"theme.bar.menus.menu.battery.label.color": "#f6c177",
"theme.bar.menus.menu.battery.border.color": "#2a273f",
"theme.bar.menus.menu.battery.background.color": "#232136",
"theme.bar.menus.menu.battery.card.color": "#2a283e",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#2a283e",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#e0def4",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#232136",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#e0def4",
"theme.bar.menus.menu.bluetooth.icons.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.icons.passive": "#56526e",
"theme.bar.menus.menu.bluetooth.listitems.active": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#e0def4",
"theme.bar.menus.menu.bluetooth.switch.puck": "#393552",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#2a273f",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.switch_divider": "#393552",
"theme.bar.menus.menu.bluetooth.status": "#393552",
"theme.bar.menus.menu.bluetooth.text": "#e0def4",
"theme.bar.menus.menu.bluetooth.label.color": "#9ccfd8",
"theme.bar.menus.menu.bluetooth.border.color": "#2a273f",
"theme.bar.menus.menu.bluetooth.background.color": "#232136",
"theme.bar.menus.menu.bluetooth.card.color": "#2a283e",
"theme.bar.menus.menu.network.iconbuttons.active": "#c4a7e7",
"theme.bar.menus.menu.network.iconbuttons.passive": "#e0def4",
"theme.bar.menus.menu.network.icons.active": "#c4a7e7",
"theme.bar.menus.menu.network.icons.passive": "#56526e",
"theme.bar.menus.menu.network.listitems.active": "#c4a7e7",
"theme.bar.menus.menu.network.listitems.passive": "#e0def4",
"theme.bar.menus.menu.network.status.color": "#393552",
"theme.bar.menus.menu.network.text": "#e0def4",
"theme.bar.menus.menu.network.label.color": "#c4a7e7",
"theme.bar.menus.menu.network.border.color": "#2a273f",
"theme.bar.menus.menu.network.background.color": "#232136",
"theme.bar.menus.menu.network.card.color": "#2a283e",
"theme.bar.menus.menu.volume.input_slider.puck": "#44415a",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#393552",
"theme.bar.menus.menu.volume.input_slider.background": "#44415a",
"theme.bar.menus.menu.volume.input_slider.primary": "#eb6f92",
"theme.bar.menus.menu.volume.audio_slider.puck": "#44415a",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#393552",
"theme.bar.menus.menu.volume.audio_slider.background": "#44415a",
"theme.bar.menus.menu.volume.audio_slider.primary": "#eb6f92",
"theme.bar.menus.menu.volume.icons.active": "#eb6f92",
"theme.bar.menus.menu.volume.icons.passive": "#56526e",
"theme.bar.menus.menu.volume.iconbutton.active": "#eb6f92",
"theme.bar.menus.menu.volume.iconbutton.passive": "#e0def4",
"theme.bar.menus.menu.volume.listitems.active": "#eb6f92",
"theme.bar.menus.menu.volume.listitems.passive": "#e0def4",
"theme.bar.menus.menu.volume.border.color": "#2a273f",
"theme.bar.menus.menu.volume.background.color": "#232136",
"theme.bar.menus.menu.media.slider.puck": "#393552",
"theme.bar.menus.menu.media.slider.backgroundhover": "#393552",
"theme.bar.menus.menu.media.slider.background": "#44415a",
"theme.bar.menus.menu.media.slider.primary": "#c4a7e7",
"theme.bar.menus.menu.media.buttons.text": "#232136",
"theme.bar.menus.menu.media.buttons.background": "#c4a7e7",
"theme.bar.menus.menu.media.buttons.enabled": "#9ccfd8",
"theme.bar.menus.menu.media.buttons.inactive": "#44415a",
"theme.bar.menus.menu.media.border.color": "#2a273f",
"theme.bar.menus.menu.media.background.color": "#232136",
"theme.bar.menus.menu.media.album": "#c4a7e7",
"theme.bar.menus.menu.media.artist": "#9ccfd8",
"theme.bar.menus.menu.media.song": "#c4a7e7",
"theme.bar.menus.tooltip.text": "#e0def4",
"theme.bar.menus.tooltip.background": "#232136",
"theme.bar.menus.dropdownmenu.divider": "#2a283e",
"theme.bar.menus.dropdownmenu.text": "#e0def4",
"theme.bar.menus.dropdownmenu.background": "#232136",
"theme.bar.menus.slider.puck": "#393552",
"theme.bar.menus.slider.backgroundhover": "#393552",
"theme.bar.menus.slider.background": "#44415a",
"theme.bar.menus.slider.primary": "#c4a7e7",
"theme.bar.menus.progressbar.background": "#393552",
"theme.bar.menus.progressbar.foreground": "#c4a7e7",
"theme.bar.menus.iconbuttons.active": "#c4a7e7",
"theme.bar.menus.iconbuttons.passive": "#e0def4",
"theme.bar.menus.buttons.text": "#2a273f",
"theme.bar.menus.buttons.disabled": "#44415a",
"theme.bar.menus.buttons.active": "#c4a7e7",
"theme.bar.menus.buttons.default": "#c4a7e7",
"theme.bar.menus.switch.puck": "#393552",
"theme.bar.menus.switch.disabled": "#2a273f",
"theme.bar.menus.switch.enabled": "#c4a7e7",
"theme.bar.menus.icons.active": "#c4a7e7",
"theme.bar.menus.icons.passive": "#44415a",
"theme.bar.menus.listitems.active": "#c4a7e7",
"theme.bar.menus.listitems.passive": "#e0def4",
"theme.bar.menus.label": "#c4a7e7",
"theme.bar.menus.feinttext": "#2a273f",
"theme.bar.menus.dimtext": "#44415a",
"theme.bar.menus.cards": "#2a283e",
"theme.bar.buttons.notifications.total": "#c4a7e7",
"theme.bar.buttons.notifications.icon": "#2a283e",
"theme.bar.buttons.notifications.hover": "#393552",
"theme.bar.buttons.notifications.background": "#2a283e",
"theme.bar.buttons.clock.icon": "#2a283e",
"theme.bar.buttons.clock.text": "#c4a7e7",
"theme.bar.buttons.clock.hover": "#393552",
"theme.bar.buttons.clock.background": "#2a283e",
"theme.bar.buttons.battery.icon": "#2a283e",
"theme.bar.buttons.battery.text": "#f6c177",
"theme.bar.buttons.battery.hover": "#393552",
"theme.bar.buttons.battery.background": "#2a283e",
"theme.bar.buttons.systray.hover": "#393552",
"theme.bar.buttons.systray.background": "#2a283e",
"theme.bar.buttons.bluetooth.icon": "#2a283e",
"theme.bar.buttons.bluetooth.text": "#9ccfd8",
"theme.bar.buttons.bluetooth.hover": "#393552",
"theme.bar.buttons.bluetooth.background": "#2a283e",
"theme.bar.buttons.network.icon": "#2a283e",
"theme.bar.buttons.network.text": "#c4a7e7",
"theme.bar.buttons.network.hover": "#393552",
"theme.bar.buttons.network.background": "#2a283e",
"theme.bar.buttons.volume.icon": "#2a283e",
"theme.bar.buttons.volume.text": "#eb6f92",
"theme.bar.buttons.volume.hover": "#393552",
"theme.bar.buttons.volume.background": "#2a283e",
"theme.bar.buttons.media.hover": "#393552",
"theme.bar.buttons.windowtitle.icon": "#2a283e",
"theme.bar.buttons.windowtitle.text": "#c4a7e7",
"theme.bar.buttons.windowtitle.hover": "#393552",
"theme.bar.buttons.windowtitle.background": "#2a283e",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#2a273f",
"theme.bar.buttons.workspaces.active": "#c4a7e7",
"theme.bar.buttons.workspaces.occupied": "#eb6f92",
"theme.bar.buttons.workspaces.available": "#9ccfd8",
"theme.bar.buttons.workspaces.hover": "#c4a7e7",
"theme.bar.buttons.workspaces.background": "#2a283e",
"theme.bar.buttons.dashboard.icon": "#2a283e",
"theme.bar.buttons.dashboard.hover": "#393552",
"theme.bar.buttons.dashboard.background": "#f6c177",
"theme.osd.label": "#c4a7e7",
"theme.osd.icon": "#232136",
"theme.osd.bar_overflow_color": "#eb6f92",
"theme.osd.bar_empty_color": "#2a273f",
"theme.osd.bar_color": "#c4a7e7",
"theme.osd.icon_container": "#c4a7e7",
"theme.osd.bar_container": "#232136",
"theme.notification.close_button.label": "#232136",
"theme.notification.close_button.background": "#eb6f92",
"theme.notification.labelicon": "#c4a7e7",
"theme.notification.text": "#e0def4",
"theme.notification.time": "#56526e",
"theme.notification.border": "#2a273f",
"theme.notification.label": "#c4a7e7",
"theme.notification.actions.text": "#2a273f",
"theme.notification.actions.background": "#c4a7e7",
"theme.notification.background": "#2a273f",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#181825",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#c678dd",
"theme.bar.menus.menu.media.card.color": "#2a283e",
"theme.bar.menus.check_radio_button.background": "#393452",
"theme.bar.menus.check_radio_button.active": "#c4a7e7",
"theme.bar.buttons.style": "split",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.volume.icon_background": "#eb6f92",
"theme.bar.buttons.network.icon_background": "#c4a7e7",
"theme.bar.buttons.bluetooth.icon_background": "#9ccfd8",
"theme.bar.buttons.windowtitle.icon_background": "#c4a7e7",
"theme.bar.buttons.media.icon_background": "#c4a7e7",
"theme.bar.buttons.notifications.icon_background": "#c4a7e7",
"theme.bar.buttons.battery.icon_background": "#f6c177",
"theme.bar.buttons.clock.icon_background": "#c4a7e7",
"theme.bar.menus.menu.notifications.pager.button": "#c4a7e7",
"theme.bar.menus.menu.notifications.scrollbar.color": "#c4a7e7",
"theme.bar.menus.menu.notifications.pager.label": "#56526e",
"theme.bar.menus.menu.notifications.pager.background": "#232136",
"theme.bar.buttons.modules.ram.icon": "#181825",
"theme.bar.buttons.modules.storage.icon_background": "#eb6f92",
"theme.bar.menus.popover.border": "#2a273f",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#9ccfd8",
"theme.bar.menus.menu.power.buttons.restart.text": "#f6c177",
"theme.bar.buttons.modules.updates.background": "#2a283e",
"theme.bar.buttons.modules.storage.icon": "#181825",
"theme.bar.buttons.modules.netstat.background": "#2a283e",
"theme.bar.buttons.modules.weather.icon": "#2a283e",
"theme.bar.buttons.modules.netstat.text": "#9ccfd8",
"theme.bar.buttons.modules.storage.background": "#2a283e",
"theme.bar.buttons.modules.power.icon": "#181825",
"theme.bar.buttons.modules.storage.text": "#eb6f92",
"theme.bar.buttons.modules.cpu.background": "#2a283e",
"theme.bar.menus.menu.power.border.color": "#2a273f",
"theme.bar.buttons.modules.power.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.logout.icon": "#2a273f",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#f6c177",
"theme.bar.menus.menu.power.buttons.restart.icon": "#2a273f",
"theme.bar.buttons.modules.cpu.icon": "#181825",
"theme.bar.buttons.modules.kbLayout.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.weather.text": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#2a273f",
"theme.bar.menus.menu.power.buttons.sleep.text": "#9ccfd8",
"theme.bar.buttons.modules.weather.icon_background": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#2a283e",
"theme.bar.menus.menu.power.buttons.logout.background": "#2a283e",
"theme.bar.buttons.modules.kbLayout.icon": "#181825",
"theme.bar.buttons.modules.ram.icon_background": "#f6c177",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#eb6f92",
"theme.bar.menus.menu.power.buttons.sleep.background": "#2a283e",
"theme.bar.buttons.modules.ram.text": "#f6c177",
"theme.bar.menus.menu.power.buttons.logout.text": "#9ccfd8",
"theme.bar.buttons.modules.updates.icon_background": "#3e8eb0",
"theme.bar.buttons.modules.kbLayout.background": "#2a283e",
"theme.bar.buttons.modules.power.background": "#2a283e",
"theme.bar.buttons.modules.weather.background": "#2a283e",
"theme.bar.menus.menu.power.background.color": "#232136",
"theme.bar.buttons.modules.ram.background": "#2a283e",
"theme.bar.buttons.modules.netstat.icon": "#181825",
"theme.bar.buttons.modules.cpu.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.updates.text": "#3e8eb0",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#2a273f",
"theme.bar.menus.menu.power.buttons.restart.background": "#2a283e",
"theme.bar.buttons.modules.updates.icon": "#181825",
"theme.bar.buttons.modules.cpu.text": "#eb6f92",
"theme.bar.buttons.modules.netstat.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.kbLayout.text": "#9ccfd8",
"theme.bar.buttons.modules.power.border": "#eb6f92",
"theme.bar.buttons.modules.weather.border": "#c4a7e7",
"theme.bar.buttons.modules.updates.border": "#30738f",
"theme.bar.buttons.modules.kbLayout.border": "#9ccfd8",
"theme.bar.buttons.modules.netstat.border": "#9ccfd8",
"theme.bar.buttons.modules.storage.border": "#eb6f92",
"theme.bar.buttons.modules.cpu.border": "#eb6f92",
"theme.bar.buttons.modules.ram.border": "#f6c177",
"theme.bar.buttons.notifications.border": "#c4a7e7",
"theme.bar.buttons.clock.border": "#c4a7e7",
"theme.bar.buttons.battery.border": "#f6c177",
"theme.bar.buttons.systray.border": "#26233a",
"theme.bar.buttons.bluetooth.border": "#9ccfd8",
"theme.bar.buttons.network.border": "#c4a7e7",
"theme.bar.buttons.volume.border": "#eb6f92",
"theme.bar.buttons.media.border": "#c4a7e7",
"theme.bar.buttons.windowtitle.border": "#c4a7e7",
"theme.bar.buttons.workspaces.border": "#1f1d2e",
"theme.bar.buttons.dashboard.border": "#f6c177"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.updates.icon": "#181825",
"theme.bar.buttons.modules.cpu.text": "#eb6f92",
"theme.bar.buttons.modules.netstat.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.kbLayout.text": "#9ccfd8"
}
"theme.bar.buttons.modules.kbLayout.text": "#9ccfd8",
"theme.bar.buttons.modules.power.border": "#eb6f92",
"theme.bar.buttons.modules.weather.border": "#c4a7e7",
"theme.bar.buttons.modules.updates.border": "#30738f",
"theme.bar.buttons.modules.kbLayout.border": "#9ccfd8",
"theme.bar.buttons.modules.netstat.border": "#9ccfd8",
"theme.bar.buttons.modules.storage.border": "#eb6f92",
"theme.bar.buttons.modules.cpu.border": "#eb6f92",
"theme.bar.buttons.modules.ram.border": "#f6c177",
"theme.bar.buttons.notifications.border": "#c4a7e7",
"theme.bar.buttons.clock.border": "#c4a7e7",
"theme.bar.buttons.battery.border": "#f6c177",
"theme.bar.buttons.systray.border": "#26233a",
"theme.bar.buttons.bluetooth.border": "#9ccfd8",
"theme.bar.buttons.network.border": "#c4a7e7",
"theme.bar.buttons.volume.border": "#eb6f92",
"theme.bar.buttons.media.border": "#c4a7e7",
"theme.bar.buttons.windowtitle.border": "#c4a7e7",
"theme.bar.buttons.workspaces.border": "#1f1d2e",
"theme.bar.buttons.dashboard.border": "#f6c177"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.cpu.text": "#f7768e",
"theme.bar.buttons.modules.netstat.icon_background": "#9ece6a",
"theme.bar.buttons.modules.kbLayout.text": "#7dcfff",
"theme.bar.buttons.notifications.icon_background": "#bb9af7"
}
"theme.bar.buttons.notifications.icon_background": "#bb9af7",
"theme.bar.buttons.modules.power.border": "#f7768e",
"theme.bar.buttons.modules.weather.border": "#bb9af7",
"theme.bar.buttons.modules.updates.border": "#bb9af7",
"theme.bar.buttons.modules.kbLayout.border": "#7dcfff",
"theme.bar.buttons.modules.netstat.border": "#9ece6a",
"theme.bar.buttons.modules.storage.border": "#f7768e",
"theme.bar.buttons.modules.cpu.border": "#f7768e",
"theme.bar.buttons.modules.ram.border": "#e0af68",
"theme.bar.buttons.notifications.border": "#bb9af7",
"theme.bar.buttons.clock.border": "#f7768e",
"theme.bar.buttons.battery.border": "#e0af68",
"theme.bar.buttons.systray.border": "#414868",
"theme.bar.buttons.bluetooth.border": "#7dcfff",
"theme.bar.buttons.network.border": "#bb9af7",
"theme.bar.buttons.volume.border": "#f7768e",
"theme.bar.buttons.media.border": "#bb9af7",
"theme.bar.buttons.windowtitle.border": "#f7768e",
"theme.bar.buttons.workspaces.border": "#f7768e",
"theme.bar.buttons.dashboard.border": "#e0af68"
}

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.updates.icon": "#181825",
"theme.bar.buttons.modules.cpu.text": "#f7768e",
"theme.bar.buttons.modules.netstat.icon_background": "#9ece6a",
"theme.bar.buttons.modules.kbLayout.text": "#7dcfff"
}
"theme.bar.buttons.modules.kbLayout.text": "#7dcfff",
"theme.bar.buttons.modules.power.border": "#f7768e",
"theme.bar.buttons.modules.weather.border": "#bb9af7",
"theme.bar.buttons.modules.updates.border": "#bb9af7",
"theme.bar.buttons.modules.kbLayout.border": "#7dcfff",
"theme.bar.buttons.modules.netstat.border": "#9ece6a",
"theme.bar.buttons.modules.storage.border": "#f7768e",
"theme.bar.buttons.modules.cpu.border": "#f7768e",
"theme.bar.buttons.modules.ram.border": "#e0af68",
"theme.bar.buttons.notifications.border": "#bb9af7",
"theme.bar.buttons.clock.border": "#f7768e",
"theme.bar.buttons.battery.border": "#e0af68",
"theme.bar.buttons.systray.border": "#414868",
"theme.bar.buttons.bluetooth.border": "#7dcfff",
"theme.bar.buttons.network.border": "#bb9af7",
"theme.bar.buttons.volume.border": "#f7768e",
"theme.bar.buttons.media.border": "#bb9af7",
"theme.bar.buttons.windowtitle.border": "#f7768e",
"theme.bar.buttons.workspaces.border": "#f7768e",
"theme.bar.buttons.dashboard.border": "#e0af68"
}