Implement framework for custom modules and out of the box custom modules as well. (#213)

* Create declarative module scaffolding

* Added ram module (WIP)

* Updates to options, styling and more.

* Added function for styling custom modules.

* Added utility functions and cleaned up code

* Type and fn name updates.

* Update module utils to handle absent values.

* Added icon color in style2 that was missing.

* Linted utils.ts

* Add CPU module and update RAM module to use /proc/meminfo.

* Added disk storage module.

* Consolidate code

* Added netstat module and removed elements from systray default ignore list.

* Added keyboard layout module.

* Fix hook types and move module to customModules directory

* Added updates modules.

* Spacing updates

* Added weather module.

* Added power menu and power module in bar. Increased update default interval to 6 ours.

* Updated styling of bar buttons, made power menu label toggleable, etc.

* Consolidate code and add dynamic tooltips based on data being used.

* Make default custom mogules matugen compatible

* Update base theme

* Fix custom module background coloring

* Remove testing opacity.

* Update themes to account for new modules

* Update nix stuff for libgtop (Need someone to test this)

* Update nix

* Update fractions to multiplications

* Move styling in style directory

* Implement a polling framework for variables that can dynamically adjust polling intervals.

* Netstat module updates when interface name is changed.

* Readme update
This commit is contained in:
Jas Singh
2024-09-02 21:10:59 -07:00
committed by GitHub
parent 4f009b9978
commit 4cdda38604
107 changed files with 6444 additions and 1482 deletions

View File

@@ -265,5 +265,64 @@
"theme.bar.menus.menu.notifications.pager.button": "#babbf1",
"theme.bar.menus.menu.notifications.scrollbar.color": "#babbf1",
"theme.bar.menus.menu.notifications.pager.label": "#949cbb",
"theme.bar.menus.menu.notifications.pager.background": "#232634"
"theme.bar.menus.menu.notifications.pager.background": "#232634",
"theme.bar.buttons.clock.icon_background": "#f4b8e4",
"theme.bar.buttons.modules.ram.icon": "#e5c890",
"theme.bar.buttons.modules.storage.icon_background": "#e78284",
"theme.bar.menus.popover.border": "#232634",
"theme.bar.buttons.volume.icon_background": "#ea999c",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#99d1db",
"theme.bar.menus.menu.power.buttons.restart.text": "#ef9f76",
"theme.bar.buttons.modules.updates.background": "#303446",
"theme.bar.buttons.modules.storage.icon": "#e78284",
"theme.bar.buttons.modules.netstat.background": "#303446",
"theme.bar.buttons.modules.weather.icon": "#babbf1",
"theme.bar.buttons.modules.netstat.text": "#a6d189",
"theme.bar.buttons.modules.storage.background": "#303446",
"theme.bar.buttons.modules.power.icon": "#e78284",
"theme.bar.buttons.modules.storage.text": "#e78284",
"theme.bar.buttons.modules.cpu.background": "#303446",
"theme.bar.menus.menu.power.border.color": "#414559",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.modules.power.icon_background": "#e78284",
"theme.bar.menus.menu.power.buttons.logout.icon": "#232634",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#ef9f76",
"theme.bar.menus.menu.power.buttons.restart.icon": "#232634",
"theme.bar.buttons.modules.cpu.icon": "#e78284",
"theme.bar.buttons.battery.icon_background": "#e5c890",
"theme.bar.buttons.modules.kbLayout.icon_background": "#99d1db",
"theme.bar.buttons.modules.weather.text": "#babbf1",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#232634",
"theme.bar.menus.menu.power.buttons.sleep.text": "#99d1db",
"theme.bar.buttons.modules.weather.icon_background": "#babbf1",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#292c3c",
"theme.bar.buttons.media.icon_background": "#babbf1",
"theme.bar.menus.menu.power.buttons.logout.background": "#292c3c",
"theme.bar.buttons.modules.kbLayout.icon": "#99d1db",
"theme.bar.buttons.modules.ram.icon_background": "#e5c890",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#e78284",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#e78284",
"theme.bar.menus.menu.power.buttons.sleep.background": "#292c3c",
"theme.bar.buttons.modules.ram.text": "#e5c890",
"theme.bar.menus.menu.power.buttons.logout.text": "#a6d189",
"theme.bar.buttons.modules.updates.icon_background": "#ca9ee6",
"theme.bar.buttons.modules.kbLayout.background": "#303446",
"theme.bar.buttons.modules.power.background": "#303446",
"theme.bar.buttons.modules.weather.background": "#303446",
"theme.bar.buttons.icon_background": "#303446",
"theme.bar.menus.menu.power.background.color": "#232634",
"theme.bar.buttons.modules.ram.background": "#303446",
"theme.bar.buttons.modules.netstat.icon": "#a6d189",
"theme.bar.buttons.windowtitle.icon_background": "#f4b8e4",
"theme.bar.buttons.modules.cpu.icon_background": "#e78284",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#a6d189",
"theme.bar.buttons.modules.updates.text": "#ca9ee6",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#232634",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.menus.menu.power.buttons.restart.background": "#292c3c",
"theme.bar.buttons.modules.updates.icon": "#ca9ee6",
"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"
}

View File

@@ -274,5 +274,55 @@
"theme.bar.menus.menu.notifications.pager.button": "#babbf1",
"theme.bar.menus.menu.notifications.scrollbar.color": "#babbf1",
"theme.bar.menus.menu.notifications.pager.label": "#949cbb",
"theme.bar.menus.menu.notifications.pager.background": "#232634"
"theme.bar.menus.menu.notifications.pager.background": "#232634",
"theme.bar.buttons.modules.ram.icon": "#181825",
"theme.bar.buttons.modules.storage.icon_background": "#e78284",
"theme.bar.menus.popover.border": "#232634",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#99d1db",
"theme.bar.menus.menu.power.buttons.restart.text": "#ef9f76",
"theme.bar.buttons.modules.updates.background": "#303446",
"theme.bar.buttons.modules.storage.icon": "#181825",
"theme.bar.buttons.modules.netstat.background": "#303446",
"theme.bar.buttons.modules.weather.icon": "#303446",
"theme.bar.buttons.modules.netstat.text": "#a6d189",
"theme.bar.buttons.modules.storage.background": "#303446",
"theme.bar.buttons.modules.power.icon": "#181825",
"theme.bar.buttons.modules.storage.text": "#e78284",
"theme.bar.buttons.modules.cpu.background": "#303446",
"theme.bar.menus.menu.power.border.color": "#414559",
"theme.bar.buttons.modules.power.icon_background": "#e78284",
"theme.bar.menus.menu.power.buttons.logout.icon": "#232634",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#ef9f76",
"theme.bar.menus.menu.power.buttons.restart.icon": "#232634",
"theme.bar.buttons.modules.cpu.icon": "#181825",
"theme.bar.buttons.modules.kbLayout.icon_background": "#99d1db",
"theme.bar.buttons.modules.weather.text": "#babbf1",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#232634",
"theme.bar.menus.menu.power.buttons.sleep.text": "#99d1db",
"theme.bar.buttons.modules.weather.icon_background": "#babbf1",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#292c3c",
"theme.bar.menus.menu.power.buttons.logout.background": "#292c3c",
"theme.bar.buttons.modules.kbLayout.icon": "#181825",
"theme.bar.buttons.modules.ram.icon_background": "#e5c890",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#e78284",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#e78284",
"theme.bar.menus.menu.power.buttons.sleep.background": "#292c3c",
"theme.bar.buttons.modules.ram.text": "#e5c890",
"theme.bar.menus.menu.power.buttons.logout.text": "#a6d189",
"theme.bar.buttons.modules.updates.icon_background": "#ca9ee6",
"theme.bar.buttons.modules.kbLayout.background": "#303446",
"theme.bar.buttons.modules.power.background": "#303446",
"theme.bar.buttons.modules.weather.background": "#303446",
"theme.bar.menus.menu.power.background.color": "#232634",
"theme.bar.buttons.modules.ram.background": "#303446",
"theme.bar.buttons.modules.netstat.icon": "#181825",
"theme.bar.buttons.modules.cpu.icon_background": "#e78284",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#a6d189",
"theme.bar.buttons.modules.updates.text": "#ca9ee6",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#232634",
"theme.bar.menus.menu.power.buttons.restart.background": "#292c3c",
"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"
}

View File

@@ -265,5 +265,64 @@
"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.menus.menu.notifications.pager.background": "#eff1f5",
"theme.bar.buttons.clock.icon_background": "#ea76cb",
"theme.bar.buttons.modules.ram.icon": "#df8e1d",
"theme.bar.buttons.modules.storage.icon_background": "#d20f39",
"theme.bar.menus.popover.border": "#dce0e8",
"theme.bar.buttons.volume.icon_background": "#e64553",
"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": "#d20f39",
"theme.bar.buttons.modules.netstat.background": "#dcdfe8",
"theme.bar.buttons.modules.weather.icon": "#7287fd",
"theme.bar.buttons.modules.netstat.text": "#40a02b",
"theme.bar.buttons.modules.storage.background": "#dcdfe8",
"theme.bar.buttons.modules.power.icon": "#d20f39",
"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.network.icon_background": "#caa6f7",
"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": "#d20f39",
"theme.bar.buttons.battery.icon_background": "#df8e1d",
"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.buttons.media.icon_background": "#7287fd",
"theme.bar.menus.menu.power.buttons.logout.background": "#dcdfe8",
"theme.bar.buttons.modules.kbLayout.icon": "#04a5e5",
"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.buttons.icon_background": "#dcdfe8",
"theme.bar.menus.menu.power.background.color": "#eff1f5",
"theme.bar.buttons.modules.ram.background": "#dcdfe8",
"theme.bar.buttons.modules.netstat.icon": "#40a02b",
"theme.bar.buttons.windowtitle.icon_background": "#ea76cb",
"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.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.menus.menu.power.buttons.restart.background": "#dcdfe8",
"theme.bar.buttons.modules.updates.icon": "#8839ef",
"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"
}

View File

@@ -274,5 +274,55 @@
"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.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"
}

View File

@@ -265,5 +265,64 @@
"theme.bar.menus.menu.notifications.pager.button": "#b7bdf8",
"theme.bar.menus.menu.notifications.scrollbar.color": "#b7bdf8",
"theme.bar.menus.menu.notifications.pager.label": "#939ab7",
"theme.bar.menus.menu.notifications.pager.background": "#181926"
"theme.bar.menus.menu.notifications.pager.background": "#181926",
"theme.bar.buttons.clock.icon_background": "#f5bde6",
"theme.bar.buttons.modules.ram.icon": "#eed49f",
"theme.bar.buttons.modules.storage.icon_background": "#ed8796",
"theme.bar.menus.popover.border": "#181926",
"theme.bar.buttons.volume.icon_background": "#ee99a0",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#91d7e3",
"theme.bar.menus.menu.power.buttons.restart.text": "#f5a97f",
"theme.bar.buttons.modules.updates.background": "#24273a",
"theme.bar.buttons.modules.storage.icon": "#ed8796",
"theme.bar.buttons.modules.netstat.background": "#24273a",
"theme.bar.buttons.modules.weather.icon": "#b7bdf8",
"theme.bar.buttons.modules.netstat.text": "#a6da95",
"theme.bar.buttons.modules.storage.background": "#24273a",
"theme.bar.buttons.modules.power.icon": "#ed8796",
"theme.bar.buttons.modules.storage.text": "#ed8796",
"theme.bar.buttons.modules.cpu.background": "#24273a",
"theme.bar.menus.menu.power.border.color": "#363a4f",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.modules.power.icon_background": "#ed8796",
"theme.bar.menus.menu.power.buttons.logout.icon": "#181926",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#f5a97f",
"theme.bar.menus.menu.power.buttons.restart.icon": "#181926",
"theme.bar.buttons.modules.cpu.icon": "#ed8796",
"theme.bar.buttons.battery.icon_background": "#eed49f",
"theme.bar.buttons.modules.kbLayout.icon_background": "#91d7e3",
"theme.bar.buttons.modules.weather.text": "#b7bdf8",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#181926",
"theme.bar.menus.menu.power.buttons.sleep.text": "#91d7e3",
"theme.bar.buttons.modules.weather.icon_background": "#b7bdf8",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#1e2030",
"theme.bar.buttons.media.icon_background": "#b7bdf8",
"theme.bar.menus.menu.power.buttons.logout.background": "#1e2030",
"theme.bar.buttons.modules.kbLayout.icon": "#91d7e3",
"theme.bar.buttons.modules.ram.icon_background": "#eed49f",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#ed8796",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#ed8796",
"theme.bar.menus.menu.power.buttons.sleep.background": "#1e2030",
"theme.bar.buttons.modules.ram.text": "#eed49f",
"theme.bar.menus.menu.power.buttons.logout.text": "#a6da95",
"theme.bar.buttons.modules.updates.icon_background": "#c6a0f6",
"theme.bar.buttons.modules.kbLayout.background": "#24273a",
"theme.bar.buttons.modules.power.background": "#24273a",
"theme.bar.buttons.modules.weather.background": "#24273a",
"theme.bar.buttons.icon_background": "#24273a",
"theme.bar.menus.menu.power.background.color": "#181926",
"theme.bar.buttons.modules.ram.background": "#24273a",
"theme.bar.buttons.modules.netstat.icon": "#a6da95",
"theme.bar.buttons.windowtitle.icon_background": "#f5bde6",
"theme.bar.buttons.modules.cpu.icon_background": "#ed8796",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#a6da95",
"theme.bar.buttons.modules.updates.text": "#c6a0f6",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#181926",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.menus.menu.power.buttons.restart.background": "#1e2030",
"theme.bar.buttons.modules.updates.icon": "#c6a0f6",
"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"
}

View File

@@ -274,5 +274,55 @@
"theme.bar.menus.menu.notifications.pager.button": "#b7bdf8",
"theme.bar.menus.menu.notifications.scrollbar.color": "#b7bdf8",
"theme.bar.menus.menu.notifications.pager.label": "#939ab7",
"theme.bar.menus.menu.notifications.pager.background": "#181926"
"theme.bar.menus.menu.notifications.pager.background": "#181926",
"theme.bar.buttons.modules.ram.icon": "#181825",
"theme.bar.buttons.modules.storage.icon_background": "#ed8796",
"theme.bar.menus.popover.border": "#181926",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#91d7e3",
"theme.bar.menus.menu.power.buttons.restart.text": "#f5a97f",
"theme.bar.buttons.modules.updates.background": "#24273a",
"theme.bar.buttons.modules.storage.icon": "#181825",
"theme.bar.buttons.modules.netstat.background": "#24273a",
"theme.bar.buttons.modules.weather.icon": "#24273a",
"theme.bar.buttons.modules.netstat.text": "#a6da95",
"theme.bar.buttons.modules.storage.background": "#24273a",
"theme.bar.buttons.modules.power.icon": "#181825",
"theme.bar.buttons.modules.storage.text": "#ed8796",
"theme.bar.buttons.modules.cpu.background": "#24273a",
"theme.bar.menus.menu.power.border.color": "#363a4f",
"theme.bar.buttons.modules.power.icon_background": "#ed8796",
"theme.bar.menus.menu.power.buttons.logout.icon": "#181926",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#f5a97f",
"theme.bar.menus.menu.power.buttons.restart.icon": "#181926",
"theme.bar.buttons.modules.cpu.icon": "#181825",
"theme.bar.buttons.modules.kbLayout.icon_background": "#91d7e3",
"theme.bar.buttons.modules.weather.text": "#b7bdf8",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#181926",
"theme.bar.menus.menu.power.buttons.sleep.text": "#91d7e3",
"theme.bar.buttons.modules.weather.icon_background": "#b7bdf8",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#1e2030",
"theme.bar.menus.menu.power.buttons.logout.background": "#1e2030",
"theme.bar.buttons.modules.kbLayout.icon": "#181825",
"theme.bar.buttons.modules.ram.icon_background": "#eed49f",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#ed8796",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#ed8796",
"theme.bar.menus.menu.power.buttons.sleep.background": "#1e2030",
"theme.bar.buttons.modules.ram.text": "#eed49f",
"theme.bar.menus.menu.power.buttons.logout.text": "#a6da95",
"theme.bar.buttons.modules.updates.icon_background": "#c6a0f6",
"theme.bar.buttons.modules.kbLayout.background": "#24273a",
"theme.bar.buttons.modules.power.background": "#24273a",
"theme.bar.buttons.modules.weather.background": "#24273a",
"theme.bar.menus.menu.power.background.color": "#181926",
"theme.bar.buttons.modules.ram.background": "#24273a",
"theme.bar.buttons.modules.netstat.icon": "#181825",
"theme.bar.buttons.modules.cpu.icon_background": "#ed8796",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#a6da95",
"theme.bar.buttons.modules.updates.text": "#c6a0f6",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#181926",
"theme.bar.menus.menu.power.buttons.restart.background": "#1e2030",
"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"
}

View File

@@ -1,269 +1,327 @@
{
"theme.bar.menus.background": "#11111b",
"theme.bar.background": "#11111b",
"theme.bar.buttons.media.icon": "#b4befe",
"theme.bar.buttons.media.text": "#b4befe",
"theme.bar.buttons.icon": "#b4befe",
"theme.bar.buttons.text": "#b4befe",
"theme.bar.buttons.hover": "#45475a",
"theme.bar.buttons.background": "#242438",
"theme.bar.menus.text": "#cdd6f4",
"theme.bar.menus.border.color": "#313244",
"theme.bar.buttons.media.background": "#242438",
"theme.bar.menus.menu.volume.text": "#cdd6f4",
"theme.bar.menus.menu.volume.card.color": "#1e1e2e",
"theme.bar.menus.menu.volume.label.color": "#eba0ac",
"theme.bar.menus.popover.text": "#b4befe",
"theme.bar.menus.popover.background": "#181824",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#f38ba8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#f38ba8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#a6e3a1",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#11111a",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#cdd6f4",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#b4befe",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#313244",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#11111b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1e1e2e",
"theme.bar.menus.menu.notifications.switch.puck": "#454759",
"theme.bar.menus.menu.notifications.switch.disabled": "#313245",
"theme.bar.menus.menu.notifications.switch.enabled": "#b4befe",
"theme.bar.menus.menu.notifications.clear": "#f38ba8",
"theme.bar.menus.menu.notifications.switch_divider": "#45475a",
"theme.bar.menus.menu.notifications.border": "#313244",
"theme.bar.menus.menu.notifications.card": "#1e1e2e",
"theme.bar.menus.menu.notifications.background": "#11111b",
"theme.bar.menus.menu.notifications.no_notifications_label": "#313244",
"theme.bar.menus.menu.notifications.label": "#b4befe",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#f5c2e7",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#f5c2e8",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#f5c2e7",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#a6e3a1",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#a6e3a2",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#a6e3a1",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f9e2af",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f9e2ae",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f9e2af",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#eba0ac",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#eba0ad",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#eba0ac",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#45475a",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#b4befe",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#cba6f7",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#94e2d5",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#eba0ac",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f9e2af",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#f5c2e7",
"theme.bar.menus.menu.dashboard.controls.input.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.input.background": "#f5c2e7",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#eba0ac",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f9e2af",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#89dceb",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#cba6f7",
"theme.bar.menus.menu.dashboard.controls.disabled": "#585b70",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#a6e3a1",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#181824",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#b4befe",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#89dceb",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#a6e3a1",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#fab387",
"theme.bar.menus.menu.dashboard.profile.name": "#f5c2e7",
"theme.bar.menus.menu.dashboard.border.color": "#313244",
"theme.bar.menus.menu.dashboard.background.color": "#11111b",
"theme.bar.menus.menu.dashboard.card.color": "#1e1e2e",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.hourly.time": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#89dceb",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#89b4fa",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#b4befe",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#fab387",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#f38ba8",
"theme.bar.menus.menu.clock.weather.stats": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.status": "#94e2d5",
"theme.bar.menus.menu.clock.weather.temperature": "#cdd6f4",
"theme.bar.menus.menu.clock.weather.icon": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.contextdays": "#585b70",
"theme.bar.menus.menu.clock.calendar.days": "#cdd6f4",
"theme.bar.menus.menu.clock.calendar.currentday": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.paginator": "#f5c2e6",
"theme.bar.menus.menu.clock.calendar.weekdays": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#94e2d5",
"theme.bar.menus.menu.clock.time.timeperiod": "#94e2d5",
"theme.bar.menus.menu.clock.time.time": "#f5c2e7",
"theme.bar.menus.menu.clock.text": "#cdd6f4",
"theme.bar.menus.menu.clock.border.color": "#313244",
"theme.bar.menus.menu.clock.background.color": "#11111b",
"theme.bar.menus.menu.clock.card.color": "#1e1e2e",
"theme.bar.menus.menu.battery.slider.puck": "#6c7086",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.battery.slider.background": "#585b71",
"theme.bar.menus.menu.battery.slider.primary": "#f9e2af",
"theme.bar.menus.menu.battery.icons.active": "#f9e2af",
"theme.bar.menus.menu.battery.icons.passive": "#9399b2",
"theme.bar.menus.menu.battery.listitems.active": "#f9e2af",
"theme.bar.menus.menu.battery.listitems.passive": "#cdd6f3",
"theme.bar.menus.menu.battery.text": "#cdd6f4",
"theme.bar.menus.menu.battery.label.color": "#f9e2af",
"theme.bar.menus.menu.battery.border.color": "#313244",
"theme.bar.menus.menu.battery.background.color": "#11111b",
"theme.bar.menus.menu.battery.card.color": "#1e1e2e",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#1e1e2e",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#cdd6f4",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#11111b",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#89dceb",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.icons.active": "#89dceb",
"theme.bar.menus.menu.bluetooth.icons.passive": "#9399b2",
"theme.bar.menus.menu.bluetooth.listitems.active": "#89dcea",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.switch.puck": "#454759",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#313245",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#89dceb",
"theme.bar.menus.menu.bluetooth.switch_divider": "#45475a",
"theme.bar.menus.menu.bluetooth.status": "#6c7086",
"theme.bar.menus.menu.bluetooth.text": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.label.color": "#89dceb",
"theme.bar.menus.menu.bluetooth.border.color": "#313244",
"theme.bar.menus.menu.bluetooth.background.color": "#11111b",
"theme.bar.menus.menu.bluetooth.card.color": "#1e1e2e",
"theme.bar.menus.menu.network.iconbuttons.active": "#cba6f7",
"theme.bar.menus.menu.network.iconbuttons.passive": "#cdd6f4",
"theme.bar.menus.menu.network.icons.active": "#cba6f7",
"theme.bar.menus.menu.network.icons.passive": "#9399b2",
"theme.bar.menus.menu.network.listitems.active": "#cba6f6",
"theme.bar.menus.menu.network.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.network.status.color": "#6c7086",
"theme.bar.menus.menu.network.text": "#cdd6f4",
"theme.bar.menus.menu.network.label.color": "#cba6f7",
"theme.bar.menus.menu.network.border.color": "#313244",
"theme.bar.menus.menu.network.background.color": "#11111b",
"theme.bar.menus.menu.network.card.color": "#1e1e2e",
"theme.bar.menus.menu.volume.input_slider.puck": "#585b70",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.volume.input_slider.background": "#585b71",
"theme.bar.menus.menu.volume.input_slider.primary": "#eba0ac",
"theme.bar.menus.menu.volume.audio_slider.puck": "#585b70",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.volume.audio_slider.background": "#585b71",
"theme.bar.menus.menu.volume.audio_slider.primary": "#eba0ac",
"theme.bar.menus.menu.volume.icons.active": "#eba0ac",
"theme.bar.menus.menu.volume.icons.passive": "#9399b2",
"theme.bar.menus.menu.volume.iconbutton.active": "#eba0ac",
"theme.bar.menus.menu.volume.iconbutton.passive": "#cdd6f4",
"theme.bar.menus.menu.volume.listitems.active": "#eba0ab",
"theme.bar.menus.menu.volume.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.volume.border.color": "#313244",
"theme.bar.menus.menu.volume.background.color": "#11111b",
"theme.bar.menus.menu.media.slider.puck": "#6c7086",
"theme.bar.menus.menu.media.slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.media.slider.background": "#585b71",
"theme.bar.menus.menu.media.slider.primary": "#f5c2e7",
"theme.bar.menus.menu.media.buttons.text": "#11111b",
"theme.bar.menus.menu.media.buttons.background": "#b4beff",
"theme.bar.menus.menu.media.buttons.enabled": "#94e2d4",
"theme.bar.menus.menu.media.buttons.inactive": "#585b70",
"theme.bar.menus.menu.media.border.color": "#313244",
"theme.bar.menus.menu.media.background.color": "#11111b",
"theme.bar.menus.menu.media.album": "#f5c2e8",
"theme.bar.menus.menu.media.artist": "#94e2d6",
"theme.bar.menus.menu.media.song": "#b4beff",
"theme.bar.menus.tooltip.text": "#cdd6f4",
"theme.bar.menus.tooltip.background": "#11111b",
"theme.bar.menus.dropdownmenu.divider": "#1e1e2e",
"theme.bar.menus.dropdownmenu.text": "#cdd6f4",
"theme.bar.menus.dropdownmenu.background": "#11111b",
"theme.bar.menus.slider.puck": "#6c7086",
"theme.bar.menus.slider.backgroundhover": "#45475a",
"theme.bar.menus.slider.background": "#585b71",
"theme.bar.menus.slider.primary": "#b4befe",
"theme.bar.menus.progressbar.background": "#45475a",
"theme.bar.menus.progressbar.foreground": "#b4befe",
"theme.bar.menus.iconbuttons.active": "#b4beff",
"theme.bar.menus.iconbuttons.passive": "#cdd6f3",
"theme.bar.menus.buttons.text": "#181824",
"theme.bar.menus.buttons.disabled": "#585b71",
"theme.bar.menus.buttons.active": "#f5c2e6",
"theme.bar.menus.buttons.default": "#b4befe",
"theme.bar.menus.switch.puck": "#454759",
"theme.bar.menus.switch.disabled": "#313245",
"theme.bar.menus.switch.enabled": "#b4befe",
"theme.bar.menus.icons.active": "#b4befe",
"theme.bar.menus.icons.passive": "#585b70",
"theme.bar.menus.listitems.active": "#b4befd",
"theme.bar.menus.listitems.passive": "#cdd6f4",
"theme.bar.menus.label": "#b4befe",
"theme.bar.menus.feinttext": "#313244",
"theme.bar.menus.dimtext": "#585b70",
"theme.bar.menus.cards": "#1e1e2e",
"theme.bar.buttons.notifications.total": "#b4befe",
"theme.bar.buttons.notifications.icon": "#b4befe",
"theme.bar.buttons.notifications.hover": "#45475a",
"theme.bar.buttons.notifications.background": "#242438",
"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.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.systray.background": "#242438",
"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.network.icon": "#cba6f7",
"theme.bar.buttons.network.text": "#cba6f7",
"theme.bar.buttons.network.hover": "#45475a",
"theme.bar.buttons.network.background": "#242438",
"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.media.hover": "#45475a",
"theme.bar.buttons.windowtitle.icon": "#f5c2e7",
"theme.bar.buttons.windowtitle.text": "#f5c2e7",
"theme.bar.buttons.windowtitle.hover": "#45475a",
"theme.bar.buttons.windowtitle.background": "#242438",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#181825",
"theme.bar.buttons.workspaces.active": "#f5c2e7",
"theme.bar.buttons.workspaces.occupied": "#f2cdcd",
"theme.bar.buttons.workspaces.available": "#89dceb",
"theme.bar.buttons.workspaces.hover": "#45475a",
"theme.bar.buttons.workspaces.background": "#242438",
"theme.bar.buttons.dashboard.icon": "#f9e2af",
"theme.bar.buttons.dashboard.hover": "#45475a",
"theme.bar.buttons.dashboard.background": "#242438",
"theme.osd.label": "#b4beff",
"theme.osd.icon": "#11111b",
"theme.osd.bar_overflow_color": "#f38ba7",
"theme.osd.bar_empty_color": "#313244",
"theme.osd.bar_color": "#b4beff",
"theme.osd.icon_container": "#b4beff",
"theme.osd.bar_container": "#11111b",
"theme.notification.close_button.label": "#11111b",
"theme.notification.close_button.background": "#f38ba7",
"theme.notification.labelicon": "#b4befe",
"theme.notification.text": "#cdd6f4",
"theme.notification.time": "#7f849b",
"theme.notification.border": "#313243",
"theme.notification.label": "#b4befe",
"theme.notification.actions.text": "#181825",
"theme.notification.actions.background": "#b4befd",
"theme.notification.background": "#181826",
"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": "#1e1e2e",
"theme.bar.menus.check_radio_button.background": "#181826",
"theme.bar.menus.check_radio_button.active": "#b7bcf8",
"theme.bar.buttons.style": "default",
"theme.bar.menus.menu.notifications.scrollbar.color": "#b4befe",
"theme.bar.menus.menu.notifications.pager.button": "#b4befe",
"theme.bar.menus.menu.notifications.pager.label": "#9399b2",
"theme.bar.menus.menu.notifications.pager.background": "#11111b"
}
"theme.bar.menus.menu.notifications.scrollbar.color": "#b4befe",
"theme.bar.menus.menu.notifications.pager.label": "#9399b2",
"theme.bar.menus.menu.notifications.pager.button": "#b4befe",
"theme.bar.menus.menu.notifications.pager.background": "#11111b",
"theme.bar.menus.menu.notifications.switch.puck": "#454759",
"theme.bar.menus.menu.notifications.switch.disabled": "#313245",
"theme.bar.menus.menu.notifications.switch.enabled": "#b4befe",
"theme.bar.menus.menu.notifications.clear": "#f38ba8",
"theme.bar.menus.menu.notifications.switch_divider": "#45475a",
"theme.bar.menus.menu.notifications.border": "#313244",
"theme.bar.menus.menu.notifications.card": "#1e1e2e",
"theme.bar.menus.menu.notifications.background": "#11111b",
"theme.bar.menus.menu.notifications.no_notifications_label": "#313244",
"theme.bar.menus.menu.notifications.label": "#b4befe",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#181824",
"theme.bar.menus.menu.power.buttons.sleep.text": "#89dceb",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#89dceb",
"theme.bar.menus.menu.power.buttons.sleep.background": "#1e1e2e",
"theme.bar.menus.menu.power.buttons.logout.icon": "#181824",
"theme.bar.menus.menu.power.buttons.logout.text": "#a6e3a1",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#a6e3a1",
"theme.bar.menus.menu.power.buttons.logout.background": "#1e1e2e",
"theme.bar.menus.menu.power.buttons.restart.icon": "#181824",
"theme.bar.menus.menu.power.buttons.restart.text": "#fab387",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#fab387",
"theme.bar.menus.menu.power.buttons.restart.background": "#1e1e2e",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#181824",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#f38ba8",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#f38ba7",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#1e1e2e",
"theme.bar.menus.menu.power.border.color": "#313244",
"theme.bar.menus.menu.power.background.color": "#11111b",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#f5c2e7",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#f5c2e8",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#f5c2e7",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#a6e3a1",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#a6e3a2",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#a6e3a1",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f9e2af",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f9e2ae",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f9e2af",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#eba0ac",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#eba0ad",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#eba0ac",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#45475a",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#b4befe",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#cba6f7",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#94e2d5",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#eba0ac",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f9e2af",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#f5c2e7",
"theme.bar.menus.menu.dashboard.controls.input.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.input.background": "#f5c2e7",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#eba0ac",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f9e2af",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#89dceb",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#cba6f7",
"theme.bar.menus.menu.dashboard.controls.disabled": "#585b70",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#a6e3a1",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#181824",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#b4befe",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#11111a",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#f38ba8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#a6e3a1",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#cdd6f4",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#b4befe",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#313244",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#11111b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1e1e2e",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#89dceb",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#a6e3a1",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#fab387",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#f38ba8",
"theme.bar.menus.menu.dashboard.profile.name": "#f5c2e7",
"theme.bar.menus.menu.dashboard.border.color": "#313244",
"theme.bar.menus.menu.dashboard.background.color": "#11111b",
"theme.bar.menus.menu.dashboard.card.color": "#1e1e2e",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.hourly.time": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#89dceb",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#89b4fa",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#b4befe",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#fab387",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#f38ba8",
"theme.bar.menus.menu.clock.weather.stats": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.status": "#94e2d5",
"theme.bar.menus.menu.clock.weather.temperature": "#cdd6f4",
"theme.bar.menus.menu.clock.weather.icon": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.contextdays": "#585b70",
"theme.bar.menus.menu.clock.calendar.days": "#cdd6f4",
"theme.bar.menus.menu.clock.calendar.currentday": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.paginator": "#f5c2e6",
"theme.bar.menus.menu.clock.calendar.weekdays": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#94e2d5",
"theme.bar.menus.menu.clock.time.timeperiod": "#94e2d5",
"theme.bar.menus.menu.clock.time.time": "#f5c2e7",
"theme.bar.menus.menu.clock.text": "#cdd6f4",
"theme.bar.menus.menu.clock.border.color": "#313244",
"theme.bar.menus.menu.clock.background.color": "#11111b",
"theme.bar.menus.menu.clock.card.color": "#1e1e2e",
"theme.bar.menus.menu.battery.slider.puck": "#6c7086",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.battery.slider.background": "#585b71",
"theme.bar.menus.menu.battery.slider.primary": "#f9e2af",
"theme.bar.menus.menu.battery.icons.active": "#f9e2af",
"theme.bar.menus.menu.battery.icons.passive": "#9399b2",
"theme.bar.menus.menu.battery.listitems.active": "#f9e2af",
"theme.bar.menus.menu.battery.listitems.passive": "#cdd6f3",
"theme.bar.menus.menu.battery.text": "#cdd6f4",
"theme.bar.menus.menu.battery.label.color": "#f9e2af",
"theme.bar.menus.menu.battery.border.color": "#313244",
"theme.bar.menus.menu.battery.background.color": "#11111b",
"theme.bar.menus.menu.battery.card.color": "#1e1e2e",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#1e1e2e",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#cdd6f4",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#11111b",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#89dceb",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.icons.active": "#89dceb",
"theme.bar.menus.menu.bluetooth.icons.passive": "#9399b2",
"theme.bar.menus.menu.bluetooth.listitems.active": "#89dcea",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.switch.puck": "#454759",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#313245",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#89dceb",
"theme.bar.menus.menu.bluetooth.switch_divider": "#45475a",
"theme.bar.menus.menu.bluetooth.status": "#6c7086",
"theme.bar.menus.menu.bluetooth.text": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.label.color": "#89dceb",
"theme.bar.menus.menu.bluetooth.border.color": "#313244",
"theme.bar.menus.menu.bluetooth.background.color": "#11111b",
"theme.bar.menus.menu.bluetooth.card.color": "#1e1e2e",
"theme.bar.menus.menu.network.iconbuttons.active": "#cba6f7",
"theme.bar.menus.menu.network.iconbuttons.passive": "#cdd6f4",
"theme.bar.menus.menu.network.icons.active": "#cba6f7",
"theme.bar.menus.menu.network.icons.passive": "#9399b2",
"theme.bar.menus.menu.network.listitems.active": "#cba6f6",
"theme.bar.menus.menu.network.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.network.status.color": "#6c7086",
"theme.bar.menus.menu.network.text": "#cdd6f4",
"theme.bar.menus.menu.network.label.color": "#cba6f7",
"theme.bar.menus.menu.network.border.color": "#313244",
"theme.bar.menus.menu.network.background.color": "#11111b",
"theme.bar.menus.menu.network.card.color": "#1e1e2e",
"theme.bar.menus.menu.volume.input_slider.puck": "#585b70",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.volume.input_slider.background": "#585b71",
"theme.bar.menus.menu.volume.input_slider.primary": "#eba0ac",
"theme.bar.menus.menu.volume.audio_slider.puck": "#585b70",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.volume.audio_slider.background": "#585b71",
"theme.bar.menus.menu.volume.audio_slider.primary": "#eba0ac",
"theme.bar.menus.menu.volume.icons.active": "#eba0ac",
"theme.bar.menus.menu.volume.icons.passive": "#9399b2",
"theme.bar.menus.menu.volume.iconbutton.active": "#eba0ac",
"theme.bar.menus.menu.volume.iconbutton.passive": "#cdd6f4",
"theme.bar.menus.menu.volume.listitems.active": "#eba0ab",
"theme.bar.menus.menu.volume.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.volume.text": "#cdd6f4",
"theme.bar.menus.menu.volume.label.color": "#eba0ac",
"theme.bar.menus.menu.volume.border.color": "#313244",
"theme.bar.menus.menu.volume.background.color": "#11111b",
"theme.bar.menus.menu.volume.card.color": "#1e1e2e",
"theme.bar.menus.menu.media.slider.puck": "#6c7086",
"theme.bar.menus.menu.media.slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.media.slider.background": "#585b71",
"theme.bar.menus.menu.media.slider.primary": "#f5c2e7",
"theme.bar.menus.menu.media.buttons.text": "#11111b",
"theme.bar.menus.menu.media.buttons.background": "#b4beff",
"theme.bar.menus.menu.media.buttons.enabled": "#94e2d4",
"theme.bar.menus.menu.media.buttons.inactive": "#585b70",
"theme.bar.menus.menu.media.border.color": "#313244",
"theme.bar.menus.menu.media.card.color": "#1e1e2e",
"theme.bar.menus.menu.media.background.color": "#11111b",
"theme.bar.menus.menu.media.album": "#f5c2e8",
"theme.bar.menus.menu.media.artist": "#94e2d6",
"theme.bar.menus.menu.media.song": "#b4beff",
"theme.bar.menus.tooltip.text": "#cdd6f4",
"theme.bar.menus.tooltip.background": "#11111b",
"theme.bar.menus.dropdownmenu.divider": "#1e1e2e",
"theme.bar.menus.dropdownmenu.text": "#cdd6f4",
"theme.bar.menus.dropdownmenu.background": "#11111b",
"theme.bar.menus.slider.puck": "#6c7086",
"theme.bar.menus.slider.backgroundhover": "#45475a",
"theme.bar.menus.slider.background": "#585b71",
"theme.bar.menus.slider.primary": "#b4befe",
"theme.bar.menus.progressbar.background": "#45475a",
"theme.bar.menus.progressbar.foreground": "#b4befe",
"theme.bar.menus.iconbuttons.active": "#b4beff",
"theme.bar.menus.iconbuttons.passive": "#cdd6f3",
"theme.bar.menus.buttons.text": "#181824",
"theme.bar.menus.buttons.disabled": "#585b71",
"theme.bar.menus.buttons.active": "#f5c2e6",
"theme.bar.menus.buttons.default": "#b4befe",
"theme.bar.menus.check_radio_button.active": "#b4beff",
"theme.bar.menus.check_radio_button.background": "#45475a",
"theme.bar.menus.switch.puck": "#454759",
"theme.bar.menus.switch.disabled": "#313245",
"theme.bar.menus.switch.enabled": "#b4befe",
"theme.bar.menus.icons.active": "#b4befe",
"theme.bar.menus.icons.passive": "#585b70",
"theme.bar.menus.listitems.active": "#b4befd",
"theme.bar.menus.listitems.passive": "#cdd6f4",
"theme.bar.menus.popover.border": "#181824",
"theme.bar.menus.popover.background": "#181824",
"theme.bar.menus.popover.text": "#b4befe",
"theme.bar.menus.label": "#b4befe",
"theme.bar.menus.feinttext": "#313244",
"theme.bar.menus.dimtext": "#585b70",
"theme.bar.menus.text": "#cdd6f4",
"theme.bar.menus.border.color": "#313244",
"theme.bar.menus.cards": "#1e1e2e",
"theme.bar.menus.background": "#11111b",
"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.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.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.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.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.storage.background": "#242438",
"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.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.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.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.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.systray.background": "#242438",
"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.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.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.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.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.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.active": "#f5c2e7",
"theme.bar.buttons.workspaces.occupied": "#f2cdcd",
"theme.bar.buttons.workspaces.available": "#89dceb",
"theme.bar.buttons.workspaces.hover": "#f5c2e7",
"theme.bar.buttons.workspaces.background": "#242438",
"theme.bar.buttons.dashboard.icon": "#f9e2af",
"theme.bar.buttons.dashboard.hover": "#45475a",
"theme.bar.buttons.dashboard.background": "#242438",
"theme.bar.buttons.icon": "#b4befe",
"theme.bar.buttons.text": "#b4befe",
"theme.bar.buttons.hover": "#45475a",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.background": "#242438",
"theme.bar.buttons.style": "default",
"theme.bar.background": "#11111b",
"theme.osd.label": "#b4beff",
"theme.osd.icon": "#11111b",
"theme.osd.bar_overflow_color": "#f38ba7",
"theme.osd.bar_empty_color": "#313244",
"theme.osd.bar_color": "#b4beff",
"theme.osd.icon_container": "#b4beff",
"theme.osd.bar_container": "#11111b",
"theme.notification.close_button.label": "#11111b",
"theme.notification.close_button.background": "#f38ba7",
"theme.notification.labelicon": "#b4befe",
"theme.notification.text": "#cdd6f4",
"theme.notification.time": "#7f849b",
"theme.notification.border": "#313243",
"theme.notification.label": "#b4befe",
"theme.notification.actions.text": "#181825",
"theme.notification.actions.background": "#b4befd",
"theme.notification.background": "#181826"
}

View File

@@ -1,278 +1,327 @@
{
"theme.bar.menus.background": "#11111b",
"theme.bar.background": "#11111b",
"theme.bar.buttons.media.icon": "#1e1e2e",
"theme.bar.buttons.media.text": "#b4befe",
"theme.bar.buttons.icon": "#b4befe",
"theme.bar.buttons.text": "#b4befe",
"theme.bar.buttons.hover": "#45475a",
"theme.bar.buttons.background": "#242438",
"theme.bar.menus.text": "#cdd6f4",
"theme.bar.menus.border.color": "#313244",
"theme.bar.buttons.media.background": "#242438",
"theme.bar.menus.menu.volume.text": "#cdd6f4",
"theme.bar.menus.menu.volume.card.color": "#1e1e2e",
"theme.bar.menus.menu.volume.label.color": "#eba0ac",
"theme.bar.menus.popover.text": "#b4befe",
"theme.bar.menus.popover.background": "#181824",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#f38ba8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#f38ba8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#a6e3a1",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#11111a",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#cdd6f4",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#b4befe",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#313244",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#11111b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1e1e2e",
"theme.bar.menus.menu.notifications.switch.puck": "#454759",
"theme.bar.menus.menu.notifications.switch.disabled": "#313245",
"theme.bar.menus.menu.notifications.switch.enabled": "#b4befe",
"theme.bar.menus.menu.notifications.clear": "#f38ba8",
"theme.bar.menus.menu.notifications.switch_divider": "#45475a",
"theme.bar.menus.menu.notifications.border": "#313244",
"theme.bar.menus.menu.notifications.card": "#1e1e2e",
"theme.bar.menus.menu.notifications.background": "#11111b",
"theme.bar.menus.menu.notifications.no_notifications_label": "#313244",
"theme.bar.menus.menu.notifications.label": "#b4befe",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#f5c2e7",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#f5c2e8",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#f5c2e7",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#a6e3a1",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#a6e3a2",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#a6e3a1",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f9e2af",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f9e2ae",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f9e2af",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#eba0ac",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#eba0ad",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#eba0ac",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#45475a",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#b4befe",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#cba6f7",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#94e2d5",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#eba0ac",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f9e2af",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#f5c2e7",
"theme.bar.menus.menu.dashboard.controls.input.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.input.background": "#f5c2e7",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#eba0ac",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f9e2af",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#89dceb",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#cba6f7",
"theme.bar.menus.menu.dashboard.controls.disabled": "#585b70",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#a6e3a1",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#181824",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#b4befe",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#89dceb",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#a6e3a1",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#fab387",
"theme.bar.menus.menu.dashboard.profile.name": "#f5c2e7",
"theme.bar.menus.menu.dashboard.border.color": "#313244",
"theme.bar.menus.menu.dashboard.background.color": "#11111b",
"theme.bar.menus.menu.dashboard.card.color": "#1e1e2e",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.hourly.time": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#89dceb",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#89b4fa",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#b4befe",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#fab387",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#f38ba8",
"theme.bar.menus.menu.clock.weather.stats": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.status": "#94e2d5",
"theme.bar.menus.menu.clock.weather.temperature": "#cdd6f4",
"theme.bar.menus.menu.clock.weather.icon": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.contextdays": "#585b70",
"theme.bar.menus.menu.clock.calendar.days": "#cdd6f4",
"theme.bar.menus.menu.clock.calendar.currentday": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.paginator": "#f5c2e6",
"theme.bar.menus.menu.clock.calendar.weekdays": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#94e2d5",
"theme.bar.menus.menu.clock.time.timeperiod": "#94e2d5",
"theme.bar.menus.menu.clock.time.time": "#f5c2e7",
"theme.bar.menus.menu.clock.text": "#cdd6f4",
"theme.bar.menus.menu.clock.border.color": "#313244",
"theme.bar.menus.menu.clock.background.color": "#11111b",
"theme.bar.menus.menu.clock.card.color": "#1e1e2e",
"theme.bar.menus.menu.battery.slider.puck": "#6c7086",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.battery.slider.background": "#585b71",
"theme.bar.menus.menu.battery.slider.primary": "#f9e2af",
"theme.bar.menus.menu.battery.icons.active": "#f9e2af",
"theme.bar.menus.menu.battery.icons.passive": "#9399b2",
"theme.bar.menus.menu.battery.listitems.active": "#f9e2af",
"theme.bar.menus.menu.battery.listitems.passive": "#cdd6f3",
"theme.bar.menus.menu.battery.text": "#cdd6f4",
"theme.bar.menus.menu.battery.label.color": "#f9e2af",
"theme.bar.menus.menu.battery.border.color": "#313244",
"theme.bar.menus.menu.battery.background.color": "#11111b",
"theme.bar.menus.menu.battery.card.color": "#1e1e2e",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#1e1e2e",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#cdd6f4",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#11111b",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#89dceb",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.icons.active": "#89dceb",
"theme.bar.menus.menu.bluetooth.icons.passive": "#9399b2",
"theme.bar.menus.menu.bluetooth.listitems.active": "#89dcea",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.switch.puck": "#454759",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#313245",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#89dceb",
"theme.bar.menus.menu.bluetooth.switch_divider": "#45475a",
"theme.bar.menus.menu.bluetooth.status": "#6c7086",
"theme.bar.menus.menu.bluetooth.text": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.label.color": "#89dceb",
"theme.bar.menus.menu.bluetooth.border.color": "#313244",
"theme.bar.menus.menu.bluetooth.background.color": "#11111b",
"theme.bar.menus.menu.bluetooth.card.color": "#1e1e2e",
"theme.bar.menus.menu.network.iconbuttons.active": "#cba6f7",
"theme.bar.menus.menu.network.iconbuttons.passive": "#cdd6f4",
"theme.bar.menus.menu.network.icons.active": "#cba6f7",
"theme.bar.menus.menu.network.icons.passive": "#9399b2",
"theme.bar.menus.menu.network.listitems.active": "#cba6f6",
"theme.bar.menus.menu.network.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.network.status.color": "#6c7086",
"theme.bar.menus.menu.network.text": "#cdd6f4",
"theme.bar.menus.menu.network.label.color": "#cba6f7",
"theme.bar.menus.menu.network.border.color": "#313244",
"theme.bar.menus.menu.network.background.color": "#11111b",
"theme.bar.menus.menu.network.card.color": "#1e1e2e",
"theme.bar.menus.menu.volume.input_slider.puck": "#585b70",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.volume.input_slider.background": "#585b71",
"theme.bar.menus.menu.volume.input_slider.primary": "#eba0ac",
"theme.bar.menus.menu.volume.audio_slider.puck": "#585b70",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.volume.audio_slider.background": "#585b71",
"theme.bar.menus.menu.volume.audio_slider.primary": "#eba0ac",
"theme.bar.menus.menu.volume.icons.active": "#eba0ac",
"theme.bar.menus.menu.volume.icons.passive": "#9399b2",
"theme.bar.menus.menu.volume.iconbutton.active": "#eba0ac",
"theme.bar.menus.menu.volume.iconbutton.passive": "#cdd6f4",
"theme.bar.menus.menu.volume.listitems.active": "#eba0ab",
"theme.bar.menus.menu.volume.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.volume.border.color": "#313244",
"theme.bar.menus.menu.volume.background.color": "#11111b",
"theme.bar.menus.menu.media.slider.puck": "#6c7086",
"theme.bar.menus.menu.media.slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.media.slider.background": "#585b71",
"theme.bar.menus.menu.media.slider.primary": "#f5c2e7",
"theme.bar.menus.menu.media.buttons.text": "#11111b",
"theme.bar.menus.menu.media.buttons.background": "#b4beff",
"theme.bar.menus.menu.media.buttons.enabled": "#94e2d4",
"theme.bar.menus.menu.media.buttons.inactive": "#585b70",
"theme.bar.menus.menu.media.border.color": "#313244",
"theme.bar.menus.menu.media.background.color": "#11111b",
"theme.bar.menus.menu.media.album": "#f5c2e8",
"theme.bar.menus.menu.media.artist": "#94e2d6",
"theme.bar.menus.menu.media.song": "#b4beff",
"theme.bar.menus.tooltip.text": "#cdd6f4",
"theme.bar.menus.tooltip.background": "#11111b",
"theme.bar.menus.dropdownmenu.divider": "#1e1e2e",
"theme.bar.menus.dropdownmenu.text": "#cdd6f4",
"theme.bar.menus.dropdownmenu.background": "#11111b",
"theme.bar.menus.slider.puck": "#6c7086",
"theme.bar.menus.slider.backgroundhover": "#45475a",
"theme.bar.menus.slider.background": "#585b71",
"theme.bar.menus.slider.primary": "#b4befe",
"theme.bar.menus.progressbar.background": "#45475a",
"theme.bar.menus.progressbar.foreground": "#b4befe",
"theme.bar.menus.iconbuttons.active": "#b4beff",
"theme.bar.menus.iconbuttons.passive": "#cdd6f3",
"theme.bar.menus.buttons.text": "#181824",
"theme.bar.menus.buttons.disabled": "#585b71",
"theme.bar.menus.buttons.active": "#f5c2e6",
"theme.bar.menus.buttons.default": "#b4befe",
"theme.bar.menus.switch.puck": "#454759",
"theme.bar.menus.switch.disabled": "#313245",
"theme.bar.menus.switch.enabled": "#b4befe",
"theme.bar.menus.icons.active": "#b4befe",
"theme.bar.menus.icons.passive": "#585b70",
"theme.bar.menus.listitems.active": "#b4befd",
"theme.bar.menus.listitems.passive": "#cdd6f4",
"theme.bar.menus.label": "#b4befe",
"theme.bar.menus.feinttext": "#313244",
"theme.bar.menus.dimtext": "#585b70",
"theme.bar.menus.cards": "#1e1e2e",
"theme.bar.buttons.notifications.total": "#b4befe",
"theme.bar.buttons.notifications.icon": "#1e1e2e",
"theme.bar.buttons.notifications.hover": "#45475a",
"theme.bar.buttons.notifications.background": "#242438",
"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.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.systray.background": "#242438",
"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.network.icon": "#242438",
"theme.bar.buttons.network.text": "#cba6f7",
"theme.bar.buttons.network.hover": "#45475a",
"theme.bar.buttons.network.background": "#242438",
"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.media.hover": "#45475a",
"theme.bar.buttons.windowtitle.icon": "#1e1e2e",
"theme.bar.buttons.windowtitle.text": "#f5c2e7",
"theme.bar.buttons.windowtitle.hover": "#45475a",
"theme.bar.buttons.windowtitle.background": "#242438",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#181825",
"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.background": "#242438",
"theme.bar.buttons.dashboard.icon": "#1e1e2e",
"theme.bar.buttons.dashboard.hover": "#45475a",
"theme.bar.buttons.dashboard.background": "#f9e2af",
"theme.osd.label": "#b4beff",
"theme.osd.icon": "#11111b",
"theme.osd.bar_overflow_color": "#f38ba7",
"theme.osd.bar_empty_color": "#313244",
"theme.osd.bar_color": "#b4beff",
"theme.osd.icon_container": "#b4beff",
"theme.osd.bar_container": "#11111b",
"theme.notification.close_button.label": "#11111b",
"theme.notification.close_button.background": "#f38ba7",
"theme.notification.labelicon": "#b4befe",
"theme.notification.text": "#cdd6f4",
"theme.notification.time": "#7f849b",
"theme.notification.border": "#313243",
"theme.notification.label": "#b4befe",
"theme.notification.actions.text": "#181825",
"theme.notification.actions.background": "#b4befd",
"theme.notification.background": "#181826",
"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": "#1e1e2e",
"theme.bar.menus.check_radio_button.background": "#45475a",
"theme.bar.menus.check_radio_button.active": "#b4beff",
"theme.bar.buttons.style": "split",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.volume.icon_background": "#eba0ac",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.buttons.windowtitle.icon_background": "#f5c2e7",
"theme.bar.buttons.media.icon_background": "#b4befe",
"theme.bar.buttons.notifications.icon_background": "#b4befe",
"theme.bar.buttons.battery.icon_background": "#f9e2af",
"theme.bar.buttons.clock.icon_background": "#f5c2e7",
"theme.bar.menus.menu.notifications.scrollbar.color": "#b4befe",
"theme.bar.menus.menu.notifications.pager.button": "#b4befe",
"theme.bar.menus.menu.notifications.pager.label": "#9399b2",
"theme.bar.menus.menu.notifications.pager.background": "#11111b"
}
"theme.bar.menus.menu.notifications.scrollbar.color": "#b4befe",
"theme.bar.menus.menu.notifications.pager.label": "#9399b2",
"theme.bar.menus.menu.notifications.pager.button": "#b4befe",
"theme.bar.menus.menu.notifications.pager.background": "#11111b",
"theme.bar.menus.menu.notifications.switch.puck": "#454759",
"theme.bar.menus.menu.notifications.switch.disabled": "#313245",
"theme.bar.menus.menu.notifications.switch.enabled": "#b4befe",
"theme.bar.menus.menu.notifications.clear": "#f38ba8",
"theme.bar.menus.menu.notifications.switch_divider": "#45475a",
"theme.bar.menus.menu.notifications.border": "#313244",
"theme.bar.menus.menu.notifications.card": "#1e1e2e",
"theme.bar.menus.menu.notifications.background": "#11111b",
"theme.bar.menus.menu.notifications.no_notifications_label": "#313244",
"theme.bar.menus.menu.notifications.label": "#b4befe",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#181824",
"theme.bar.menus.menu.power.buttons.sleep.text": "#89dceb",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#89dceb",
"theme.bar.menus.menu.power.buttons.sleep.background": "#1e1e2e",
"theme.bar.menus.menu.power.buttons.logout.icon": "#181824",
"theme.bar.menus.menu.power.buttons.logout.text": "#a6e3a1",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#a6e3a1",
"theme.bar.menus.menu.power.buttons.logout.background": "#1e1e2e",
"theme.bar.menus.menu.power.buttons.restart.icon": "#181824",
"theme.bar.menus.menu.power.buttons.restart.text": "#fab387",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#fab387",
"theme.bar.menus.menu.power.buttons.restart.background": "#1e1e2e",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#181824",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#f38ba8",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#f38ba7",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#1e1e2e",
"theme.bar.menus.menu.power.border.color": "#313244",
"theme.bar.menus.menu.power.background.color": "#11111b",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#f5c2e7",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#f5c2e8",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#f5c2e7",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#a6e3a1",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#a6e3a2",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#a6e3a1",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f9e2af",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f9e2ae",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f9e2af",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#eba0ac",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#eba0ad",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#eba0ac",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#45475a",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#b4befe",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#cba6f7",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#94e2d5",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#eba0ac",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f9e2af",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#f5c2e7",
"theme.bar.menus.menu.dashboard.controls.input.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.input.background": "#f5c2e7",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#eba0ac",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f9e2af",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#89dceb",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#181824",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#cba6f7",
"theme.bar.menus.menu.dashboard.controls.disabled": "#585b70",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#a6e3a1",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#181824",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#b4befe",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#11111a",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#f38ba8",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#a6e3a1",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#cdd6f4",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#b4befe",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#313244",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#11111b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1e1e2e",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#89dceb",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#a6e3a1",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#fab387",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#f38ba8",
"theme.bar.menus.menu.dashboard.profile.name": "#f5c2e7",
"theme.bar.menus.menu.dashboard.border.color": "#313244",
"theme.bar.menus.menu.dashboard.background.color": "#11111b",
"theme.bar.menus.menu.dashboard.card.color": "#1e1e2e",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.hourly.time": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#89dceb",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#89b4fa",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#b4befe",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#fab387",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#f38ba8",
"theme.bar.menus.menu.clock.weather.stats": "#f5c2e7",
"theme.bar.menus.menu.clock.weather.status": "#94e2d5",
"theme.bar.menus.menu.clock.weather.temperature": "#cdd6f4",
"theme.bar.menus.menu.clock.weather.icon": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.contextdays": "#585b70",
"theme.bar.menus.menu.clock.calendar.days": "#cdd6f4",
"theme.bar.menus.menu.clock.calendar.currentday": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.paginator": "#f5c2e6",
"theme.bar.menus.menu.clock.calendar.weekdays": "#f5c2e7",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#94e2d5",
"theme.bar.menus.menu.clock.time.timeperiod": "#94e2d5",
"theme.bar.menus.menu.clock.time.time": "#f5c2e7",
"theme.bar.menus.menu.clock.text": "#cdd6f4",
"theme.bar.menus.menu.clock.border.color": "#313244",
"theme.bar.menus.menu.clock.background.color": "#11111b",
"theme.bar.menus.menu.clock.card.color": "#1e1e2e",
"theme.bar.menus.menu.battery.slider.puck": "#6c7086",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.battery.slider.background": "#585b71",
"theme.bar.menus.menu.battery.slider.primary": "#f9e2af",
"theme.bar.menus.menu.battery.icons.active": "#f9e2af",
"theme.bar.menus.menu.battery.icons.passive": "#9399b2",
"theme.bar.menus.menu.battery.listitems.active": "#f9e2af",
"theme.bar.menus.menu.battery.listitems.passive": "#cdd6f3",
"theme.bar.menus.menu.battery.text": "#cdd6f4",
"theme.bar.menus.menu.battery.label.color": "#f9e2af",
"theme.bar.menus.menu.battery.border.color": "#313244",
"theme.bar.menus.menu.battery.background.color": "#11111b",
"theme.bar.menus.menu.battery.card.color": "#1e1e2e",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#1e1e2e",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#cdd6f4",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#11111b",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#89dceb",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.icons.active": "#89dceb",
"theme.bar.menus.menu.bluetooth.icons.passive": "#9399b2",
"theme.bar.menus.menu.bluetooth.listitems.active": "#89dcea",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.switch.puck": "#454759",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#313245",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#89dceb",
"theme.bar.menus.menu.bluetooth.switch_divider": "#45475a",
"theme.bar.menus.menu.bluetooth.status": "#6c7086",
"theme.bar.menus.menu.bluetooth.text": "#cdd6f4",
"theme.bar.menus.menu.bluetooth.label.color": "#89dceb",
"theme.bar.menus.menu.bluetooth.border.color": "#313244",
"theme.bar.menus.menu.bluetooth.background.color": "#11111b",
"theme.bar.menus.menu.bluetooth.card.color": "#1e1e2e",
"theme.bar.menus.menu.network.iconbuttons.active": "#cba6f7",
"theme.bar.menus.menu.network.iconbuttons.passive": "#cdd6f4",
"theme.bar.menus.menu.network.icons.active": "#cba6f7",
"theme.bar.menus.menu.network.icons.passive": "#9399b2",
"theme.bar.menus.menu.network.listitems.active": "#cba6f6",
"theme.bar.menus.menu.network.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.network.status.color": "#6c7086",
"theme.bar.menus.menu.network.text": "#cdd6f4",
"theme.bar.menus.menu.network.label.color": "#cba6f7",
"theme.bar.menus.menu.network.border.color": "#313244",
"theme.bar.menus.menu.network.background.color": "#11111b",
"theme.bar.menus.menu.network.card.color": "#1e1e2e",
"theme.bar.menus.menu.volume.input_slider.puck": "#585b70",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.volume.input_slider.background": "#585b71",
"theme.bar.menus.menu.volume.input_slider.primary": "#eba0ac",
"theme.bar.menus.menu.volume.audio_slider.puck": "#585b70",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.volume.audio_slider.background": "#585b71",
"theme.bar.menus.menu.volume.audio_slider.primary": "#eba0ac",
"theme.bar.menus.menu.volume.icons.active": "#eba0ac",
"theme.bar.menus.menu.volume.icons.passive": "#9399b2",
"theme.bar.menus.menu.volume.iconbutton.active": "#eba0ac",
"theme.bar.menus.menu.volume.iconbutton.passive": "#cdd6f4",
"theme.bar.menus.menu.volume.listitems.active": "#eba0ab",
"theme.bar.menus.menu.volume.listitems.passive": "#cdd6f4",
"theme.bar.menus.menu.volume.text": "#cdd6f4",
"theme.bar.menus.menu.volume.label.color": "#eba0ac",
"theme.bar.menus.menu.volume.border.color": "#313244",
"theme.bar.menus.menu.volume.background.color": "#11111b",
"theme.bar.menus.menu.volume.card.color": "#1e1e2e",
"theme.bar.menus.menu.media.slider.puck": "#6c7086",
"theme.bar.menus.menu.media.slider.backgroundhover": "#45475a",
"theme.bar.menus.menu.media.slider.background": "#585b71",
"theme.bar.menus.menu.media.slider.primary": "#f5c2e7",
"theme.bar.menus.menu.media.buttons.text": "#11111b",
"theme.bar.menus.menu.media.buttons.background": "#b4beff",
"theme.bar.menus.menu.media.buttons.enabled": "#94e2d4",
"theme.bar.menus.menu.media.buttons.inactive": "#585b70",
"theme.bar.menus.menu.media.border.color": "#313244",
"theme.bar.menus.menu.media.card.color": "#1e1e2e",
"theme.bar.menus.menu.media.background.color": "#11111b",
"theme.bar.menus.menu.media.album": "#f5c2e8",
"theme.bar.menus.menu.media.artist": "#94e2d6",
"theme.bar.menus.menu.media.song": "#b4beff",
"theme.bar.menus.tooltip.text": "#cdd6f4",
"theme.bar.menus.tooltip.background": "#11111b",
"theme.bar.menus.dropdownmenu.divider": "#1e1e2e",
"theme.bar.menus.dropdownmenu.text": "#cdd6f4",
"theme.bar.menus.dropdownmenu.background": "#11111b",
"theme.bar.menus.slider.puck": "#6c7086",
"theme.bar.menus.slider.backgroundhover": "#45475a",
"theme.bar.menus.slider.background": "#585b71",
"theme.bar.menus.slider.primary": "#b4befe",
"theme.bar.menus.progressbar.background": "#45475a",
"theme.bar.menus.progressbar.foreground": "#b4befe",
"theme.bar.menus.iconbuttons.active": "#b4beff",
"theme.bar.menus.iconbuttons.passive": "#cdd6f3",
"theme.bar.menus.buttons.text": "#181824",
"theme.bar.menus.buttons.disabled": "#585b71",
"theme.bar.menus.buttons.active": "#f5c2e6",
"theme.bar.menus.buttons.default": "#b4befe",
"theme.bar.menus.check_radio_button.active": "#b4beff",
"theme.bar.menus.check_radio_button.background": "#45475a",
"theme.bar.menus.switch.puck": "#454759",
"theme.bar.menus.switch.disabled": "#313245",
"theme.bar.menus.switch.enabled": "#b4befe",
"theme.bar.menus.icons.active": "#b4befe",
"theme.bar.menus.icons.passive": "#585b70",
"theme.bar.menus.listitems.active": "#b4befd",
"theme.bar.menus.listitems.passive": "#cdd6f4",
"theme.bar.menus.popover.border": "#181824",
"theme.bar.menus.popover.background": "#181824",
"theme.bar.menus.popover.text": "#b4befe",
"theme.bar.menus.label": "#b4befe",
"theme.bar.menus.feinttext": "#313244",
"theme.bar.menus.dimtext": "#585b70",
"theme.bar.menus.text": "#cdd6f4",
"theme.bar.menus.border.color": "#313244",
"theme.bar.menus.cards": "#1e1e2e",
"theme.bar.menus.background": "#11111b",
"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.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.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.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.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.storage.icon": "#181825",
"theme.bar.buttons.modules.storage.text": "#f38ba8",
"theme.bar.buttons.modules.storage.background": "#242438",
"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.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.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.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.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.systray.background": "#242438",
"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.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.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.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.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.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.active": "#f5c2e7",
"theme.bar.buttons.workspaces.occupied": "#f2cdcd",
"theme.bar.buttons.workspaces.available": "#89dceb",
"theme.bar.buttons.workspaces.hover": "#f5c2e7",
"theme.bar.buttons.workspaces.background": "#242438",
"theme.bar.buttons.dashboard.icon": "#1e1e2e",
"theme.bar.buttons.dashboard.hover": "#45475a",
"theme.bar.buttons.dashboard.background": "#f9e2af",
"theme.bar.buttons.icon": "#b4befe",
"theme.bar.buttons.text": "#b4befe",
"theme.bar.buttons.hover": "#45475a",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.background": "#242438",
"theme.bar.buttons.style": "split",
"theme.bar.background": "#11111b",
"theme.osd.label": "#b4beff",
"theme.osd.icon": "#11111b",
"theme.osd.bar_overflow_color": "#f38ba7",
"theme.osd.bar_empty_color": "#313244",
"theme.osd.bar_color": "#b4beff",
"theme.osd.icon_container": "#b4beff",
"theme.osd.bar_container": "#11111b",
"theme.notification.close_button.label": "#11111b",
"theme.notification.close_button.background": "#f38ba7",
"theme.notification.labelicon": "#b4befe",
"theme.notification.text": "#cdd6f4",
"theme.notification.time": "#7f849b",
"theme.notification.border": "#313243",
"theme.notification.label": "#b4befe",
"theme.notification.actions.text": "#181825",
"theme.notification.actions.background": "#b4befd",
"theme.notification.background": "#181826"
}

View File

@@ -1,29 +1,8 @@
{
"theme.bar.menus.background": "#0A0A0A",
"theme.bar.background": "#0A0A0A",
"theme.bar.buttons.media.icon": "#FFD700",
"theme.bar.buttons.media.text": "#00FFFF",
"theme.bar.buttons.icon": "#FFD700",
"theme.bar.buttons.text": "#00FFFF",
"theme.bar.buttons.hover": "#333333",
"theme.bar.buttons.background": "#111111",
"theme.bar.menus.text": "#FFFFFF",
"theme.bar.menus.border.color": "#2A2A2A",
"theme.bar.buttons.media.background": "#111111",
"theme.bar.menus.menu.volume.text": "#FFFFFF",
"theme.bar.menus.menu.volume.card.color": "#1A1A1A",
"theme.bar.menus.menu.volume.label.color": "#FF69B4",
"theme.bar.menus.popover.text": "#00FFFF",
"theme.bar.menus.popover.background": "#0D0D0D",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#FF4500",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#FF4500",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#32CD32",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#0A0A0A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#FFFFFF",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#00FFFF",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#2A2A2A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#0A0A0A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1A1A1A",
"theme.bar.menus.menu.notifications.scrollbar.color": "#FFD700",
"theme.bar.menus.menu.notifications.pager.label": "#9399B2",
"theme.bar.menus.menu.notifications.pager.button": "#FFD700",
"theme.bar.menus.menu.notifications.pager.background": "#0A0A0A",
"theme.bar.menus.menu.notifications.switch.puck": "#333333",
"theme.bar.menus.menu.notifications.switch.disabled": "#2A2A2A",
"theme.bar.menus.menu.notifications.switch.enabled": "#FFD700",
@@ -34,6 +13,24 @@
"theme.bar.menus.menu.notifications.background": "#0A0A0A",
"theme.bar.menus.menu.notifications.no_notifications_label": "#2A2A2A",
"theme.bar.menus.menu.notifications.label": "#FFD700",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#0A0A0A",
"theme.bar.menus.menu.power.buttons.sleep.text": "#00FFFF",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#00FFFF",
"theme.bar.menus.menu.power.buttons.sleep.background": "#1A1A1A",
"theme.bar.menus.menu.power.buttons.logout.icon": "#0A0A0A",
"theme.bar.menus.menu.power.buttons.logout.text": "#32CD32",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#32CD32",
"theme.bar.menus.menu.power.buttons.logout.background": "#1A1A1A",
"theme.bar.menus.menu.power.buttons.restart.icon": "#0A0A0A",
"theme.bar.menus.menu.power.buttons.restart.text": "#FFD700",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#FFD700",
"theme.bar.menus.menu.power.buttons.restart.background": "#1A1A1A",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#0A0A0A",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#FF4500",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#ff4400",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#1A1A1A",
"theme.bar.menus.menu.power.border.color": "#2A2A2A",
"theme.bar.menus.menu.power.background.color": "#0A0A0A",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#FF69B4",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#FF69B4",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#FF69B4",
@@ -67,9 +64,18 @@
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#32CD32",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#0A0A0A",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#00FFFF",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#0A0A0A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#FF4500",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#32CD32",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#FFFFFF",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#00FFFF",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#2A2A2A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#0A0A0A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1A1A1A",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#00FFFF",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#32CD32",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#FFD700",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#FF4500",
"theme.bar.menus.menu.dashboard.profile.name": "#FF69B4",
"theme.bar.menus.menu.dashboard.border.color": "#2A2A2A",
"theme.bar.menus.menu.dashboard.background.color": "#0A0A0A",
@@ -156,8 +162,11 @@
"theme.bar.menus.menu.volume.iconbutton.passive": "#FFD700",
"theme.bar.menus.menu.volume.listitems.active": "#FF69B4",
"theme.bar.menus.menu.volume.listitems.passive": "#FFD700",
"theme.bar.menus.menu.volume.text": "#FFFFFF",
"theme.bar.menus.menu.volume.label.color": "#FF69B4",
"theme.bar.menus.menu.volume.border.color": "#2A2A2A",
"theme.bar.menus.menu.volume.background.color": "#0A0A0A",
"theme.bar.menus.menu.volume.card.color": "#1A1A1A",
"theme.bar.menus.menu.media.slider.puck": "#333333",
"theme.bar.menus.menu.media.slider.backgroundhover": "#45475A",
"theme.bar.menus.menu.media.slider.background": "#2A2A2A",
@@ -167,6 +176,7 @@
"theme.bar.menus.menu.media.buttons.enabled": "#00FFFF",
"theme.bar.menus.menu.media.buttons.inactive": "#333333",
"theme.bar.menus.menu.media.border.color": "#2A2A2A",
"theme.bar.menus.menu.media.card.color": "#1A1A1A",
"theme.bar.menus.menu.media.background.color": "#0A0A0A",
"theme.bar.menus.menu.media.album": "#FF69B4",
"theme.bar.menus.menu.media.artist": "#00FFFF",
@@ -188,6 +198,8 @@
"theme.bar.menus.buttons.disabled": "#333333",
"theme.bar.menus.buttons.active": "#00FFFF",
"theme.bar.menus.buttons.default": "#FFD700",
"theme.bar.menus.check_radio_button.active": "#ffffff",
"theme.bar.menus.check_radio_button.background": "#000000",
"theme.bar.menus.switch.puck": "#333333",
"theme.bar.menus.switch.disabled": "#2A2A2A",
"theme.bar.menus.switch.enabled": "#00FFFF",
@@ -195,42 +207,91 @@
"theme.bar.menus.icons.passive": "#333333",
"theme.bar.menus.listitems.active": "#00FFFF",
"theme.bar.menus.listitems.passive": "#FFD700",
"theme.bar.menus.popover.border": "#0A0A0A",
"theme.bar.menus.popover.background": "#0D0D0D",
"theme.bar.menus.popover.text": "#00FFFF",
"theme.bar.menus.label": "#00FFFF",
"theme.bar.menus.feinttext": "#1a1a1a",
"theme.bar.menus.dimtext": "#2b2b2b",
"theme.bar.menus.text": "#FFFFFF",
"theme.bar.menus.border.color": "#2A2A2A",
"theme.bar.menus.cards": "#0a0a0a",
"theme.bar.menus.background": "#0A0A0A",
"theme.bar.buttons.modules.power.icon_background": "#FF4500",
"theme.bar.buttons.modules.power.icon": "#FF4500",
"theme.bar.buttons.modules.power.background": "#121212",
"theme.bar.buttons.modules.weather.icon_background": "#FFD700",
"theme.bar.buttons.modules.weather.icon": "#FFD700",
"theme.bar.buttons.modules.weather.text": "#FFD700",
"theme.bar.buttons.modules.weather.background": "#121212",
"theme.bar.buttons.modules.updates.icon_background": "#FFD700",
"theme.bar.buttons.modules.updates.icon": "#FFD700",
"theme.bar.buttons.modules.updates.text": "#FFD700",
"theme.bar.buttons.modules.updates.background": "#121212",
"theme.bar.buttons.modules.kbLayout.icon_background": "#00FFFF",
"theme.bar.buttons.modules.kbLayout.icon": "#00FFFF",
"theme.bar.buttons.modules.kbLayout.text": "#00FFFF",
"theme.bar.buttons.modules.kbLayout.background": "#121212",
"theme.bar.buttons.modules.netstat.icon_background": "#32CD32",
"theme.bar.buttons.modules.netstat.icon": "#32CD32",
"theme.bar.buttons.modules.netstat.text": "#32CD32",
"theme.bar.buttons.modules.netstat.background": "#121212",
"theme.bar.buttons.modules.storage.icon_background": "#FF4500",
"theme.bar.buttons.modules.storage.icon": "#FF4500",
"theme.bar.buttons.modules.storage.text": "#FF4500",
"theme.bar.buttons.modules.storage.background": "#121212",
"theme.bar.buttons.modules.cpu.icon_background": "#FF4500",
"theme.bar.buttons.modules.cpu.icon": "#FF4500",
"theme.bar.buttons.modules.cpu.text": "#FF4500",
"theme.bar.buttons.modules.cpu.background": "#121212",
"theme.bar.buttons.modules.ram.icon_background": "#FFD700",
"theme.bar.buttons.modules.ram.icon": "#FFD700",
"theme.bar.buttons.modules.ram.text": "#FFD700",
"theme.bar.buttons.modules.ram.background": "#121212",
"theme.bar.buttons.notifications.total": "#f7d04b",
"theme.bar.buttons.notifications.icon_background": "#FFD700",
"theme.bar.buttons.notifications.icon": "#f7d04b",
"theme.bar.buttons.notifications.hover": "#303030",
"theme.bar.buttons.notifications.background": "#121212",
"theme.bar.buttons.clock.icon_background": "#FF69B4",
"theme.bar.buttons.clock.icon": "#5bafff",
"theme.bar.buttons.clock.text": "#5bafff",
"theme.bar.buttons.clock.hover": "#303030",
"theme.bar.buttons.clock.background": "#121212",
"theme.bar.buttons.battery.icon_background": "#FFD700",
"theme.bar.buttons.battery.icon": "#f7d04b",
"theme.bar.buttons.battery.text": "#f7d04b",
"theme.bar.buttons.battery.hover": "#303030",
"theme.bar.buttons.battery.background": "#121212",
"theme.bar.buttons.systray.hover": "#303030",
"theme.bar.buttons.systray.background": "#121212",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.buttons.bluetooth.icon": "#5bafff",
"theme.bar.buttons.bluetooth.text": "#5bafff",
"theme.bar.buttons.bluetooth.hover": "#303030",
"theme.bar.buttons.bluetooth.background": "#121212",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.network.icon": "#e23fe2",
"theme.bar.buttons.network.text": "#e23fe2",
"theme.bar.buttons.network.hover": "#303030",
"theme.bar.buttons.network.background": "#121212",
"theme.bar.buttons.volume.icon_background": "#FF4500",
"theme.bar.buttons.volume.icon": "#ff3f3f",
"theme.bar.buttons.volume.text": "#ff3f3f",
"theme.bar.buttons.volume.hover": "#303030",
"theme.bar.buttons.volume.background": "#121212",
"theme.bar.buttons.media.icon_background": "#FFD700",
"theme.bar.buttons.media.icon": "#FFD700",
"theme.bar.buttons.media.text": "#00FFFF",
"theme.bar.buttons.media.hover": "#303030",
"theme.bar.buttons.media.background": "#111111",
"theme.bar.buttons.windowtitle.icon_background": "#FF69B4",
"theme.bar.buttons.windowtitle.icon": "#5bafff",
"theme.bar.buttons.windowtitle.text": "#5bafff",
"theme.bar.buttons.windowtitle.hover": "#303030",
"theme.bar.buttons.windowtitle.background": "#121212",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#ffffff",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#e23ee2",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b",
"theme.bar.buttons.workspaces.active": "#e23fe2",
"theme.bar.buttons.workspaces.occupied": "#ff3f3f",
"theme.bar.buttons.workspaces.available": "#5bafff",
@@ -239,6 +300,13 @@
"theme.bar.buttons.dashboard.icon": "#f7d04b",
"theme.bar.buttons.dashboard.hover": "#303030",
"theme.bar.buttons.dashboard.background": "#121212",
"theme.bar.buttons.icon": "#FFD700",
"theme.bar.buttons.text": "#00FFFF",
"theme.bar.buttons.hover": "#333333",
"theme.bar.buttons.icon_background": "#121212",
"theme.bar.buttons.background": "#111111",
"theme.bar.buttons.style": "default",
"theme.bar.background": "#0A0A0A",
"theme.osd.label": "#5bafff",
"theme.osd.icon": "#0a0a0a",
"theme.osd.bar_overflow_color": "#ff3f3f",
@@ -255,15 +323,5 @@
"theme.notification.label": "#5bafff",
"theme.notification.actions.text": "#0a0a0a",
"theme.notification.actions.background": "#5bafff",
"theme.notification.background": "#0a0a0a",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#e23ee2",
"theme.bar.menus.menu.media.card.color": "#1A1A1A",
"theme.bar.menus.check_radio_button.background": "#000000",
"theme.bar.menus.check_radio_button.active": "#ffffff",
"theme.bar.buttons.style": "default",
"theme.bar.menus.menu.notifications.pager.button": "#FFD700",
"theme.bar.menus.menu.notifications.scrollbar.color": "#FFD700",
"theme.bar.menus.menu.notifications.pager.label": "#9399B2",
"theme.bar.menus.menu.notifications.pager.background": "#0A0A0A"
}
"theme.notification.background": "#0a0a0a"
}

View File

@@ -1,29 +1,8 @@
{
"theme.bar.menus.background": "#0A0A0A",
"theme.bar.background": "#0A0A0A",
"theme.bar.buttons.media.icon": "#121212",
"theme.bar.buttons.media.text": "#00ffff",
"theme.bar.buttons.icon": "#FFD700",
"theme.bar.buttons.text": "#00FFFF",
"theme.bar.buttons.hover": "#333333",
"theme.bar.buttons.background": "#111111",
"theme.bar.menus.text": "#FFFFFF",
"theme.bar.menus.border.color": "#2A2A2A",
"theme.bar.buttons.media.background": "#111111",
"theme.bar.menus.menu.volume.text": "#FFFFFF",
"theme.bar.menus.menu.volume.card.color": "#1A1A1A",
"theme.bar.menus.menu.volume.label.color": "#FF69B4",
"theme.bar.menus.popover.text": "#00FFFF",
"theme.bar.menus.popover.background": "#0D0D0D",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#FF4500",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#FF4500",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#32CD32",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#0A0A0A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#FFFFFF",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#00FFFF",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#2A2A2A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#0A0A0A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1A1A1A",
"theme.bar.menus.menu.notifications.scrollbar.color": "#00ffff",
"theme.bar.menus.menu.notifications.pager.label": "#9399B2",
"theme.bar.menus.menu.notifications.pager.button": "#00ffff",
"theme.bar.menus.menu.notifications.pager.background": "#0A0A0A",
"theme.bar.menus.menu.notifications.switch.puck": "#333333",
"theme.bar.menus.menu.notifications.switch.disabled": "#2A2A2A",
"theme.bar.menus.menu.notifications.switch.enabled": "#FFD700",
@@ -34,6 +13,24 @@
"theme.bar.menus.menu.notifications.background": "#0A0A0A",
"theme.bar.menus.menu.notifications.no_notifications_label": "#2A2A2A",
"theme.bar.menus.menu.notifications.label": "#FFD700",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#0A0A0A",
"theme.bar.menus.menu.power.buttons.sleep.text": "#00FFFF",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#00FFFF",
"theme.bar.menus.menu.power.buttons.sleep.background": "#1A1A1A",
"theme.bar.menus.menu.power.buttons.logout.icon": "#0A0A0A",
"theme.bar.menus.menu.power.buttons.logout.text": "#32CD32",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#32CD32",
"theme.bar.menus.menu.power.buttons.logout.background": "#1A1A1A",
"theme.bar.menus.menu.power.buttons.restart.icon": "#0A0A0A",
"theme.bar.menus.menu.power.buttons.restart.text": "#FFD700",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#FFD700",
"theme.bar.menus.menu.power.buttons.restart.background": "#1A1A1A",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#0A0A0A",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#FF4500",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#ff4400",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#1A1A1A",
"theme.bar.menus.menu.power.border.color": "#2A2A2A",
"theme.bar.menus.menu.power.background.color": "#0A0A0A",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#FF69B4",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#FF69B4",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#FF69B4",
@@ -67,9 +64,18 @@
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#32CD32",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#0A0A0A",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#00FFFF",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#0A0A0A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#FF4500",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#32CD32",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#FFFFFF",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#00FFFF",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#2A2A2A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#0A0A0A",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1A1A1A",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#00FFFF",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#32CD32",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#FFD700",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#FF4500",
"theme.bar.menus.menu.dashboard.profile.name": "#FF69B4",
"theme.bar.menus.menu.dashboard.border.color": "#2A2A2A",
"theme.bar.menus.menu.dashboard.background.color": "#0A0A0A",
@@ -156,8 +162,11 @@
"theme.bar.menus.menu.volume.iconbutton.passive": "#FFD700",
"theme.bar.menus.menu.volume.listitems.active": "#FF69B4",
"theme.bar.menus.menu.volume.listitems.passive": "#FFD700",
"theme.bar.menus.menu.volume.text": "#FFFFFF",
"theme.bar.menus.menu.volume.label.color": "#FF69B4",
"theme.bar.menus.menu.volume.border.color": "#2A2A2A",
"theme.bar.menus.menu.volume.background.color": "#0A0A0A",
"theme.bar.menus.menu.volume.card.color": "#1A1A1A",
"theme.bar.menus.menu.media.slider.puck": "#333333",
"theme.bar.menus.menu.media.slider.backgroundhover": "#45475A",
"theme.bar.menus.menu.media.slider.background": "#2A2A2A",
@@ -167,6 +176,7 @@
"theme.bar.menus.menu.media.buttons.enabled": "#00FFFF",
"theme.bar.menus.menu.media.buttons.inactive": "#333333",
"theme.bar.menus.menu.media.border.color": "#2A2A2A",
"theme.bar.menus.menu.media.card.color": "#1A1A1A",
"theme.bar.menus.menu.media.background.color": "#0A0A0A",
"theme.bar.menus.menu.media.album": "#FF69B4",
"theme.bar.menus.menu.media.artist": "#00FFFF",
@@ -188,6 +198,8 @@
"theme.bar.menus.buttons.disabled": "#333333",
"theme.bar.menus.buttons.active": "#00FFFF",
"theme.bar.menus.buttons.default": "#FFD700",
"theme.bar.menus.check_radio_button.active": "#ffffff",
"theme.bar.menus.check_radio_button.background": "#000000",
"theme.bar.menus.switch.puck": "#333333",
"theme.bar.menus.switch.disabled": "#2A2A2A",
"theme.bar.menus.switch.enabled": "#00FFFF",
@@ -195,42 +207,91 @@
"theme.bar.menus.icons.passive": "#333333",
"theme.bar.menus.listitems.active": "#00FFFF",
"theme.bar.menus.listitems.passive": "#FFD700",
"theme.bar.menus.popover.border": "#0A0A0A",
"theme.bar.menus.popover.background": "#0D0D0D",
"theme.bar.menus.popover.text": "#00FFFF",
"theme.bar.menus.label": "#00FFFF",
"theme.bar.menus.feinttext": "#1a1a1a",
"theme.bar.menus.dimtext": "#2b2b2b",
"theme.bar.menus.text": "#FFFFFF",
"theme.bar.menus.border.color": "#2A2A2A",
"theme.bar.menus.cards": "#0a0a0a",
"theme.bar.menus.background": "#0A0A0A",
"theme.bar.buttons.modules.power.icon_background": "#FF4500",
"theme.bar.buttons.modules.power.icon": "#121212",
"theme.bar.buttons.modules.power.background": "#121212",
"theme.bar.buttons.modules.weather.icon_background": "#00ffff",
"theme.bar.buttons.modules.weather.icon": "#121212",
"theme.bar.buttons.modules.weather.text": "#00ffff",
"theme.bar.buttons.modules.weather.background": "#121212",
"theme.bar.buttons.modules.updates.icon_background": "#FFD700",
"theme.bar.buttons.modules.updates.icon": "#121212",
"theme.bar.buttons.modules.updates.text": "#FFD700",
"theme.bar.buttons.modules.updates.background": "#121212",
"theme.bar.buttons.modules.kbLayout.icon_background": "#00FFFF",
"theme.bar.buttons.modules.kbLayout.icon": "#121212",
"theme.bar.buttons.modules.kbLayout.text": "#00FFFF",
"theme.bar.buttons.modules.kbLayout.background": "#121212",
"theme.bar.buttons.modules.netstat.icon_background": "#32CD32",
"theme.bar.buttons.modules.netstat.icon": "#121212",
"theme.bar.buttons.modules.netstat.text": "#32CD32",
"theme.bar.buttons.modules.netstat.background": "#121212",
"theme.bar.buttons.modules.storage.icon_background": "#FF4500",
"theme.bar.buttons.modules.storage.icon": "#121212",
"theme.bar.buttons.modules.storage.text": "#FF4500",
"theme.bar.buttons.modules.storage.background": "#121212",
"theme.bar.buttons.modules.cpu.icon_background": "#FF4500",
"theme.bar.buttons.modules.cpu.icon": "#121212",
"theme.bar.buttons.modules.cpu.text": "#FF4500",
"theme.bar.buttons.modules.cpu.background": "#121212",
"theme.bar.buttons.modules.ram.icon_background": "#FFD700",
"theme.bar.buttons.modules.ram.icon": "#121212",
"theme.bar.buttons.modules.ram.text": "#FFD700",
"theme.bar.buttons.modules.ram.background": "#121212",
"theme.bar.buttons.notifications.total": "#f7d04b",
"theme.bar.buttons.notifications.icon_background": "#f7d04b",
"theme.bar.buttons.notifications.icon": "#121212",
"theme.bar.buttons.notifications.hover": "#303030",
"theme.bar.buttons.notifications.background": "#121212",
"theme.bar.buttons.clock.icon_background": "#5bafff",
"theme.bar.buttons.clock.icon": "#121212",
"theme.bar.buttons.clock.text": "#5bafff",
"theme.bar.buttons.clock.hover": "#303030",
"theme.bar.buttons.clock.background": "#121212",
"theme.bar.buttons.battery.icon_background": "#f7d04b",
"theme.bar.buttons.battery.icon": "#121212",
"theme.bar.buttons.battery.text": "#f7d04b",
"theme.bar.buttons.battery.hover": "#303030",
"theme.bar.buttons.battery.background": "#121212",
"theme.bar.buttons.systray.hover": "#303030",
"theme.bar.buttons.systray.background": "#121212",
"theme.bar.buttons.bluetooth.icon_background": "#5bafff",
"theme.bar.buttons.bluetooth.icon": "#121212",
"theme.bar.buttons.bluetooth.text": "#5bafff",
"theme.bar.buttons.bluetooth.hover": "#303030",
"theme.bar.buttons.bluetooth.background": "#121212",
"theme.bar.buttons.network.icon_background": "#e23fe2",
"theme.bar.buttons.network.icon": "#121212",
"theme.bar.buttons.network.text": "#e23fe2",
"theme.bar.buttons.network.hover": "#303030",
"theme.bar.buttons.network.background": "#121212",
"theme.bar.buttons.volume.icon_background": "#ff3f3f",
"theme.bar.buttons.volume.icon": "#121212",
"theme.bar.buttons.volume.text": "#ff3f3f",
"theme.bar.buttons.volume.hover": "#303030",
"theme.bar.buttons.volume.background": "#121212",
"theme.bar.buttons.media.icon_background": "#00ffff",
"theme.bar.buttons.media.icon": "#121212",
"theme.bar.buttons.media.text": "#00ffff",
"theme.bar.buttons.media.hover": "#303030",
"theme.bar.buttons.media.background": "#111111",
"theme.bar.buttons.windowtitle.icon_background": "#5bafff",
"theme.bar.buttons.windowtitle.icon": "#121212",
"theme.bar.buttons.windowtitle.text": "#5bafff",
"theme.bar.buttons.windowtitle.hover": "#303030",
"theme.bar.buttons.windowtitle.background": "#121212",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#ffffff",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#e23ee2",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#e23fe2",
"theme.bar.buttons.workspaces.active": "#e23fe2",
"theme.bar.buttons.workspaces.occupied": "#ff3f3f",
"theme.bar.buttons.workspaces.available": "#5bafff",
@@ -239,6 +300,13 @@
"theme.bar.buttons.dashboard.icon": "#121212",
"theme.bar.buttons.dashboard.hover": "#303030",
"theme.bar.buttons.dashboard.background": "#f7d04b",
"theme.bar.buttons.icon": "#FFD700",
"theme.bar.buttons.text": "#00FFFF",
"theme.bar.buttons.hover": "#333333",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.background": "#111111",
"theme.bar.buttons.style": "split",
"theme.bar.background": "#0A0A0A",
"theme.osd.label": "#5bafff",
"theme.osd.icon": "#0a0a0a",
"theme.osd.bar_overflow_color": "#ff3f3f",
@@ -255,24 +323,5 @@
"theme.notification.label": "#5bafff",
"theme.notification.actions.text": "#0a0a0a",
"theme.notification.actions.background": "#5bafff",
"theme.notification.background": "#0a0a0a",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#e23fe2",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#e23ee2",
"theme.bar.menus.menu.media.card.color": "#1A1A1A",
"theme.bar.menus.check_radio_button.background": "#000000",
"theme.bar.menus.check_radio_button.active": "#ffffff",
"theme.bar.buttons.style": "split",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.volume.icon_background": "#ff3f3f",
"theme.bar.buttons.network.icon_background": "#e23fe2",
"theme.bar.buttons.bluetooth.icon_background": "#5bafff",
"theme.bar.buttons.windowtitle.icon_background": "#5bafff",
"theme.bar.buttons.media.icon_background": "#00ffff",
"theme.bar.buttons.notifications.icon_background": "#f7d04b",
"theme.bar.buttons.battery.icon_background": "#f7d04b",
"theme.bar.buttons.clock.icon_background": "#5bafff",
"theme.bar.menus.menu.notifications.pager.button": "#00ffff",
"theme.bar.menus.menu.notifications.scrollbar.color": "#00ffff",
"theme.bar.menus.menu.notifications.pager.label": "#9399B2",
"theme.bar.menus.menu.notifications.pager.background": "#0A0A0A"
}
"theme.notification.background": "#0a0a0a"
}

View File

@@ -1,269 +1,327 @@
{
"theme.bar.menus.background": "#6272a4",
"theme.bar.background": "#282a36",
"theme.bar.buttons.media.icon": "#bd93f9",
"theme.bar.buttons.media.text": "#bd93f9",
"theme.bar.buttons.icon": "#bd93f9",
"theme.bar.buttons.text": "#bd93f9",
"theme.bar.buttons.hover": "#44475a",
"theme.bar.buttons.background": "#282936",
"theme.bar.menus.text": "#f8f8f2",
"theme.bar.menus.border.color": "#44475a",
"theme.bar.buttons.media.background": "#44475a",
"theme.bar.menus.menu.volume.text": "#f8f8f2",
"theme.bar.menus.menu.volume.card.color": "#44475a",
"theme.bar.menus.menu.volume.label.color": "#ffb86c",
"theme.bar.menus.popover.text": "#bd93f9",
"theme.bar.menus.popover.background": "#282a36",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#ff5555",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#ff5555",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#50fa7b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#282a36",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#f8f8f2",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#bd93f9",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#44475a",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#282a36",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#44475a",
"theme.bar.menus.menu.notifications.switch.puck": "#44475a",
"theme.bar.menus.menu.notifications.switch.disabled": "#44475a",
"theme.bar.menus.menu.notifications.switch.enabled": "#bd93f9",
"theme.bar.menus.menu.notifications.clear": "#bd93f9",
"theme.bar.menus.menu.notifications.switch_divider": "#44475a",
"theme.bar.menus.menu.notifications.border": "#44475a",
"theme.bar.menus.menu.notifications.card": "#44475a",
"theme.bar.menus.menu.notifications.background": "#282a36",
"theme.bar.menus.menu.notifications.no_notifications_label": "#44475a",
"theme.bar.menus.menu.notifications.label": "#bd93f9",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#6272a4",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#ffb86c",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#bd93f9",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#8be9fd",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#ff5555",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f1fa8c",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#ff79c6",
"theme.bar.menus.menu.dashboard.controls.input.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.input.background": "#ff79c6",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#ffb86c",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f1fa8c",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#8be9fd",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#bd93f9",
"theme.bar.menus.menu.dashboard.controls.disabled": "#44475a",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#50fa7b",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#282a36",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#bd93f9",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#8be9fd",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#50fa7b",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#ffb86c",
"theme.bar.menus.menu.dashboard.profile.name": "#ff79c6",
"theme.bar.menus.menu.dashboard.border.color": "#44475a",
"theme.bar.menus.menu.dashboard.background.color": "#282a36",
"theme.bar.menus.menu.dashboard.card.color": "#44475a",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#ff79c6",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#ff79c6",
"theme.bar.menus.menu.clock.weather.hourly.time": "#ff79c6",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#8be9fd",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#8be9fd",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#bd93f9",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#ffb86c",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#ff5555",
"theme.bar.menus.menu.clock.weather.stats": "#ff79c6",
"theme.bar.menus.menu.clock.weather.status": "#8be9fd",
"theme.bar.menus.menu.clock.weather.temperature": "#f8f8f2",
"theme.bar.menus.menu.clock.weather.icon": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.contextdays": "#44475a",
"theme.bar.menus.menu.clock.calendar.days": "#f8f8f2",
"theme.bar.menus.menu.clock.calendar.currentday": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.paginator": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.weekdays": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#8be9fd",
"theme.bar.menus.menu.clock.time.timeperiod": "#8be9fd",
"theme.bar.menus.menu.clock.time.time": "#ff79c6",
"theme.bar.menus.menu.clock.text": "#f8f8f2",
"theme.bar.menus.menu.clock.border.color": "#44475a",
"theme.bar.menus.menu.clock.background.color": "#282a36",
"theme.bar.menus.menu.clock.card.color": "#44475a",
"theme.bar.menus.menu.battery.slider.puck": "#282936",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.battery.slider.background": "#6272a4",
"theme.bar.menus.menu.battery.slider.primary": "#f1fa8c",
"theme.bar.menus.menu.battery.icons.active": "#f1fa8c",
"theme.bar.menus.menu.battery.icons.passive": "#6272a4",
"theme.bar.menus.menu.battery.listitems.active": "#f1fa8c",
"theme.bar.menus.menu.battery.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.battery.text": "#f8f8f2",
"theme.bar.menus.menu.battery.label.color": "#f1fa8c",
"theme.bar.menus.menu.battery.border.color": "#44475a",
"theme.bar.menus.menu.battery.background.color": "#282a36",
"theme.bar.menus.menu.battery.card.color": "#44475a",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#44475a",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#f8f8f2",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#282a36",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.icons.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.icons.passive": "#6272a4",
"theme.bar.menus.menu.bluetooth.listitems.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.switch.puck": "#44475a",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#44475a",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#8be9fd",
"theme.bar.menus.menu.bluetooth.switch_divider": "#44475a",
"theme.bar.menus.menu.bluetooth.status": "#44475a",
"theme.bar.menus.menu.bluetooth.text": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.label.color": "#8be9fd",
"theme.bar.menus.menu.bluetooth.border.color": "#44475a",
"theme.bar.menus.menu.bluetooth.background.color": "#282a36",
"theme.bar.menus.menu.bluetooth.card.color": "#44475a",
"theme.bar.menus.menu.network.iconbuttons.active": "#bd93f9",
"theme.bar.menus.menu.network.iconbuttons.passive": "#f8f8f2",
"theme.bar.menus.menu.network.icons.active": "#bd93f9",
"theme.bar.menus.menu.network.icons.passive": "#6272a4",
"theme.bar.menus.menu.network.listitems.active": "#bd93f9",
"theme.bar.menus.menu.network.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.network.status.color": "#44475a",
"theme.bar.menus.menu.network.text": "#f8f8f2",
"theme.bar.menus.menu.network.label.color": "#bd93f9",
"theme.bar.menus.menu.network.border.color": "#44475a",
"theme.bar.menus.menu.network.background.color": "#282a36",
"theme.bar.menus.menu.network.card.color": "#44475a",
"theme.bar.menus.menu.volume.input_slider.puck": "#282936",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.volume.input_slider.background": "#6272a4",
"theme.bar.menus.menu.volume.input_slider.primary": "#ffb86c",
"theme.bar.menus.menu.volume.audio_slider.puck": "#282936",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.volume.audio_slider.background": "#6272a4",
"theme.bar.menus.menu.volume.audio_slider.primary": "#ffb86c",
"theme.bar.menus.menu.volume.icons.active": "#ffb86c",
"theme.bar.menus.menu.volume.icons.passive": "#6272a4",
"theme.bar.menus.menu.volume.iconbutton.active": "#ffb86c",
"theme.bar.menus.menu.volume.iconbutton.passive": "#f8f8f2",
"theme.bar.menus.menu.volume.listitems.active": "#ffb86c",
"theme.bar.menus.menu.volume.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.volume.border.color": "#44475a",
"theme.bar.menus.menu.volume.background.color": "#282a36",
"theme.bar.menus.menu.media.slider.puck": "#282936",
"theme.bar.menus.menu.media.slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.media.slider.background": "#6272a4",
"theme.bar.menus.menu.media.slider.primary": "#ff79c6",
"theme.bar.menus.menu.media.buttons.text": "#282a36",
"theme.bar.menus.menu.media.buttons.background": "#bd93f9",
"theme.bar.menus.menu.media.buttons.enabled": "#8be9fd",
"theme.bar.menus.menu.media.buttons.inactive": "#44475a",
"theme.bar.menus.menu.media.border.color": "#44475a",
"theme.bar.menus.menu.media.background.color": "#282a36",
"theme.bar.menus.menu.media.album": "#ff79c6",
"theme.bar.menus.menu.media.artist": "#8be9fd",
"theme.bar.menus.menu.media.song": "#bd93f9",
"theme.bar.menus.tooltip.text": "#f8f8f2",
"theme.bar.menus.tooltip.background": "#282a36",
"theme.bar.menus.dropdownmenu.divider": "#44475a",
"theme.bar.menus.dropdownmenu.text": "#f8f8f2",
"theme.bar.menus.dropdownmenu.background": "#282a36",
"theme.bar.menus.slider.puck": "#44475a",
"theme.bar.menus.slider.backgroundhover": "#44475a",
"theme.bar.menus.slider.background": "#44475a",
"theme.bar.menus.slider.primary": "#bd93f9",
"theme.bar.menus.progressbar.background": "#44475a",
"theme.bar.menus.progressbar.foreground": "#bd93f9",
"theme.bar.menus.iconbuttons.active": "#bd93f9",
"theme.bar.menus.iconbuttons.passive": "#f8f8f2",
"theme.bar.menus.buttons.text": "#282a36",
"theme.bar.menus.buttons.disabled": "#44475a",
"theme.bar.menus.buttons.active": "#ff79c6",
"theme.bar.menus.buttons.default": "#bd93f9",
"theme.bar.menus.switch.puck": "#44475a",
"theme.bar.menus.switch.disabled": "#44475a",
"theme.bar.menus.switch.enabled": "#bd93f9",
"theme.bar.menus.icons.active": "#bd93f9",
"theme.bar.menus.icons.passive": "#44475a",
"theme.bar.menus.listitems.active": "#bd93f9",
"theme.bar.menus.listitems.passive": "#f8f8f2",
"theme.bar.menus.label": "#bd93f9",
"theme.bar.menus.feinttext": "#44475a",
"theme.bar.menus.dimtext": "#6272a4",
"theme.bar.menus.cards": "#44475a",
"theme.bar.buttons.notifications.total": "#bd93f9",
"theme.bar.buttons.notifications.icon": "#bd93f9",
"theme.bar.buttons.notifications.hover": "#6272a4",
"theme.bar.buttons.notifications.background": "#44475a",
"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.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.systray.background": "#44475a",
"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.network.icon": "#bd93f9",
"theme.bar.buttons.network.text": "#bd93f9",
"theme.bar.buttons.network.hover": "#6272a4",
"theme.bar.buttons.network.background": "#44475a",
"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.media.hover": "#6272a4",
"theme.bar.buttons.windowtitle.icon": "#f1fa8c",
"theme.bar.buttons.windowtitle.text": "#f1fa8c",
"theme.bar.buttons.windowtitle.hover": "#6272a4",
"theme.bar.buttons.windowtitle.background": "#44475a",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#282a36",
"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.background": "#44475a",
"theme.bar.buttons.dashboard.icon": "#8be8fd",
"theme.bar.buttons.dashboard.hover": "#6272a4",
"theme.bar.buttons.dashboard.background": "#44475a",
"theme.osd.label": "#bd93f9",
"theme.osd.icon": "#282a36",
"theme.osd.bar_overflow_color": "#ff5555",
"theme.osd.bar_empty_color": "#44475a",
"theme.osd.bar_color": "#bd93f9",
"theme.osd.icon_container": "#bd93f9",
"theme.osd.bar_container": "#282a36",
"theme.notification.close_button.label": "#282a36",
"theme.notification.close_button.background": "#bd93f9",
"theme.notification.labelicon": "#bd93f9",
"theme.notification.text": "#f8f8f2",
"theme.notification.time": "#6272a4",
"theme.notification.border": "#44475a",
"theme.notification.label": "#bd93f9",
"theme.notification.actions.text": "#282a36",
"theme.notification.actions.background": "#bd93f9",
"theme.notification.background": "#282a36",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#e23ee2",
"theme.bar.menus.menu.media.card.color": "#44475a",
"theme.bar.menus.check_radio_button.background": "#282936",
"theme.bar.menus.check_radio_button.active": "#bd93f9",
"theme.bar.buttons.style": "default",
"theme.bar.menus.menu.notifications.pager.button": "#bd93f9",
"theme.bar.menus.menu.notifications.scrollbar.color": "#bd93f9",
"theme.bar.menus.menu.notifications.pager.label": "#6272a4",
"theme.bar.menus.menu.notifications.pager.background": "#282936"
}
"theme.bar.menus.menu.notifications.scrollbar.color": "#bd93f9",
"theme.bar.menus.menu.notifications.pager.label": "#6272a4",
"theme.bar.menus.menu.notifications.pager.button": "#bd93f9",
"theme.bar.menus.menu.notifications.pager.background": "#282936",
"theme.bar.menus.menu.notifications.switch.puck": "#44475a",
"theme.bar.menus.menu.notifications.switch.disabled": "#44475a",
"theme.bar.menus.menu.notifications.switch.enabled": "#bd93f9",
"theme.bar.menus.menu.notifications.clear": "#bd93f9",
"theme.bar.menus.menu.notifications.switch_divider": "#44475a",
"theme.bar.menus.menu.notifications.border": "#44475a",
"theme.bar.menus.menu.notifications.card": "#44475a",
"theme.bar.menus.menu.notifications.background": "#282a36",
"theme.bar.menus.menu.notifications.no_notifications_label": "#44475a",
"theme.bar.menus.menu.notifications.label": "#bd93f9",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#282a36",
"theme.bar.menus.menu.power.buttons.sleep.text": "#8be9fd",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#8be9fd",
"theme.bar.menus.menu.power.buttons.sleep.background": "#44475a",
"theme.bar.menus.menu.power.buttons.logout.icon": "#282a36",
"theme.bar.menus.menu.power.buttons.logout.text": "#50fa7b",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#50fa7b",
"theme.bar.menus.menu.power.buttons.logout.background": "#44475a",
"theme.bar.menus.menu.power.buttons.restart.icon": "#282a36",
"theme.bar.menus.menu.power.buttons.restart.text": "#ffb86c",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#ffb86c",
"theme.bar.menus.menu.power.buttons.restart.background": "#44475a",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#282a36",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#bd93f9",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#ff5555",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#44475a",
"theme.bar.menus.menu.power.border.color": "#44475a",
"theme.bar.menus.menu.power.background.color": "#282936",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#6272a4",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#ffb86c",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#bd93f9",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#8be9fd",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#ff5555",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f1fa8c",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#ff79c6",
"theme.bar.menus.menu.dashboard.controls.input.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.input.background": "#ff79c6",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#ffb86c",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f1fa8c",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#8be9fd",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#bd93f9",
"theme.bar.menus.menu.dashboard.controls.disabled": "#44475a",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#50fa7b",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#282a36",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#bd93f9",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#282a36",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#ff5555",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#50fa7b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#f8f8f2",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#bd93f9",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#44475a",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#282a36",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#44475a",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#8be9fd",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#50fa7b",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#ffb86c",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#ff5555",
"theme.bar.menus.menu.dashboard.profile.name": "#ff79c6",
"theme.bar.menus.menu.dashboard.border.color": "#44475a",
"theme.bar.menus.menu.dashboard.background.color": "#282a36",
"theme.bar.menus.menu.dashboard.card.color": "#44475a",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#ff79c6",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#ff79c6",
"theme.bar.menus.menu.clock.weather.hourly.time": "#ff79c6",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#8be9fd",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#8be9fd",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#bd93f9",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#ffb86c",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#ff5555",
"theme.bar.menus.menu.clock.weather.stats": "#ff79c6",
"theme.bar.menus.menu.clock.weather.status": "#8be9fd",
"theme.bar.menus.menu.clock.weather.temperature": "#f8f8f2",
"theme.bar.menus.menu.clock.weather.icon": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.contextdays": "#44475a",
"theme.bar.menus.menu.clock.calendar.days": "#f8f8f2",
"theme.bar.menus.menu.clock.calendar.currentday": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.paginator": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.weekdays": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#8be9fd",
"theme.bar.menus.menu.clock.time.timeperiod": "#8be9fd",
"theme.bar.menus.menu.clock.time.time": "#ff79c6",
"theme.bar.menus.menu.clock.text": "#f8f8f2",
"theme.bar.menus.menu.clock.border.color": "#44475a",
"theme.bar.menus.menu.clock.background.color": "#282a36",
"theme.bar.menus.menu.clock.card.color": "#44475a",
"theme.bar.menus.menu.battery.slider.puck": "#282936",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.battery.slider.background": "#6272a4",
"theme.bar.menus.menu.battery.slider.primary": "#f1fa8c",
"theme.bar.menus.menu.battery.icons.active": "#f1fa8c",
"theme.bar.menus.menu.battery.icons.passive": "#6272a4",
"theme.bar.menus.menu.battery.listitems.active": "#f1fa8c",
"theme.bar.menus.menu.battery.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.battery.text": "#f8f8f2",
"theme.bar.menus.menu.battery.label.color": "#f1fa8c",
"theme.bar.menus.menu.battery.border.color": "#44475a",
"theme.bar.menus.menu.battery.background.color": "#282a36",
"theme.bar.menus.menu.battery.card.color": "#44475a",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#44475a",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#f8f8f2",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#282a36",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.icons.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.icons.passive": "#6272a4",
"theme.bar.menus.menu.bluetooth.listitems.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.switch.puck": "#44475a",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#44475a",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#8be9fd",
"theme.bar.menus.menu.bluetooth.switch_divider": "#44475a",
"theme.bar.menus.menu.bluetooth.status": "#44475a",
"theme.bar.menus.menu.bluetooth.text": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.label.color": "#8be9fd",
"theme.bar.menus.menu.bluetooth.border.color": "#44475a",
"theme.bar.menus.menu.bluetooth.background.color": "#282a36",
"theme.bar.menus.menu.bluetooth.card.color": "#44475a",
"theme.bar.menus.menu.network.iconbuttons.active": "#bd93f9",
"theme.bar.menus.menu.network.iconbuttons.passive": "#f8f8f2",
"theme.bar.menus.menu.network.icons.active": "#bd93f9",
"theme.bar.menus.menu.network.icons.passive": "#6272a4",
"theme.bar.menus.menu.network.listitems.active": "#bd93f9",
"theme.bar.menus.menu.network.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.network.status.color": "#44475a",
"theme.bar.menus.menu.network.text": "#f8f8f2",
"theme.bar.menus.menu.network.label.color": "#bd93f9",
"theme.bar.menus.menu.network.border.color": "#44475a",
"theme.bar.menus.menu.network.background.color": "#282a36",
"theme.bar.menus.menu.network.card.color": "#44475a",
"theme.bar.menus.menu.volume.input_slider.puck": "#282936",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.volume.input_slider.background": "#6272a4",
"theme.bar.menus.menu.volume.input_slider.primary": "#ffb86c",
"theme.bar.menus.menu.volume.audio_slider.puck": "#282936",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.volume.audio_slider.background": "#6272a4",
"theme.bar.menus.menu.volume.audio_slider.primary": "#ffb86c",
"theme.bar.menus.menu.volume.icons.active": "#ffb86c",
"theme.bar.menus.menu.volume.icons.passive": "#6272a4",
"theme.bar.menus.menu.volume.iconbutton.active": "#ffb86c",
"theme.bar.menus.menu.volume.iconbutton.passive": "#f8f8f2",
"theme.bar.menus.menu.volume.listitems.active": "#ffb86c",
"theme.bar.menus.menu.volume.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.volume.text": "#f8f8f2",
"theme.bar.menus.menu.volume.label.color": "#ffb86c",
"theme.bar.menus.menu.volume.border.color": "#44475a",
"theme.bar.menus.menu.volume.background.color": "#282a36",
"theme.bar.menus.menu.volume.card.color": "#44475a",
"theme.bar.menus.menu.media.slider.puck": "#282936",
"theme.bar.menus.menu.media.slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.media.slider.background": "#6272a4",
"theme.bar.menus.menu.media.slider.primary": "#ff79c6",
"theme.bar.menus.menu.media.buttons.text": "#282a36",
"theme.bar.menus.menu.media.buttons.background": "#bd93f9",
"theme.bar.menus.menu.media.buttons.enabled": "#8be9fd",
"theme.bar.menus.menu.media.buttons.inactive": "#44475a",
"theme.bar.menus.menu.media.border.color": "#44475a",
"theme.bar.menus.menu.media.card.color": "#44475a",
"theme.bar.menus.menu.media.background.color": "#282a36",
"theme.bar.menus.menu.media.album": "#ff79c6",
"theme.bar.menus.menu.media.artist": "#8be9fd",
"theme.bar.menus.menu.media.song": "#bd93f9",
"theme.bar.menus.tooltip.text": "#f8f8f2",
"theme.bar.menus.tooltip.background": "#282a36",
"theme.bar.menus.dropdownmenu.divider": "#44475a",
"theme.bar.menus.dropdownmenu.text": "#f8f8f2",
"theme.bar.menus.dropdownmenu.background": "#282a36",
"theme.bar.menus.slider.puck": "#44475a",
"theme.bar.menus.slider.backgroundhover": "#44475a",
"theme.bar.menus.slider.background": "#44475a",
"theme.bar.menus.slider.primary": "#bd93f9",
"theme.bar.menus.progressbar.background": "#44475a",
"theme.bar.menus.progressbar.foreground": "#bd93f9",
"theme.bar.menus.iconbuttons.active": "#bd93f9",
"theme.bar.menus.iconbuttons.passive": "#f8f8f2",
"theme.bar.menus.buttons.text": "#282a36",
"theme.bar.menus.buttons.disabled": "#44475a",
"theme.bar.menus.buttons.active": "#ff79c6",
"theme.bar.menus.buttons.default": "#bd93f9",
"theme.bar.menus.check_radio_button.active": "#bd93f9",
"theme.bar.menus.check_radio_button.background": "#282936",
"theme.bar.menus.switch.puck": "#44475a",
"theme.bar.menus.switch.disabled": "#44475a",
"theme.bar.menus.switch.enabled": "#bd93f9",
"theme.bar.menus.icons.active": "#bd93f9",
"theme.bar.menus.icons.passive": "#44475a",
"theme.bar.menus.listitems.active": "#bd93f9",
"theme.bar.menus.listitems.passive": "#f8f8f2",
"theme.bar.menus.popover.border": "#282a36",
"theme.bar.menus.popover.background": "#282a36",
"theme.bar.menus.popover.text": "#bd93f9",
"theme.bar.menus.label": "#bd93f9",
"theme.bar.menus.feinttext": "#44475a",
"theme.bar.menus.dimtext": "#6272a4",
"theme.bar.menus.text": "#f8f8f2",
"theme.bar.menus.border.color": "#44475a",
"theme.bar.menus.cards": "#44475a",
"theme.bar.menus.background": "#6272a4",
"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.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.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.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.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.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.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.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.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.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.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.systray.background": "#44475a",
"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.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.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.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.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.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.active": "#ff79c6",
"theme.bar.buttons.workspaces.occupied": "#ffb86c",
"theme.bar.buttons.workspaces.available": "#8be9fd",
"theme.bar.buttons.workspaces.hover": "#44475a",
"theme.bar.buttons.workspaces.background": "#44475a",
"theme.bar.buttons.dashboard.icon": "#8be8fd",
"theme.bar.buttons.dashboard.hover": "#6272a4",
"theme.bar.buttons.dashboard.background": "#44475a",
"theme.bar.buttons.icon": "#bd93f9",
"theme.bar.buttons.text": "#bd93f9",
"theme.bar.buttons.hover": "#44475a",
"theme.bar.buttons.icon_background": "#44475a",
"theme.bar.buttons.background": "#282936",
"theme.bar.buttons.style": "default",
"theme.bar.background": "#282a36",
"theme.osd.label": "#bd93f9",
"theme.osd.icon": "#282a36",
"theme.osd.bar_overflow_color": "#ff5555",
"theme.osd.bar_empty_color": "#44475a",
"theme.osd.bar_color": "#bd93f9",
"theme.osd.icon_container": "#bd93f9",
"theme.osd.bar_container": "#282a36",
"theme.notification.close_button.label": "#282a36",
"theme.notification.close_button.background": "#bd93f9",
"theme.notification.labelicon": "#bd93f9",
"theme.notification.text": "#f8f8f2",
"theme.notification.time": "#6272a4",
"theme.notification.border": "#44475a",
"theme.notification.label": "#bd93f9",
"theme.notification.actions.text": "#282a36",
"theme.notification.actions.background": "#bd93f9",
"theme.notification.background": "#282a36"
}

View File

@@ -1,278 +1,327 @@
{
"theme.bar.menus.background": "#6272a4",
"theme.bar.background": "#282a36",
"theme.bar.buttons.media.icon": "#44475a",
"theme.bar.buttons.media.text": "#bd93f9",
"theme.bar.buttons.icon": "#bd93f9",
"theme.bar.buttons.text": "#bd93f9",
"theme.bar.buttons.hover": "#44475a",
"theme.bar.buttons.background": "#282936",
"theme.bar.menus.text": "#f8f8f2",
"theme.bar.menus.border.color": "#44475a",
"theme.bar.buttons.media.background": "#44475a",
"theme.bar.menus.menu.volume.text": "#f8f8f2",
"theme.bar.menus.menu.volume.card.color": "#44475a",
"theme.bar.menus.menu.volume.label.color": "#ffb86c",
"theme.bar.menus.popover.text": "#bd93f9",
"theme.bar.menus.popover.background": "#282a36",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#ff5555",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#ff5555",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#50fa7b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#282a36",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#f8f8f2",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#bd93f9",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#44475a",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#282a36",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#44475a",
"theme.bar.menus.menu.notifications.switch.puck": "#44475a",
"theme.bar.menus.menu.notifications.switch.disabled": "#44475a",
"theme.bar.menus.menu.notifications.switch.enabled": "#bd93f9",
"theme.bar.menus.menu.notifications.clear": "#bd93f9",
"theme.bar.menus.menu.notifications.switch_divider": "#44475a",
"theme.bar.menus.menu.notifications.border": "#44475a",
"theme.bar.menus.menu.notifications.card": "#44475a",
"theme.bar.menus.menu.notifications.background": "#282a36",
"theme.bar.menus.menu.notifications.no_notifications_label": "#44475a",
"theme.bar.menus.menu.notifications.label": "#bd93f9",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#6272a4",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#ffb86c",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#bd93f9",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#8be9fd",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#ff5555",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f1fa8c",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#ff79c6",
"theme.bar.menus.menu.dashboard.controls.input.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.input.background": "#ff79c6",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#ffb86c",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f1fa8c",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#8be9fd",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#bd93f9",
"theme.bar.menus.menu.dashboard.controls.disabled": "#44475a",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#50fa7b",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#282a36",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#bd93f9",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#8be9fd",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#50fa7b",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#ffb86c",
"theme.bar.menus.menu.dashboard.profile.name": "#ff79c6",
"theme.bar.menus.menu.dashboard.border.color": "#44475a",
"theme.bar.menus.menu.dashboard.background.color": "#282a36",
"theme.bar.menus.menu.dashboard.card.color": "#44475a",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#ff79c6",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#ff79c6",
"theme.bar.menus.menu.clock.weather.hourly.time": "#ff79c6",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#8be9fd",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#8be9fd",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#bd93f9",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#ffb86c",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#ff5555",
"theme.bar.menus.menu.clock.weather.stats": "#ff79c6",
"theme.bar.menus.menu.clock.weather.status": "#8be9fd",
"theme.bar.menus.menu.clock.weather.temperature": "#f8f8f2",
"theme.bar.menus.menu.clock.weather.icon": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.contextdays": "#44475a",
"theme.bar.menus.menu.clock.calendar.days": "#f8f8f2",
"theme.bar.menus.menu.clock.calendar.currentday": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.paginator": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.weekdays": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#8be9fd",
"theme.bar.menus.menu.clock.time.timeperiod": "#8be9fd",
"theme.bar.menus.menu.clock.time.time": "#ff79c6",
"theme.bar.menus.menu.clock.text": "#f8f8f2",
"theme.bar.menus.menu.clock.border.color": "#44475a",
"theme.bar.menus.menu.clock.background.color": "#282a36",
"theme.bar.menus.menu.clock.card.color": "#44475a",
"theme.bar.menus.menu.battery.slider.puck": "#282936",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.battery.slider.background": "#6272a4",
"theme.bar.menus.menu.battery.slider.primary": "#f1fa8c",
"theme.bar.menus.menu.battery.icons.active": "#f1fa8c",
"theme.bar.menus.menu.battery.icons.passive": "#6272a4",
"theme.bar.menus.menu.battery.listitems.active": "#f1fa8c",
"theme.bar.menus.menu.battery.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.battery.text": "#f8f8f2",
"theme.bar.menus.menu.battery.label.color": "#f1fa8c",
"theme.bar.menus.menu.battery.border.color": "#44475a",
"theme.bar.menus.menu.battery.background.color": "#282a36",
"theme.bar.menus.menu.battery.card.color": "#44475a",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#44475a",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#f8f8f2",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#282a36",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.icons.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.icons.passive": "#6272a4",
"theme.bar.menus.menu.bluetooth.listitems.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.switch.puck": "#44475a",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#44475a",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#8be9fd",
"theme.bar.menus.menu.bluetooth.switch_divider": "#44475a",
"theme.bar.menus.menu.bluetooth.status": "#44475a",
"theme.bar.menus.menu.bluetooth.text": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.label.color": "#8be9fd",
"theme.bar.menus.menu.bluetooth.border.color": "#44475a",
"theme.bar.menus.menu.bluetooth.background.color": "#282a36",
"theme.bar.menus.menu.bluetooth.card.color": "#44475a",
"theme.bar.menus.menu.network.iconbuttons.active": "#bd93f9",
"theme.bar.menus.menu.network.iconbuttons.passive": "#f8f8f2",
"theme.bar.menus.menu.network.icons.active": "#bd93f9",
"theme.bar.menus.menu.network.icons.passive": "#6272a4",
"theme.bar.menus.menu.network.listitems.active": "#bd93f9",
"theme.bar.menus.menu.network.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.network.status.color": "#44475a",
"theme.bar.menus.menu.network.text": "#f8f8f2",
"theme.bar.menus.menu.network.label.color": "#bd93f9",
"theme.bar.menus.menu.network.border.color": "#44475a",
"theme.bar.menus.menu.network.background.color": "#282a36",
"theme.bar.menus.menu.network.card.color": "#44475a",
"theme.bar.menus.menu.volume.input_slider.puck": "#282936",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.volume.input_slider.background": "#6272a4",
"theme.bar.menus.menu.volume.input_slider.primary": "#ffb86c",
"theme.bar.menus.menu.volume.audio_slider.puck": "#282936",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.volume.audio_slider.background": "#6272a4",
"theme.bar.menus.menu.volume.audio_slider.primary": "#ffb86c",
"theme.bar.menus.menu.volume.icons.active": "#ffb86c",
"theme.bar.menus.menu.volume.icons.passive": "#6272a4",
"theme.bar.menus.menu.volume.iconbutton.active": "#ffb86c",
"theme.bar.menus.menu.volume.iconbutton.passive": "#f8f8f2",
"theme.bar.menus.menu.volume.listitems.active": "#ffb86c",
"theme.bar.menus.menu.volume.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.volume.border.color": "#44475a",
"theme.bar.menus.menu.volume.background.color": "#282a36",
"theme.bar.menus.menu.media.slider.puck": "#282936",
"theme.bar.menus.menu.media.slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.media.slider.background": "#6272a4",
"theme.bar.menus.menu.media.slider.primary": "#ff79c6",
"theme.bar.menus.menu.media.buttons.text": "#282a36",
"theme.bar.menus.menu.media.buttons.background": "#bd93f9",
"theme.bar.menus.menu.media.buttons.enabled": "#8be9fd",
"theme.bar.menus.menu.media.buttons.inactive": "#44475a",
"theme.bar.menus.menu.media.border.color": "#44475a",
"theme.bar.menus.menu.media.background.color": "#282a36",
"theme.bar.menus.menu.media.album": "#ff79c6",
"theme.bar.menus.menu.media.artist": "#8be9fd",
"theme.bar.menus.menu.media.song": "#bd93f9",
"theme.bar.menus.tooltip.text": "#f8f8f2",
"theme.bar.menus.tooltip.background": "#282a36",
"theme.bar.menus.dropdownmenu.divider": "#44475a",
"theme.bar.menus.dropdownmenu.text": "#f8f8f2",
"theme.bar.menus.dropdownmenu.background": "#282a36",
"theme.bar.menus.slider.puck": "#44475a",
"theme.bar.menus.slider.backgroundhover": "#44475a",
"theme.bar.menus.slider.background": "#44475a",
"theme.bar.menus.slider.primary": "#bd93f9",
"theme.bar.menus.progressbar.background": "#44475a",
"theme.bar.menus.progressbar.foreground": "#bd93f9",
"theme.bar.menus.iconbuttons.active": "#bd93f9",
"theme.bar.menus.iconbuttons.passive": "#f8f8f2",
"theme.bar.menus.buttons.text": "#282a36",
"theme.bar.menus.buttons.disabled": "#44475a",
"theme.bar.menus.buttons.active": "#ff79c6",
"theme.bar.menus.buttons.default": "#bd93f9",
"theme.bar.menus.switch.puck": "#44475a",
"theme.bar.menus.switch.disabled": "#44475a",
"theme.bar.menus.switch.enabled": "#bd93f9",
"theme.bar.menus.icons.active": "#bd93f9",
"theme.bar.menus.icons.passive": "#44475a",
"theme.bar.menus.listitems.active": "#bd93f9",
"theme.bar.menus.listitems.passive": "#f8f8f2",
"theme.bar.menus.label": "#bd93f9",
"theme.bar.menus.feinttext": "#44475a",
"theme.bar.menus.dimtext": "#6272a4",
"theme.bar.menus.cards": "#44475a",
"theme.bar.buttons.notifications.total": "#bd93f9",
"theme.bar.buttons.notifications.icon": "#44475a",
"theme.bar.buttons.notifications.hover": "#6272a4",
"theme.bar.buttons.notifications.background": "#44475a",
"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.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.systray.background": "#44475a",
"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.network.icon": "#44475a",
"theme.bar.buttons.network.text": "#bd93f9",
"theme.bar.buttons.network.hover": "#6272a4",
"theme.bar.buttons.network.background": "#44475a",
"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.media.hover": "#6272a4",
"theme.bar.buttons.windowtitle.icon": "#44475a",
"theme.bar.buttons.windowtitle.text": "#f1fa8c",
"theme.bar.buttons.windowtitle.hover": "#6272a4",
"theme.bar.buttons.windowtitle.background": "#44475a",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#282a36",
"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.background": "#44475a",
"theme.bar.buttons.dashboard.icon": "#44475a",
"theme.bar.buttons.dashboard.hover": "#6272a4",
"theme.bar.buttons.dashboard.background": "#8be8fd",
"theme.osd.label": "#bd93f9",
"theme.osd.icon": "#282a36",
"theme.osd.bar_overflow_color": "#ff5555",
"theme.osd.bar_empty_color": "#44475a",
"theme.osd.bar_color": "#bd93f9",
"theme.osd.icon_container": "#bd93f9",
"theme.osd.bar_container": "#282a36",
"theme.notification.close_button.label": "#282a36",
"theme.notification.close_button.background": "#bd93f9",
"theme.notification.labelicon": "#bd93f9",
"theme.notification.text": "#f8f8f2",
"theme.notification.time": "#6272a4",
"theme.notification.border": "#44475a",
"theme.notification.label": "#bd93f9",
"theme.notification.actions.text": "#282a36",
"theme.notification.actions.background": "#bd93f9",
"theme.notification.background": "#44475a",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#ff79c6",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#ff79c6",
"theme.bar.menus.menu.media.card.color": "#44475a",
"theme.bar.menus.check_radio_button.background": "#282936",
"theme.bar.menus.check_radio_button.active": "#bd93f9",
"theme.bar.buttons.style": "split",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.volume.icon_background": "#ffb86c",
"theme.bar.buttons.network.icon_background": "#bd93f9",
"theme.bar.buttons.bluetooth.icon_background": "#8be9fd",
"theme.bar.buttons.windowtitle.icon_background": "#f1fa8c",
"theme.bar.buttons.media.icon_background": "#bd93f9",
"theme.bar.buttons.notifications.icon_background": "#bd93f9",
"theme.bar.buttons.battery.icon_background": "#f1fa8c",
"theme.bar.buttons.clock.icon_background": "#ff79c6",
"theme.bar.menus.menu.notifications.pager.button": "#bd93f9",
"theme.bar.menus.menu.notifications.scrollbar.color": "#bd93f9",
"theme.bar.menus.menu.notifications.pager.label": "#6272a4",
"theme.bar.menus.menu.notifications.pager.background": "#282936"
}
"theme.bar.menus.menu.notifications.scrollbar.color": "#bd93f9",
"theme.bar.menus.menu.notifications.pager.label": "#6272a4",
"theme.bar.menus.menu.notifications.pager.button": "#bd93f9",
"theme.bar.menus.menu.notifications.pager.background": "#282936",
"theme.bar.menus.menu.notifications.switch.puck": "#44475a",
"theme.bar.menus.menu.notifications.switch.disabled": "#44475a",
"theme.bar.menus.menu.notifications.switch.enabled": "#bd93f9",
"theme.bar.menus.menu.notifications.clear": "#bd93f9",
"theme.bar.menus.menu.notifications.switch_divider": "#44475a",
"theme.bar.menus.menu.notifications.border": "#44475a",
"theme.bar.menus.menu.notifications.card": "#44475a",
"theme.bar.menus.menu.notifications.background": "#282a36",
"theme.bar.menus.menu.notifications.no_notifications_label": "#44475a",
"theme.bar.menus.menu.notifications.label": "#bd93f9",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#282a36",
"theme.bar.menus.menu.power.buttons.sleep.text": "#8be9fd",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#8be9fd",
"theme.bar.menus.menu.power.buttons.sleep.background": "#44475a",
"theme.bar.menus.menu.power.buttons.logout.icon": "#282a36",
"theme.bar.menus.menu.power.buttons.logout.text": "#50fa7b",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#50fa7b",
"theme.bar.menus.menu.power.buttons.logout.background": "#44475a",
"theme.bar.menus.menu.power.buttons.restart.icon": "#282a36",
"theme.bar.menus.menu.power.buttons.restart.text": "#ffb86c",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#ffb86c",
"theme.bar.menus.menu.power.buttons.restart.background": "#44475a",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#282a36",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#ff5454",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#ff5555",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#44475a",
"theme.bar.menus.menu.power.border.color": "#44475a",
"theme.bar.menus.menu.power.background.color": "#282936",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#ff79c6",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#50fa7b",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#f1fa8c",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#ffb86c",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#6272a4",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#ffb86c",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#bd93f9",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#8be9fd",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#ff5555",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#f1fa8c",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#ff79c6",
"theme.bar.menus.menu.dashboard.controls.input.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.input.background": "#ff79c6",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#ffb86c",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#f1fa8c",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#8be9fd",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#282a36",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#bd93f9",
"theme.bar.menus.menu.dashboard.controls.disabled": "#44475a",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#50fa7b",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#282a36",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#bd93f9",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#282a36",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#ff5555",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#50fa7b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#f8f8f2",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#bd93f9",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#44475a",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#282a36",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#44475a",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#8be9fd",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#50fa7b",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#ffb86c",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#ff5555",
"theme.bar.menus.menu.dashboard.profile.name": "#ff79c6",
"theme.bar.menus.menu.dashboard.border.color": "#44475a",
"theme.bar.menus.menu.dashboard.background.color": "#282a36",
"theme.bar.menus.menu.dashboard.card.color": "#44475a",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#ff79c6",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#ff79c6",
"theme.bar.menus.menu.clock.weather.hourly.time": "#ff79c6",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#8be9fd",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#8be9fd",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#bd93f9",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#ffb86c",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#ff5555",
"theme.bar.menus.menu.clock.weather.stats": "#ff79c6",
"theme.bar.menus.menu.clock.weather.status": "#8be9fd",
"theme.bar.menus.menu.clock.weather.temperature": "#f8f8f2",
"theme.bar.menus.menu.clock.weather.icon": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.contextdays": "#44475a",
"theme.bar.menus.menu.clock.calendar.days": "#f8f8f2",
"theme.bar.menus.menu.clock.calendar.currentday": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.paginator": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.weekdays": "#ff79c6",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#8be9fd",
"theme.bar.menus.menu.clock.time.timeperiod": "#8be9fd",
"theme.bar.menus.menu.clock.time.time": "#ff79c6",
"theme.bar.menus.menu.clock.text": "#f8f8f2",
"theme.bar.menus.menu.clock.border.color": "#44475a",
"theme.bar.menus.menu.clock.background.color": "#282a36",
"theme.bar.menus.menu.clock.card.color": "#44475a",
"theme.bar.menus.menu.battery.slider.puck": "#282936",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.battery.slider.background": "#6272a4",
"theme.bar.menus.menu.battery.slider.primary": "#f1fa8c",
"theme.bar.menus.menu.battery.icons.active": "#f1fa8c",
"theme.bar.menus.menu.battery.icons.passive": "#6272a4",
"theme.bar.menus.menu.battery.listitems.active": "#f1fa8c",
"theme.bar.menus.menu.battery.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.battery.text": "#f8f8f2",
"theme.bar.menus.menu.battery.label.color": "#f1fa8c",
"theme.bar.menus.menu.battery.border.color": "#44475a",
"theme.bar.menus.menu.battery.background.color": "#282a36",
"theme.bar.menus.menu.battery.card.color": "#44475a",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#44475a",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#f8f8f2",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#282a36",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.icons.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.icons.passive": "#6272a4",
"theme.bar.menus.menu.bluetooth.listitems.active": "#8be9fd",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.switch.puck": "#44475a",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#44475a",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#8be9fd",
"theme.bar.menus.menu.bluetooth.switch_divider": "#44475a",
"theme.bar.menus.menu.bluetooth.status": "#44475a",
"theme.bar.menus.menu.bluetooth.text": "#f8f8f2",
"theme.bar.menus.menu.bluetooth.label.color": "#8be9fd",
"theme.bar.menus.menu.bluetooth.border.color": "#44475a",
"theme.bar.menus.menu.bluetooth.background.color": "#282a36",
"theme.bar.menus.menu.bluetooth.card.color": "#44475a",
"theme.bar.menus.menu.network.iconbuttons.active": "#bd93f9",
"theme.bar.menus.menu.network.iconbuttons.passive": "#f8f8f2",
"theme.bar.menus.menu.network.icons.active": "#bd93f9",
"theme.bar.menus.menu.network.icons.passive": "#6272a4",
"theme.bar.menus.menu.network.listitems.active": "#bd93f9",
"theme.bar.menus.menu.network.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.network.status.color": "#44475a",
"theme.bar.menus.menu.network.text": "#f8f8f2",
"theme.bar.menus.menu.network.label.color": "#bd93f9",
"theme.bar.menus.menu.network.border.color": "#44475a",
"theme.bar.menus.menu.network.background.color": "#282a36",
"theme.bar.menus.menu.network.card.color": "#44475a",
"theme.bar.menus.menu.volume.input_slider.puck": "#282936",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.volume.input_slider.background": "#6272a4",
"theme.bar.menus.menu.volume.input_slider.primary": "#ffb86c",
"theme.bar.menus.menu.volume.audio_slider.puck": "#282936",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.volume.audio_slider.background": "#6272a4",
"theme.bar.menus.menu.volume.audio_slider.primary": "#ffb86c",
"theme.bar.menus.menu.volume.icons.active": "#ffb86c",
"theme.bar.menus.menu.volume.icons.passive": "#6272a4",
"theme.bar.menus.menu.volume.iconbutton.active": "#ffb86c",
"theme.bar.menus.menu.volume.iconbutton.passive": "#f8f8f2",
"theme.bar.menus.menu.volume.listitems.active": "#ffb86c",
"theme.bar.menus.menu.volume.listitems.passive": "#f8f8f2",
"theme.bar.menus.menu.volume.text": "#f8f8f2",
"theme.bar.menus.menu.volume.label.color": "#ffb86c",
"theme.bar.menus.menu.volume.border.color": "#44475a",
"theme.bar.menus.menu.volume.background.color": "#282a36",
"theme.bar.menus.menu.volume.card.color": "#44475a",
"theme.bar.menus.menu.media.slider.puck": "#282936",
"theme.bar.menus.menu.media.slider.backgroundhover": "#6272a4",
"theme.bar.menus.menu.media.slider.background": "#6272a4",
"theme.bar.menus.menu.media.slider.primary": "#ff79c6",
"theme.bar.menus.menu.media.buttons.text": "#282a36",
"theme.bar.menus.menu.media.buttons.background": "#bd93f9",
"theme.bar.menus.menu.media.buttons.enabled": "#8be9fd",
"theme.bar.menus.menu.media.buttons.inactive": "#44475a",
"theme.bar.menus.menu.media.border.color": "#44475a",
"theme.bar.menus.menu.media.card.color": "#44475a",
"theme.bar.menus.menu.media.background.color": "#282a36",
"theme.bar.menus.menu.media.album": "#ff79c6",
"theme.bar.menus.menu.media.artist": "#8be9fd",
"theme.bar.menus.menu.media.song": "#bd93f9",
"theme.bar.menus.tooltip.text": "#f8f8f2",
"theme.bar.menus.tooltip.background": "#282a36",
"theme.bar.menus.dropdownmenu.divider": "#44475a",
"theme.bar.menus.dropdownmenu.text": "#f8f8f2",
"theme.bar.menus.dropdownmenu.background": "#282a36",
"theme.bar.menus.slider.puck": "#44475a",
"theme.bar.menus.slider.backgroundhover": "#44475a",
"theme.bar.menus.slider.background": "#44475a",
"theme.bar.menus.slider.primary": "#bd93f9",
"theme.bar.menus.progressbar.background": "#44475a",
"theme.bar.menus.progressbar.foreground": "#bd93f9",
"theme.bar.menus.iconbuttons.active": "#bd93f9",
"theme.bar.menus.iconbuttons.passive": "#f8f8f2",
"theme.bar.menus.buttons.text": "#282a36",
"theme.bar.menus.buttons.disabled": "#44475a",
"theme.bar.menus.buttons.active": "#ff79c6",
"theme.bar.menus.buttons.default": "#bd93f9",
"theme.bar.menus.check_radio_button.active": "#bd93f9",
"theme.bar.menus.check_radio_button.background": "#282936",
"theme.bar.menus.switch.puck": "#44475a",
"theme.bar.menus.switch.disabled": "#44475a",
"theme.bar.menus.switch.enabled": "#bd93f9",
"theme.bar.menus.icons.active": "#bd93f9",
"theme.bar.menus.icons.passive": "#44475a",
"theme.bar.menus.listitems.active": "#bd93f9",
"theme.bar.menus.listitems.passive": "#f8f8f2",
"theme.bar.menus.popover.border": "#282a36",
"theme.bar.menus.popover.background": "#282a36",
"theme.bar.menus.popover.text": "#bd93f9",
"theme.bar.menus.label": "#bd93f9",
"theme.bar.menus.feinttext": "#44475a",
"theme.bar.menus.dimtext": "#6272a4",
"theme.bar.menus.text": "#f8f8f2",
"theme.bar.menus.border.color": "#44475a",
"theme.bar.menus.cards": "#44475a",
"theme.bar.menus.background": "#6272a4",
"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.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.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.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.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.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.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.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.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.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.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.systray.background": "#44475a",
"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.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.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.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.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.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.active": "#ff79c6",
"theme.bar.buttons.workspaces.occupied": "#ffb86c",
"theme.bar.buttons.workspaces.available": "#8be9fd",
"theme.bar.buttons.workspaces.hover": "#ff79c6",
"theme.bar.buttons.workspaces.background": "#44475a",
"theme.bar.buttons.dashboard.icon": "#44475a",
"theme.bar.buttons.dashboard.hover": "#6272a4",
"theme.bar.buttons.dashboard.background": "#8be8fd",
"theme.bar.buttons.icon": "#bd93f9",
"theme.bar.buttons.text": "#bd93f9",
"theme.bar.buttons.hover": "#44475a",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.background": "#282936",
"theme.bar.buttons.style": "split",
"theme.bar.background": "#282a36",
"theme.osd.label": "#bd93f9",
"theme.osd.icon": "#282a36",
"theme.osd.bar_overflow_color": "#ff5555",
"theme.osd.bar_empty_color": "#44475a",
"theme.osd.bar_color": "#bd93f9",
"theme.osd.icon_container": "#bd93f9",
"theme.osd.bar_container": "#282a36",
"theme.notification.close_button.label": "#282a36",
"theme.notification.close_button.background": "#bd93f9",
"theme.notification.labelicon": "#bd93f9",
"theme.notification.text": "#f8f8f2",
"theme.notification.time": "#6272a4",
"theme.notification.border": "#44475a",
"theme.notification.label": "#bd93f9",
"theme.notification.actions.text": "#282a36",
"theme.notification.actions.background": "#bd93f9",
"theme.notification.background": "#44475a"
}

View File

@@ -265,5 +265,64 @@
"theme.bar.menus.menu.notifications.pager.button": "#a7c080",
"theme.bar.menus.menu.notifications.scrollbar.color": "#a7c080",
"theme.bar.menus.menu.notifications.pager.label": "#7a8478",
"theme.bar.menus.menu.notifications.pager.background": "#2b3339"
"theme.bar.menus.menu.notifications.pager.background": "#2b3339",
"theme.bar.buttons.clock.icon_background": "#d699b6",
"theme.bar.buttons.modules.ram.icon": "#dbbc7f",
"theme.bar.buttons.modules.storage.icon_background": "#e67e80",
"theme.bar.menus.popover.border": "#3a4248",
"theme.bar.buttons.volume.icon_background": "#e67e80",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#83c092",
"theme.bar.menus.menu.power.buttons.restart.text": "#dbbc7f",
"theme.bar.buttons.modules.updates.background": "#323d43",
"theme.bar.buttons.modules.storage.icon": "#e67e80",
"theme.bar.buttons.modules.netstat.background": "#323d43",
"theme.bar.buttons.modules.weather.icon": "#a7c080",
"theme.bar.buttons.modules.netstat.text": "#a7c080",
"theme.bar.buttons.modules.storage.background": "#323d43",
"theme.bar.buttons.modules.power.icon": "#e67e80",
"theme.bar.buttons.modules.storage.text": "#e67e80",
"theme.bar.buttons.modules.cpu.background": "#323d43",
"theme.bar.menus.menu.power.border.color": "#454b53",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.modules.power.icon_background": "#e67e80",
"theme.bar.menus.menu.power.buttons.logout.icon": "#3a4248",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#dbbc7f",
"theme.bar.menus.menu.power.buttons.restart.icon": "#3a4248",
"theme.bar.buttons.modules.cpu.icon": "#e67e80",
"theme.bar.buttons.battery.icon_background": "#dbbc7f",
"theme.bar.buttons.modules.kbLayout.icon_background": "#83c092",
"theme.bar.buttons.modules.weather.text": "#a7c080",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#3a4248",
"theme.bar.menus.menu.power.buttons.sleep.text": "#83c092",
"theme.bar.buttons.modules.weather.icon_background": "#a7c080",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#2f383e",
"theme.bar.buttons.media.icon_background": "#a7c080",
"theme.bar.menus.menu.power.buttons.logout.background": "#2f383e",
"theme.bar.buttons.modules.kbLayout.icon": "#83c092",
"theme.bar.buttons.modules.ram.icon_background": "#dbbc7f",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#e67e80",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#e67e80",
"theme.bar.menus.menu.power.buttons.sleep.background": "#2f383e",
"theme.bar.buttons.modules.ram.text": "#dbbc7f",
"theme.bar.menus.menu.power.buttons.logout.text": "#a7c080",
"theme.bar.buttons.modules.updates.icon_background": "#83c092",
"theme.bar.buttons.modules.kbLayout.background": "#323d43",
"theme.bar.buttons.modules.power.background": "#323d43",
"theme.bar.buttons.modules.weather.background": "#323d43",
"theme.bar.buttons.icon_background": "#323d43",
"theme.bar.menus.menu.power.background.color": "#2b3339",
"theme.bar.buttons.modules.ram.background": "#323d43",
"theme.bar.buttons.modules.netstat.icon": "#a7c080",
"theme.bar.buttons.windowtitle.icon_background": "#d699b6",
"theme.bar.buttons.modules.cpu.icon_background": "#e67e80",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#a7c080",
"theme.bar.buttons.modules.updates.text": "#83c092",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#3a4248",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.menus.menu.power.buttons.restart.background": "#2f383e",
"theme.bar.buttons.modules.updates.icon": "#83c092",
"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"
}

View File

@@ -274,5 +274,55 @@
"theme.bar.menus.menu.notifications.pager.button": "#a7c080",
"theme.bar.menus.menu.notifications.scrollbar.color": "#a7c080",
"theme.bar.menus.menu.notifications.pager.label": "#7a8478",
"theme.bar.menus.menu.notifications.pager.background": "#2b3339"
"theme.bar.menus.menu.notifications.pager.background": "#2b3339",
"theme.bar.buttons.modules.ram.icon": "#21252b",
"theme.bar.buttons.modules.storage.icon_background": "#e67e80",
"theme.bar.menus.popover.border": "#3a4248",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#83c092",
"theme.bar.menus.menu.power.buttons.restart.text": "#dbbc7f",
"theme.bar.buttons.modules.updates.background": "#323d43",
"theme.bar.buttons.modules.storage.icon": "#21252b",
"theme.bar.buttons.modules.netstat.background": "#323d43",
"theme.bar.buttons.modules.weather.icon": "#323d43",
"theme.bar.buttons.modules.netstat.text": "#a7c080",
"theme.bar.buttons.modules.storage.background": "#323d43",
"theme.bar.buttons.modules.power.icon": "#21252b",
"theme.bar.buttons.modules.storage.text": "#e67e80",
"theme.bar.buttons.modules.cpu.background": "#323d43",
"theme.bar.menus.menu.power.border.color": "#454b53",
"theme.bar.buttons.modules.power.icon_background": "#e67e80",
"theme.bar.menus.menu.power.buttons.logout.icon": "#3a4248",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#dbbc7f",
"theme.bar.menus.menu.power.buttons.restart.icon": "#3a4248",
"theme.bar.buttons.modules.cpu.icon": "#21252b",
"theme.bar.buttons.modules.kbLayout.icon_background": "#83c092",
"theme.bar.buttons.modules.weather.text": "#a7c080",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#3a4248",
"theme.bar.menus.menu.power.buttons.sleep.text": "#83c092",
"theme.bar.buttons.modules.weather.icon_background": "#a7c080",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#2f383e",
"theme.bar.menus.menu.power.buttons.logout.background": "#2f383e",
"theme.bar.buttons.modules.kbLayout.icon": "#21252b",
"theme.bar.buttons.modules.ram.icon_background": "#dbbc7f",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#e67e80",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#e67e80",
"theme.bar.menus.menu.power.buttons.sleep.background": "#2f383e",
"theme.bar.buttons.modules.ram.text": "#dbbc7f",
"theme.bar.menus.menu.power.buttons.logout.text": "#a7c080",
"theme.bar.buttons.modules.updates.icon_background": "#83c092",
"theme.bar.buttons.modules.kbLayout.background": "#323d43",
"theme.bar.buttons.modules.power.background": "#323d43",
"theme.bar.buttons.modules.weather.background": "#323d43",
"theme.bar.menus.menu.power.background.color": "#2b3339",
"theme.bar.buttons.modules.ram.background": "#323d43",
"theme.bar.buttons.modules.netstat.icon": "#21252b",
"theme.bar.buttons.modules.cpu.icon_background": "#e67e80",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#a7c080",
"theme.bar.buttons.modules.updates.text": "#83c092",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#3a4248",
"theme.bar.menus.menu.power.buttons.restart.background": "#2f383e",
"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"
}

View File

@@ -1,29 +1,8 @@
{
"theme.bar.menus.background": "#1d2021",
"theme.bar.background": "#1d2021",
"theme.bar.buttons.media.icon": "#83a598",
"theme.bar.buttons.media.text": "#83a598",
"theme.bar.buttons.icon": "#83a598",
"theme.bar.buttons.text": "#83a598",
"theme.bar.buttons.hover": "#504945",
"theme.bar.buttons.background": "#282828",
"theme.bar.menus.text": "#ebdbb2",
"theme.bar.menus.border.color": "#3c3836",
"theme.bar.buttons.media.background": "#282828",
"theme.bar.menus.menu.volume.text": "#ebdbb2",
"theme.bar.menus.menu.volume.card.color": "#282828",
"theme.bar.menus.menu.volume.label.color": "#fe8018",
"theme.bar.menus.popover.text": "#83a598",
"theme.bar.menus.popover.background": "#32302f",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#cc241d",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#d3869b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#8ec07b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#1d2021",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#ebdbb2",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#83a598",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#3c3836",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#1d2021",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1d2021",
"theme.bar.menus.menu.notifications.scrollbar.color": "#83a598",
"theme.bar.menus.menu.notifications.pager.label": "#a89984",
"theme.bar.menus.menu.notifications.pager.button": "#83a598",
"theme.bar.menus.menu.notifications.pager.background": "#1d2021",
"theme.bar.menus.menu.notifications.switch.puck": "#504945",
"theme.bar.menus.menu.notifications.switch.disabled": "#3c3836",
"theme.bar.menus.menu.notifications.switch.enabled": "#83a598",
@@ -34,6 +13,24 @@
"theme.bar.menus.menu.notifications.background": "#1d2021",
"theme.bar.menus.menu.notifications.no_notifications_label": "#3c3836",
"theme.bar.menus.menu.notifications.label": "#83a598",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#32302f",
"theme.bar.menus.menu.power.buttons.sleep.text": "#83a598",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#83a598",
"theme.bar.menus.menu.power.buttons.sleep.background": "#282828",
"theme.bar.menus.menu.power.buttons.logout.icon": "#32302f",
"theme.bar.menus.menu.power.buttons.logout.text": "#b8bb26",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#b8bb26",
"theme.bar.menus.menu.power.buttons.logout.background": "#282828",
"theme.bar.menus.menu.power.buttons.restart.icon": "#32302f",
"theme.bar.menus.menu.power.buttons.restart.text": "#fe8019",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#fe8019",
"theme.bar.menus.menu.power.buttons.restart.background": "#282828",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#32302f",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#cc241d",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#cc241d",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#282828",
"theme.bar.menus.menu.power.border.color": "#3c3836",
"theme.bar.menus.menu.power.background.color": "#1d2021",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#d3869b",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#d3869b",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#d3869b",
@@ -67,9 +64,18 @@
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#b8bb26",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#32302f",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#83a598",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#1d2021",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#d3869b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#8ec07b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#ebdbb2",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#83a598",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#3c3836",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#1d2021",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1d2021",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#83a598",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#b8bb26",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#fe8019",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#cc241d",
"theme.bar.menus.menu.dashboard.profile.name": "#d3869b",
"theme.bar.menus.menu.dashboard.border.color": "#3c3836",
"theme.bar.menus.menu.dashboard.background.color": "#1d2021",
@@ -156,8 +162,11 @@
"theme.bar.menus.menu.volume.iconbutton.passive": "#ebdbb2",
"theme.bar.menus.menu.volume.listitems.active": "#fe8018",
"theme.bar.menus.menu.volume.listitems.passive": "#ebdbb2",
"theme.bar.menus.menu.volume.text": "#ebdbb2",
"theme.bar.menus.menu.volume.label.color": "#fe8018",
"theme.bar.menus.menu.volume.border.color": "#3c3836",
"theme.bar.menus.menu.volume.background.color": "#1d2021",
"theme.bar.menus.menu.volume.card.color": "#282828",
"theme.bar.menus.menu.media.slider.puck": "#7c6f64",
"theme.bar.menus.menu.media.slider.backgroundhover": "#504945",
"theme.bar.menus.menu.media.slider.background": "#665c54",
@@ -167,6 +176,7 @@
"theme.bar.menus.menu.media.buttons.enabled": "#8ec07c",
"theme.bar.menus.menu.media.buttons.inactive": "#665c54",
"theme.bar.menus.menu.media.border.color": "#3c3836",
"theme.bar.menus.menu.media.card.color": "#282828",
"theme.bar.menus.menu.media.background.color": "#1d2021",
"theme.bar.menus.menu.media.album": "#d3869b",
"theme.bar.menus.menu.media.artist": "#8ec07c",
@@ -188,6 +198,8 @@
"theme.bar.menus.buttons.disabled": "#665c54",
"theme.bar.menus.buttons.active": "#d3869b",
"theme.bar.menus.buttons.default": "#83a598",
"theme.bar.menus.check_radio_button.active": "#83a598",
"theme.bar.menus.check_radio_button.background": "#3c3836",
"theme.bar.menus.switch.puck": "#504945",
"theme.bar.menus.switch.disabled": "#3c3836",
"theme.bar.menus.switch.enabled": "#83a598",
@@ -195,42 +207,91 @@
"theme.bar.menus.icons.passive": "#665c54",
"theme.bar.menus.listitems.active": "#83a598",
"theme.bar.menus.listitems.passive": "#ebdbb2",
"theme.bar.menus.popover.border": "#32302f",
"theme.bar.menus.popover.background": "#32302f",
"theme.bar.menus.popover.text": "#83a598",
"theme.bar.menus.label": "#83a598",
"theme.bar.menus.feinttext": "#3c3836",
"theme.bar.menus.dimtext": "#665c54",
"theme.bar.menus.text": "#ebdbb2",
"theme.bar.menus.border.color": "#3c3836",
"theme.bar.menus.cards": "#1d2021",
"theme.bar.menus.background": "#1d2021",
"theme.bar.buttons.modules.power.icon_background": "#282828",
"theme.bar.buttons.modules.power.icon": "#cc241d",
"theme.bar.buttons.modules.power.background": "#282828",
"theme.bar.buttons.modules.weather.icon_background": "#282828",
"theme.bar.buttons.modules.weather.icon": "#fe8017",
"theme.bar.buttons.modules.weather.text": "#fe8017",
"theme.bar.buttons.modules.weather.background": "#282828",
"theme.bar.buttons.modules.updates.icon_background": "#282828",
"theme.bar.buttons.modules.updates.icon": "#b16286",
"theme.bar.buttons.modules.updates.text": "#b16286",
"theme.bar.buttons.modules.updates.background": "#282828",
"theme.bar.buttons.modules.kbLayout.icon_background": "#282828",
"theme.bar.buttons.modules.kbLayout.icon": "#83a598",
"theme.bar.buttons.modules.kbLayout.text": "#83a598",
"theme.bar.buttons.modules.kbLayout.background": "#282828",
"theme.bar.buttons.modules.netstat.icon_background": "#282828",
"theme.bar.buttons.modules.netstat.icon": "#b8bb26",
"theme.bar.buttons.modules.netstat.text": "#b8bb26",
"theme.bar.buttons.modules.netstat.background": "#282828",
"theme.bar.buttons.modules.storage.icon_background": "#282828",
"theme.bar.buttons.modules.storage.icon": "#83a598",
"theme.bar.buttons.modules.storage.text": "#83a598",
"theme.bar.buttons.modules.storage.background": "#282828",
"theme.bar.buttons.modules.cpu.icon_background": "#282828",
"theme.bar.buttons.modules.cpu.icon": "#d3869b",
"theme.bar.buttons.modules.cpu.text": "#d3869b",
"theme.bar.buttons.modules.cpu.background": "#282828",
"theme.bar.buttons.modules.ram.icon_background": "#282828",
"theme.bar.buttons.modules.ram.icon": "#fabd2f",
"theme.bar.buttons.modules.ram.text": "#fabd2f",
"theme.bar.buttons.modules.ram.background": "#282828",
"theme.bar.buttons.notifications.total": "#83a598",
"theme.bar.buttons.notifications.icon_background": "#83a598",
"theme.bar.buttons.notifications.icon": "#83a598",
"theme.bar.buttons.notifications.hover": "#504945",
"theme.bar.buttons.notifications.background": "#282828",
"theme.bar.buttons.clock.icon_background": "#d3869b",
"theme.bar.buttons.clock.icon": "#d3869b",
"theme.bar.buttons.clock.text": "#d3869b",
"theme.bar.buttons.clock.hover": "#504945",
"theme.bar.buttons.clock.background": "#282828",
"theme.bar.buttons.battery.icon_background": "#fabd2f",
"theme.bar.buttons.battery.icon": "#fabd2f",
"theme.bar.buttons.battery.text": "#fabd2f",
"theme.bar.buttons.battery.hover": "#504945",
"theme.bar.buttons.battery.background": "#282828",
"theme.bar.buttons.systray.hover": "#504945",
"theme.bar.buttons.systray.background": "#282828",
"theme.bar.buttons.bluetooth.icon_background": "#83a598",
"theme.bar.buttons.bluetooth.icon": "#83a598",
"theme.bar.buttons.bluetooth.text": "#83a598",
"theme.bar.buttons.bluetooth.hover": "#504945",
"theme.bar.buttons.bluetooth.background": "#282828",
"theme.bar.buttons.network.icon_background": "#b16286",
"theme.bar.buttons.network.icon": "#b16286",
"theme.bar.buttons.network.text": "#b16286",
"theme.bar.buttons.network.hover": "#504945",
"theme.bar.buttons.network.background": "#282828",
"theme.bar.buttons.volume.icon_background": "#fe8018",
"theme.bar.buttons.volume.icon": "#fe8018",
"theme.bar.buttons.volume.text": "#fe8018",
"theme.bar.buttons.volume.hover": "#504945",
"theme.bar.buttons.volume.background": "#282828",
"theme.bar.buttons.media.icon_background": "#83a598",
"theme.bar.buttons.media.icon": "#83a598",
"theme.bar.buttons.media.text": "#83a598",
"theme.bar.buttons.media.hover": "#504945",
"theme.bar.buttons.media.background": "#282828",
"theme.bar.buttons.windowtitle.icon_background": "#d3869b",
"theme.bar.buttons.windowtitle.icon": "#d3869b",
"theme.bar.buttons.windowtitle.text": "#d3869b",
"theme.bar.buttons.windowtitle.hover": "#504945",
"theme.bar.buttons.windowtitle.background": "#282828",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#32302f",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#ffffff",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b",
"theme.bar.buttons.workspaces.active": "#d3869b",
"theme.bar.buttons.workspaces.occupied": "#fb4934",
"theme.bar.buttons.workspaces.available": "#83a598",
@@ -239,6 +300,13 @@
"theme.bar.buttons.dashboard.icon": "#fabd2f",
"theme.bar.buttons.dashboard.hover": "#504945",
"theme.bar.buttons.dashboard.background": "#282828",
"theme.bar.buttons.icon": "#83a598",
"theme.bar.buttons.text": "#83a598",
"theme.bar.buttons.hover": "#504945",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.background": "#282828",
"theme.bar.buttons.style": "default",
"theme.bar.background": "#1d2021",
"theme.osd.label": "#83a598",
"theme.osd.icon": "#1d2021",
"theme.osd.bar_overflow_color": "#cc241d",
@@ -255,15 +323,5 @@
"theme.notification.label": "#83a598",
"theme.notification.actions.text": "#32302f",
"theme.notification.actions.background": "#83a598",
"theme.notification.background": "#32302f",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#ffffff",
"theme.bar.menus.menu.media.card.color": "#282828",
"theme.bar.menus.check_radio_button.background": "#3c3836",
"theme.bar.menus.check_radio_button.active": "#83a598",
"theme.bar.buttons.style": "default",
"theme.bar.menus.menu.notifications.pager.button": "#83a598",
"theme.bar.menus.menu.notifications.scrollbar.color": "#83a598",
"theme.bar.menus.menu.notifications.pager.label": "#a89984",
"theme.bar.menus.menu.notifications.pager.background": "#1d2021"
"theme.notification.background": "#32302f"
}

View File

@@ -1,29 +1,8 @@
{
"theme.bar.menus.background": "#1d2021",
"theme.bar.background": "#1d2021",
"theme.bar.buttons.media.icon": "#282828",
"theme.bar.buttons.media.text": "#83a598",
"theme.bar.buttons.icon": "#83a598",
"theme.bar.buttons.text": "#83a598",
"theme.bar.buttons.hover": "#504945",
"theme.bar.buttons.background": "#282828",
"theme.bar.menus.text": "#ebdbb2",
"theme.bar.menus.border.color": "#3c3836",
"theme.bar.buttons.media.background": "#282828",
"theme.bar.menus.menu.volume.text": "#ebdbb2",
"theme.bar.menus.menu.volume.card.color": "#282828",
"theme.bar.menus.menu.volume.label.color": "#fe8018",
"theme.bar.menus.popover.text": "#83a598",
"theme.bar.menus.popover.background": "#32302f",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#cc241d",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#d3869b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#8ec07b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#1d2021",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#ebdbb2",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#83a598",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#3c3836",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#1d2021",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1d2021",
"theme.bar.menus.menu.notifications.scrollbar.color": "#83a598",
"theme.bar.menus.menu.notifications.pager.label": "#a89984",
"theme.bar.menus.menu.notifications.pager.button": "#83a598",
"theme.bar.menus.menu.notifications.pager.background": "#1d2021",
"theme.bar.menus.menu.notifications.switch.puck": "#504945",
"theme.bar.menus.menu.notifications.switch.disabled": "#3c3836",
"theme.bar.menus.menu.notifications.switch.enabled": "#83a598",
@@ -34,6 +13,24 @@
"theme.bar.menus.menu.notifications.background": "#1d2021",
"theme.bar.menus.menu.notifications.no_notifications_label": "#3c3836",
"theme.bar.menus.menu.notifications.label": "#83a598",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#32302f",
"theme.bar.menus.menu.power.buttons.sleep.text": "#83a598",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#83a598",
"theme.bar.menus.menu.power.buttons.sleep.background": "#282828",
"theme.bar.menus.menu.power.buttons.logout.icon": "#32302f",
"theme.bar.menus.menu.power.buttons.logout.text": "#b8bb26",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#b8bb26",
"theme.bar.menus.menu.power.buttons.logout.background": "#282828",
"theme.bar.menus.menu.power.buttons.restart.icon": "#32302f",
"theme.bar.menus.menu.power.buttons.restart.text": "#fe8019",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#fe8019",
"theme.bar.menus.menu.power.buttons.restart.background": "#282828",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#32302f",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#cc241d",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#cc241d",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#282828",
"theme.bar.menus.menu.power.border.color": "#3c3836",
"theme.bar.menus.menu.power.background.color": "#1d2021",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#d3869b",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#d3869b",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#d3869b",
@@ -67,9 +64,18 @@
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#b8bb26",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#32302f",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#83a598",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#1d2021",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#d3869b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#8ec07b",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#ebdbb2",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#83a598",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#3c3836",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#1d2021",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1d2021",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#83a598",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#b8bb26",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#fe8019",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#cc241d",
"theme.bar.menus.menu.dashboard.profile.name": "#d3869b",
"theme.bar.menus.menu.dashboard.border.color": "#3c3836",
"theme.bar.menus.menu.dashboard.background.color": "#1d2021",
@@ -156,8 +162,11 @@
"theme.bar.menus.menu.volume.iconbutton.passive": "#ebdbb2",
"theme.bar.menus.menu.volume.listitems.active": "#fe8018",
"theme.bar.menus.menu.volume.listitems.passive": "#ebdbb2",
"theme.bar.menus.menu.volume.text": "#ebdbb2",
"theme.bar.menus.menu.volume.label.color": "#fe8018",
"theme.bar.menus.menu.volume.border.color": "#3c3836",
"theme.bar.menus.menu.volume.background.color": "#1d2021",
"theme.bar.menus.menu.volume.card.color": "#282828",
"theme.bar.menus.menu.media.slider.puck": "#7c6f64",
"theme.bar.menus.menu.media.slider.backgroundhover": "#504945",
"theme.bar.menus.menu.media.slider.background": "#665c54",
@@ -167,6 +176,7 @@
"theme.bar.menus.menu.media.buttons.enabled": "#8ec07c",
"theme.bar.menus.menu.media.buttons.inactive": "#665c54",
"theme.bar.menus.menu.media.border.color": "#3c3836",
"theme.bar.menus.menu.media.card.color": "#282828",
"theme.bar.menus.menu.media.background.color": "#1d2021",
"theme.bar.menus.menu.media.album": "#d3869b",
"theme.bar.menus.menu.media.artist": "#8ec07c",
@@ -188,6 +198,8 @@
"theme.bar.menus.buttons.disabled": "#665c54",
"theme.bar.menus.buttons.active": "#d3869b",
"theme.bar.menus.buttons.default": "#83a598",
"theme.bar.menus.check_radio_button.active": "#83a598",
"theme.bar.menus.check_radio_button.background": "#3c3836",
"theme.bar.menus.switch.puck": "#504945",
"theme.bar.menus.switch.disabled": "#3c3836",
"theme.bar.menus.switch.enabled": "#83a598",
@@ -195,42 +207,91 @@
"theme.bar.menus.icons.passive": "#665c54",
"theme.bar.menus.listitems.active": "#83a598",
"theme.bar.menus.listitems.passive": "#ebdbb2",
"theme.bar.menus.popover.border": "#32302f",
"theme.bar.menus.popover.background": "#32302f",
"theme.bar.menus.popover.text": "#83a598",
"theme.bar.menus.label": "#83a598",
"theme.bar.menus.feinttext": "#3c3836",
"theme.bar.menus.dimtext": "#665c54",
"theme.bar.menus.text": "#ebdbb2",
"theme.bar.menus.border.color": "#3c3836",
"theme.bar.menus.cards": "#1d2021",
"theme.bar.menus.background": "#1d2021",
"theme.bar.buttons.modules.power.icon_background": "#fb4934",
"theme.bar.buttons.modules.power.icon": "#21252b",
"theme.bar.buttons.modules.power.background": "#282828",
"theme.bar.buttons.modules.weather.icon_background": "#fe8017",
"theme.bar.buttons.modules.weather.icon": "#282828",
"theme.bar.buttons.modules.weather.text": "#fe8017",
"theme.bar.buttons.modules.weather.background": "#282828",
"theme.bar.buttons.modules.updates.icon_background": "#b16286",
"theme.bar.buttons.modules.updates.icon": "#21252b",
"theme.bar.buttons.modules.updates.text": "#b16286",
"theme.bar.buttons.modules.updates.background": "#282828",
"theme.bar.buttons.modules.kbLayout.icon_background": "#83a598",
"theme.bar.buttons.modules.kbLayout.icon": "#21252b",
"theme.bar.buttons.modules.kbLayout.text": "#83a598",
"theme.bar.buttons.modules.kbLayout.background": "#282828",
"theme.bar.buttons.modules.netstat.icon_background": "#b8bb26",
"theme.bar.buttons.modules.netstat.icon": "#21252b",
"theme.bar.buttons.modules.netstat.text": "#b8bb26",
"theme.bar.buttons.modules.netstat.background": "#282828",
"theme.bar.buttons.modules.storage.icon_background": "#83a598",
"theme.bar.buttons.modules.storage.icon": "#21252b",
"theme.bar.buttons.modules.storage.text": "#83a598",
"theme.bar.buttons.modules.storage.background": "#282828",
"theme.bar.buttons.modules.cpu.icon_background": "#d3869b",
"theme.bar.buttons.modules.cpu.icon": "#21252b",
"theme.bar.buttons.modules.cpu.text": "#d3869b",
"theme.bar.buttons.modules.cpu.background": "#282828",
"theme.bar.buttons.modules.ram.icon_background": "#fabd2f",
"theme.bar.buttons.modules.ram.icon": "#21252b",
"theme.bar.buttons.modules.ram.text": "#fabd2f",
"theme.bar.buttons.modules.ram.background": "#282828",
"theme.bar.buttons.notifications.total": "#83a598",
"theme.bar.buttons.notifications.icon_background": "#83a598",
"theme.bar.buttons.notifications.icon": "#282828",
"theme.bar.buttons.notifications.hover": "#504945",
"theme.bar.buttons.notifications.background": "#282828",
"theme.bar.buttons.clock.icon_background": "#d3869b",
"theme.bar.buttons.clock.icon": "#282828",
"theme.bar.buttons.clock.text": "#d3869b",
"theme.bar.buttons.clock.hover": "#504945",
"theme.bar.buttons.clock.background": "#282828",
"theme.bar.buttons.battery.icon_background": "#fabd2f",
"theme.bar.buttons.battery.icon": "#282828",
"theme.bar.buttons.battery.text": "#fabd2f",
"theme.bar.buttons.battery.hover": "#504945",
"theme.bar.buttons.battery.background": "#282828",
"theme.bar.buttons.systray.hover": "#504945",
"theme.bar.buttons.systray.background": "#282828",
"theme.bar.buttons.bluetooth.icon_background": "#83a598",
"theme.bar.buttons.bluetooth.icon": "#282828",
"theme.bar.buttons.bluetooth.text": "#83a598",
"theme.bar.buttons.bluetooth.hover": "#504945",
"theme.bar.buttons.bluetooth.background": "#282828",
"theme.bar.buttons.network.icon_background": "#b16286",
"theme.bar.buttons.network.icon": "#282828",
"theme.bar.buttons.network.text": "#b16286",
"theme.bar.buttons.network.hover": "#504945",
"theme.bar.buttons.network.background": "#282828",
"theme.bar.buttons.volume.icon_background": "#fe8018",
"theme.bar.buttons.volume.icon": "#282828",
"theme.bar.buttons.volume.text": "#fe8018",
"theme.bar.buttons.volume.hover": "#504945",
"theme.bar.buttons.volume.background": "#282828",
"theme.bar.buttons.media.icon_background": "#83a598",
"theme.bar.buttons.media.icon": "#282828",
"theme.bar.buttons.media.text": "#83a598",
"theme.bar.buttons.media.hover": "#504945",
"theme.bar.buttons.media.background": "#282828",
"theme.bar.buttons.windowtitle.icon_background": "#d3869b",
"theme.bar.buttons.windowtitle.icon": "#282828",
"theme.bar.buttons.windowtitle.text": "#d3869b",
"theme.bar.buttons.windowtitle.hover": "#504945",
"theme.bar.buttons.windowtitle.background": "#282828",
"theme.bar.buttons.workspaces.numbered_active_text_color": "#32302f",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#ffffff",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b",
"theme.bar.buttons.workspaces.active": "#d3869b",
"theme.bar.buttons.workspaces.occupied": "#fb4934",
"theme.bar.buttons.workspaces.available": "#83a598",
@@ -239,6 +300,13 @@
"theme.bar.buttons.dashboard.icon": "#282828",
"theme.bar.buttons.dashboard.hover": "#504945",
"theme.bar.buttons.dashboard.background": "#fabc2f",
"theme.bar.buttons.icon": "#83a598",
"theme.bar.buttons.text": "#83a598",
"theme.bar.buttons.hover": "#504945",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.background": "#282828",
"theme.bar.buttons.style": "split",
"theme.bar.background": "#1d2021",
"theme.osd.label": "#83a598",
"theme.osd.icon": "#1d2021",
"theme.osd.bar_overflow_color": "#cc241d",
@@ -255,24 +323,5 @@
"theme.notification.label": "#83a598",
"theme.notification.actions.text": "#32302f",
"theme.notification.actions.background": "#83a598",
"theme.notification.background": "#32302f",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#ffffff",
"theme.bar.menus.menu.media.card.color": "#282828",
"theme.bar.menus.check_radio_button.background": "#3c3836",
"theme.bar.menus.check_radio_button.active": "#83a598",
"theme.bar.buttons.style": "split",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.volume.icon_background": "#fe8018",
"theme.bar.buttons.network.icon_background": "#b16286",
"theme.bar.buttons.bluetooth.icon_background": "#83a598",
"theme.bar.buttons.windowtitle.icon_background": "#d3869b",
"theme.bar.buttons.media.icon_background": "#83a598",
"theme.bar.buttons.notifications.icon_background": "#83a598",
"theme.bar.buttons.battery.icon_background": "#fabd2f",
"theme.bar.buttons.clock.icon_background": "#d3869b",
"theme.bar.menus.menu.notifications.pager.button": "#83a598",
"theme.bar.menus.menu.notifications.scrollbar.color": "#83a598",
"theme.bar.menus.menu.notifications.pager.label": "#a89984",
"theme.bar.menus.menu.notifications.pager.background": "#1d2021"
}
"theme.notification.background": "#32302f"
}

View File

@@ -265,5 +265,64 @@
"theme.bar.menus.menu.notifications.pager.button": "#FFFFFF",
"theme.bar.menus.menu.notifications.scrollbar.color": "#FFFFFF",
"theme.bar.menus.menu.notifications.pager.label": "#9a9996",
"theme.bar.menus.menu.notifications.pager.background": "#000000"
"theme.bar.menus.menu.notifications.pager.background": "#000000",
"theme.bar.buttons.clock.icon_background": "#FFFFFF",
"theme.bar.buttons.modules.ram.icon": "#ffffff",
"theme.bar.buttons.modules.storage.icon_background": "#ffffff",
"theme.bar.menus.popover.border": "#000000",
"theme.bar.buttons.volume.icon_background": "#ffffff",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#ffffff",
"theme.bar.menus.menu.power.buttons.restart.text": "#ffffff",
"theme.bar.buttons.modules.updates.background": "#090909",
"theme.bar.buttons.modules.storage.icon": "#ffffff",
"theme.bar.buttons.modules.netstat.background": "#090909",
"theme.bar.buttons.modules.weather.icon": "#FFFFFF",
"theme.bar.buttons.modules.netstat.text": "#ffffff",
"theme.bar.buttons.modules.storage.background": "#090909",
"theme.bar.buttons.modules.power.icon": "#ffffff",
"theme.bar.buttons.modules.storage.text": "#ffffff",
"theme.bar.buttons.modules.cpu.background": "#090909",
"theme.bar.menus.menu.power.border.color": "#333333",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.modules.power.icon_background": "#ffffff",
"theme.bar.menus.menu.power.buttons.logout.icon": "#000000",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#ffffff",
"theme.bar.menus.menu.power.buttons.restart.icon": "#000000",
"theme.bar.buttons.modules.cpu.icon": "#ffffff",
"theme.bar.buttons.battery.icon_background": "#ffffff",
"theme.bar.buttons.modules.kbLayout.icon_background": "#ffffff",
"theme.bar.buttons.modules.weather.text": "#FFFFFF",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#000000",
"theme.bar.menus.menu.power.buttons.sleep.text": "#ffffff",
"theme.bar.buttons.modules.weather.icon_background": "#FFFFFF",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#1A1A1A",
"theme.bar.buttons.media.icon_background": "#FFFFFF",
"theme.bar.menus.menu.power.buttons.logout.background": "#1A1A1A",
"theme.bar.buttons.modules.kbLayout.icon": "#ffffff",
"theme.bar.buttons.modules.ram.icon_background": "#ffffff",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#FFFFFF",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#ffffff",
"theme.bar.menus.menu.power.buttons.sleep.background": "#1A1A1A",
"theme.bar.buttons.modules.ram.text": "#ffffff",
"theme.bar.menus.menu.power.buttons.logout.text": "#ffffff",
"theme.bar.buttons.modules.updates.icon_background": "#FFFFFF",
"theme.bar.buttons.modules.kbLayout.background": "#090909",
"theme.bar.buttons.modules.power.background": "#090909",
"theme.bar.buttons.modules.weather.background": "#090909",
"theme.bar.buttons.icon_background": "#090909",
"theme.bar.menus.menu.power.background.color": "#000000",
"theme.bar.buttons.modules.ram.background": "#090909",
"theme.bar.buttons.modules.netstat.icon": "#ffffff",
"theme.bar.buttons.windowtitle.icon_background": "#FFFFFF",
"theme.bar.buttons.modules.cpu.icon_background": "#ffffff",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#ffffff",
"theme.bar.buttons.modules.updates.text": "#FFFFFF",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#000000",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.menus.menu.power.buttons.restart.background": "#1A1A1A",
"theme.bar.buttons.modules.updates.icon": "#FFFFFF",
"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"
}

View File

@@ -274,5 +274,55 @@
"theme.bar.menus.menu.notifications.pager.button": "#FFFFFF",
"theme.bar.menus.menu.notifications.scrollbar.color": "#FFFFFF",
"theme.bar.menus.menu.notifications.pager.label": "#9a9996",
"theme.bar.menus.menu.notifications.pager.background": "#000000"
"theme.bar.menus.menu.notifications.pager.background": "#000000",
"theme.bar.buttons.modules.ram.icon": "#21252b",
"theme.bar.buttons.modules.storage.icon_background": "#ffffff",
"theme.bar.menus.popover.border": "#000000",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#ffffff",
"theme.bar.menus.menu.power.buttons.restart.text": "#ffffff",
"theme.bar.buttons.modules.updates.background": "#090909",
"theme.bar.buttons.modules.storage.icon": "#21252b",
"theme.bar.buttons.modules.netstat.background": "#090909",
"theme.bar.buttons.modules.weather.icon": "#090909",
"theme.bar.buttons.modules.netstat.text": "#ffffff",
"theme.bar.buttons.modules.storage.background": "#090909",
"theme.bar.buttons.modules.power.icon": "#21252b",
"theme.bar.buttons.modules.storage.text": "#ffffff",
"theme.bar.buttons.modules.cpu.background": "#090909",
"theme.bar.menus.menu.power.border.color": "#333333",
"theme.bar.buttons.modules.power.icon_background": "#ffffff",
"theme.bar.menus.menu.power.buttons.logout.icon": "#000000",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#ffffff",
"theme.bar.menus.menu.power.buttons.restart.icon": "#000000",
"theme.bar.buttons.modules.cpu.icon": "#21252b",
"theme.bar.buttons.modules.kbLayout.icon_background": "#ffffff",
"theme.bar.buttons.modules.weather.text": "#FFFFFF",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#000000",
"theme.bar.menus.menu.power.buttons.sleep.text": "#ffffff",
"theme.bar.buttons.modules.weather.icon_background": "#FFFFFF",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#1A1A1A",
"theme.bar.menus.menu.power.buttons.logout.background": "#1A1A1A",
"theme.bar.buttons.modules.kbLayout.icon": "#21252b",
"theme.bar.buttons.modules.ram.icon_background": "#ffffff",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#FFFFFF",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#ffffff",
"theme.bar.menus.menu.power.buttons.sleep.background": "#1A1A1A",
"theme.bar.buttons.modules.ram.text": "#ffffff",
"theme.bar.menus.menu.power.buttons.logout.text": "#ffffff",
"theme.bar.buttons.modules.updates.icon_background": "#FFFFFF",
"theme.bar.buttons.modules.kbLayout.background": "#090909",
"theme.bar.buttons.modules.power.background": "#090909",
"theme.bar.buttons.modules.weather.background": "#090909",
"theme.bar.menus.menu.power.background.color": "#000000",
"theme.bar.buttons.modules.ram.background": "#090909",
"theme.bar.buttons.modules.netstat.icon": "#21252b",
"theme.bar.buttons.modules.cpu.icon_background": "#ffffff",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#ffffff",
"theme.bar.buttons.modules.updates.text": "#FFFFFF",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#000000",
"theme.bar.menus.menu.power.buttons.restart.background": "#1A1A1A",
"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"
}

View File

@@ -265,5 +265,64 @@
"theme.bar.menus.menu.notifications.pager.button": "#88c0d0",
"theme.bar.menus.menu.notifications.scrollbar.color": "#88c0d0",
"theme.bar.menus.menu.notifications.pager.label": "#5e81ac",
"theme.bar.menus.menu.notifications.pager.background": "#2e3440"
"theme.bar.menus.menu.notifications.pager.background": "#2e3440",
"theme.bar.buttons.clock.icon_background": "#8fbcbb",
"theme.bar.buttons.modules.ram.icon": "#81a1c1",
"theme.bar.buttons.modules.storage.icon_background": "#8fbcbb",
"theme.bar.menus.popover.border": "#2e3440",
"theme.bar.buttons.volume.icon_background": "#81a1c1",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#88c0d0",
"theme.bar.menus.menu.power.buttons.restart.text": "#81a1c1",
"theme.bar.buttons.modules.updates.background": "#3b4252",
"theme.bar.buttons.modules.storage.icon": "#8fbcbb",
"theme.bar.buttons.modules.netstat.background": "#3b4252",
"theme.bar.buttons.modules.weather.icon": "#88c0d0",
"theme.bar.buttons.modules.netstat.text": "#8fbcbb",
"theme.bar.buttons.modules.storage.background": "#3b4252",
"theme.bar.buttons.modules.power.icon": "#8fbcbb",
"theme.bar.buttons.modules.storage.text": "#8fbcbb",
"theme.bar.buttons.modules.cpu.background": "#3b4252",
"theme.bar.menus.menu.power.border.color": "#434c53",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.modules.power.icon_background": "#8fbcbb",
"theme.bar.menus.menu.power.buttons.logout.icon": "#2e3440",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#81a1c1",
"theme.bar.menus.menu.power.buttons.restart.icon": "#2e3440",
"theme.bar.buttons.modules.cpu.icon": "#8fbcbb",
"theme.bar.buttons.battery.icon_background": "#81a1c1",
"theme.bar.buttons.modules.kbLayout.icon_background": "#88c0d0",
"theme.bar.buttons.modules.weather.text": "#88c0d0",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#2e3440",
"theme.bar.menus.menu.power.buttons.sleep.text": "#88c0d0",
"theme.bar.buttons.modules.weather.icon_background": "#88c0d0",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#3b4252",
"theme.bar.buttons.media.icon_background": "#88c0d0",
"theme.bar.menus.menu.power.buttons.logout.background": "#3b4252",
"theme.bar.buttons.modules.kbLayout.icon": "#88c0d0",
"theme.bar.buttons.modules.ram.icon_background": "#81a1c1",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#8fbcbb",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#8fbcbb",
"theme.bar.menus.menu.power.buttons.sleep.background": "#3b4252",
"theme.bar.buttons.modules.ram.text": "#81a1c1",
"theme.bar.menus.menu.power.buttons.logout.text": "#8fbcbb",
"theme.bar.buttons.modules.updates.icon_background": "#88c0d0",
"theme.bar.buttons.modules.kbLayout.background": "#3b4252",
"theme.bar.buttons.modules.power.background": "#3b4252",
"theme.bar.buttons.modules.weather.background": "#3b4252",
"theme.bar.buttons.icon_background": "#3b4252",
"theme.bar.menus.menu.power.background.color": "#2e3440",
"theme.bar.buttons.modules.ram.background": "#3b4252",
"theme.bar.buttons.modules.netstat.icon": "#8fbcbb",
"theme.bar.buttons.windowtitle.icon_background": "#8fbcbb",
"theme.bar.buttons.modules.cpu.icon_background": "#8fbcbb",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#8fbcbb",
"theme.bar.buttons.modules.updates.text": "#88c0d0",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#2e3440",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.menus.menu.power.buttons.restart.background": "#3b4252",
"theme.bar.buttons.modules.updates.icon": "#88c0d0",
"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"
}

View File

@@ -274,5 +274,55 @@
"theme.bar.menus.menu.notifications.pager.button": "#88c0d0",
"theme.bar.menus.menu.notifications.scrollbar.color": "#88c0d0",
"theme.bar.menus.menu.notifications.pager.label": "#5e81ac",
"theme.bar.menus.menu.notifications.pager.background": "#2e3440"
"theme.bar.menus.menu.notifications.pager.background": "#2e3440",
"theme.bar.buttons.modules.ram.icon": "#21252b",
"theme.bar.buttons.modules.storage.icon_background": "#8fbcbb",
"theme.bar.menus.popover.border": "#2e3440",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#88c0d0",
"theme.bar.menus.menu.power.buttons.restart.text": "#81a1c1",
"theme.bar.buttons.modules.updates.background": "#3b4252",
"theme.bar.buttons.modules.storage.icon": "#21252b",
"theme.bar.buttons.modules.netstat.background": "#3b4252",
"theme.bar.buttons.modules.weather.icon": "#3b4252",
"theme.bar.buttons.modules.netstat.text": "#8fbcbb",
"theme.bar.buttons.modules.storage.background": "#3b4252",
"theme.bar.buttons.modules.power.icon": "#21252b",
"theme.bar.buttons.modules.storage.text": "#8fbcbb",
"theme.bar.buttons.modules.cpu.background": "#3b4252",
"theme.bar.menus.menu.power.border.color": "#434c53",
"theme.bar.buttons.modules.power.icon_background": "#8fbcbb",
"theme.bar.menus.menu.power.buttons.logout.icon": "#2e3440",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#81a1c1",
"theme.bar.menus.menu.power.buttons.restart.icon": "#2e3440",
"theme.bar.buttons.modules.cpu.icon": "#21252b",
"theme.bar.buttons.modules.kbLayout.icon_background": "#88c0d0",
"theme.bar.buttons.modules.weather.text": "#88c0d0",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#2e3440",
"theme.bar.menus.menu.power.buttons.sleep.text": "#88c0d0",
"theme.bar.buttons.modules.weather.icon_background": "#88c0d0",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#3b4252",
"theme.bar.menus.menu.power.buttons.logout.background": "#3b4252",
"theme.bar.buttons.modules.kbLayout.icon": "#21252b",
"theme.bar.buttons.modules.ram.icon_background": "#81a1c1",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#8fbcbb",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#8fbcbb",
"theme.bar.menus.menu.power.buttons.sleep.background": "#3b4252",
"theme.bar.buttons.modules.ram.text": "#81a1c1",
"theme.bar.menus.menu.power.buttons.logout.text": "#8fbcbb",
"theme.bar.buttons.modules.updates.icon_background": "#88c0d0",
"theme.bar.buttons.modules.kbLayout.background": "#3b4252",
"theme.bar.buttons.modules.power.background": "#3b4252",
"theme.bar.buttons.modules.weather.background": "#3b4252",
"theme.bar.menus.menu.power.background.color": "#2e3440",
"theme.bar.buttons.modules.ram.background": "#3b4252",
"theme.bar.buttons.modules.netstat.icon": "#21252b",
"theme.bar.buttons.modules.cpu.icon_background": "#8fbcbb",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#8fbcbb",
"theme.bar.buttons.modules.updates.text": "#88c0d0",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#2e3440",
"theme.bar.menus.menu.power.buttons.restart.background": "#3b4252",
"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"
}

View File

@@ -265,5 +265,64 @@
"theme.bar.menus.menu.notifications.pager.button": "#61afef",
"theme.bar.menus.menu.notifications.scrollbar.color": "#61afef",
"theme.bar.menus.menu.notifications.pager.label": "#828997",
"theme.bar.menus.menu.notifications.pager.background": "#282c34"
"theme.bar.menus.menu.notifications.pager.background": "#282c34",
"theme.bar.buttons.clock.icon_background": "#c678dd",
"theme.bar.buttons.modules.ram.icon": "#e5c07b",
"theme.bar.buttons.modules.storage.icon_background": "#e06c75",
"theme.bar.menus.popover.border": "#282c34",
"theme.bar.buttons.volume.icon_background": "#e06c75",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#56b6c2",
"theme.bar.menus.menu.power.buttons.restart.text": "#d19a66",
"theme.bar.buttons.modules.updates.background": "#21252b",
"theme.bar.buttons.modules.storage.icon": "#e06c75",
"theme.bar.buttons.modules.netstat.background": "#21252b",
"theme.bar.buttons.modules.weather.icon": "#61afef",
"theme.bar.buttons.modules.netstat.text": "#98c379",
"theme.bar.buttons.modules.storage.background": "#21252b",
"theme.bar.buttons.modules.power.icon": "#e06c75",
"theme.bar.buttons.modules.storage.text": "#e06c75",
"theme.bar.buttons.modules.cpu.background": "#21252b",
"theme.bar.menus.menu.power.border.color": "#4b5263",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.modules.power.icon_background": "#e06c75",
"theme.bar.menus.menu.power.buttons.logout.icon": "#282c34",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#d19a66",
"theme.bar.menus.menu.power.buttons.restart.icon": "#282c34",
"theme.bar.buttons.modules.cpu.icon": "#e06c75",
"theme.bar.buttons.battery.icon_background": "#e5c07b",
"theme.bar.buttons.modules.kbLayout.icon_background": "#56b6c2",
"theme.bar.buttons.modules.weather.text": "#61afef",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#282c34",
"theme.bar.menus.menu.power.buttons.sleep.text": "#56b6c2",
"theme.bar.buttons.modules.weather.icon_background": "#61afef",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#21252b",
"theme.bar.buttons.media.icon_background": "#61afef",
"theme.bar.menus.menu.power.buttons.logout.background": "#21252b",
"theme.bar.buttons.modules.kbLayout.icon": "#56b6c2",
"theme.bar.buttons.modules.ram.icon_background": "#e5c07b",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#e06c75",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#e06c75",
"theme.bar.menus.menu.power.buttons.sleep.background": "#21252b",
"theme.bar.buttons.modules.ram.text": "#e5c07b",
"theme.bar.menus.menu.power.buttons.logout.text": "#98c379",
"theme.bar.buttons.modules.updates.icon_background": "#c678dd",
"theme.bar.buttons.modules.kbLayout.background": "#21252b",
"theme.bar.buttons.modules.power.background": "#21252b",
"theme.bar.buttons.modules.weather.background": "#21252b",
"theme.bar.buttons.icon_background": "#21252b",
"theme.bar.menus.menu.power.background.color": "#282c34",
"theme.bar.buttons.modules.ram.background": "#21252b",
"theme.bar.buttons.modules.netstat.icon": "#98c379",
"theme.bar.buttons.windowtitle.icon_background": "#c678dd",
"theme.bar.buttons.modules.cpu.icon_background": "#e06c75",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#98c379",
"theme.bar.buttons.modules.updates.text": "#c678dd",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#282c34",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.menus.menu.power.buttons.restart.background": "#21252b",
"theme.bar.buttons.modules.updates.icon": "#c678dd",
"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"
}

View File

@@ -274,5 +274,55 @@
"theme.bar.menus.menu.notifications.pager.button": "#61afef",
"theme.bar.menus.menu.notifications.scrollbar.color": "#61afef",
"theme.bar.menus.menu.notifications.pager.label": "#828997",
"theme.bar.menus.menu.notifications.pager.background": "#282c34"
"theme.bar.menus.menu.notifications.pager.background": "#282c34",
"theme.bar.buttons.modules.ram.icon": "#21252b",
"theme.bar.buttons.modules.storage.icon_background": "#e06c75",
"theme.bar.menus.popover.border": "#282c34",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#56b6c2",
"theme.bar.menus.menu.power.buttons.restart.text": "#d19a66",
"theme.bar.buttons.modules.updates.background": "#21252b",
"theme.bar.buttons.modules.storage.icon": "#21252b",
"theme.bar.buttons.modules.netstat.background": "#21252b",
"theme.bar.buttons.modules.weather.icon": "#21252b",
"theme.bar.buttons.modules.netstat.text": "#98c379",
"theme.bar.buttons.modules.storage.background": "#21252b",
"theme.bar.buttons.modules.power.icon": "#21252b",
"theme.bar.buttons.modules.storage.text": "#e06c75",
"theme.bar.buttons.modules.cpu.background": "#21252b",
"theme.bar.menus.menu.power.border.color": "#4b5263",
"theme.bar.buttons.modules.power.icon_background": "#e06c75",
"theme.bar.menus.menu.power.buttons.logout.icon": "#282c34",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#d19a66",
"theme.bar.menus.menu.power.buttons.restart.icon": "#282c34",
"theme.bar.buttons.modules.cpu.icon": "#21252b",
"theme.bar.buttons.modules.kbLayout.icon_background": "#56b6c2",
"theme.bar.buttons.modules.weather.text": "#61afef",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#282c34",
"theme.bar.menus.menu.power.buttons.sleep.text": "#56b6c2",
"theme.bar.buttons.modules.weather.icon_background": "#61afef",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#21252b",
"theme.bar.menus.menu.power.buttons.logout.background": "#21252b",
"theme.bar.buttons.modules.kbLayout.icon": "#21252b",
"theme.bar.buttons.modules.ram.icon_background": "#e5c07b",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#e06c75",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#e06c75",
"theme.bar.menus.menu.power.buttons.sleep.background": "#21252b",
"theme.bar.buttons.modules.ram.text": "#e5c07b",
"theme.bar.menus.menu.power.buttons.logout.text": "#98c379",
"theme.bar.buttons.modules.updates.icon_background": "#c678dd",
"theme.bar.buttons.modules.kbLayout.background": "#21252b",
"theme.bar.buttons.modules.power.background": "#21252b",
"theme.bar.buttons.modules.weather.background": "#21252b",
"theme.bar.menus.menu.power.background.color": "#282c34",
"theme.bar.buttons.modules.ram.background": "#21252b",
"theme.bar.buttons.modules.netstat.icon": "#21252b",
"theme.bar.buttons.modules.cpu.icon_background": "#e06c75",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#98c379",
"theme.bar.buttons.modules.updates.text": "#c678dd",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#282c34",
"theme.bar.menus.menu.power.buttons.restart.background": "#21252b",
"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"
}

View File

@@ -265,5 +265,64 @@
"theme.bar.menus.menu.notifications.pager.button": "#c4a7e7",
"theme.bar.menus.menu.notifications.scrollbar.color": "#c4a7e7",
"theme.bar.menus.menu.notifications.pager.label": "#524f67",
"theme.bar.menus.menu.notifications.pager.background": "#191724"
"theme.bar.menus.menu.notifications.pager.background": "#191724",
"theme.bar.buttons.clock.icon_background": "#c4a7e7",
"theme.bar.buttons.modules.ram.icon": "#f6c177",
"theme.bar.buttons.modules.storage.icon_background": "#eb6f92",
"theme.bar.menus.popover.border": "#1f1d2e",
"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": "#21202e",
"theme.bar.buttons.modules.storage.icon": "#eb6f92",
"theme.bar.buttons.modules.netstat.background": "#21202e",
"theme.bar.buttons.modules.weather.icon": "#c4a7e7",
"theme.bar.buttons.modules.netstat.text": "#9ccfd8",
"theme.bar.buttons.modules.storage.background": "#21202e",
"theme.bar.buttons.modules.power.icon": "#eb6f92",
"theme.bar.buttons.modules.storage.text": "#eb6f92",
"theme.bar.buttons.modules.cpu.background": "#21202e",
"theme.bar.menus.menu.power.border.color": "#1f1d2e",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.modules.power.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.logout.icon": "#1f1d2e",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#f6c177",
"theme.bar.menus.menu.power.buttons.restart.icon": "#1f1d2e",
"theme.bar.buttons.modules.cpu.icon": "#eb6f92",
"theme.bar.buttons.battery.icon_background": "#f6c177",
"theme.bar.buttons.modules.kbLayout.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.weather.text": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#1f1d2e",
"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": "#21202e",
"theme.bar.buttons.media.icon_background": "#c4a7e7",
"theme.bar.menus.menu.power.buttons.logout.background": "#21202e",
"theme.bar.buttons.modules.kbLayout.icon": "#9ccfd8",
"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": "#21202e",
"theme.bar.buttons.modules.ram.text": "#f6c177",
"theme.bar.menus.menu.power.buttons.logout.text": "#9ccfd8",
"theme.bar.buttons.modules.updates.icon_background": "#30738f",
"theme.bar.buttons.modules.kbLayout.background": "#21202e",
"theme.bar.buttons.modules.power.background": "#21202e",
"theme.bar.buttons.modules.weather.background": "#21202e",
"theme.bar.buttons.icon_background": "#21202e",
"theme.bar.menus.menu.power.background.color": "#191724",
"theme.bar.buttons.modules.ram.background": "#21202e",
"theme.bar.buttons.modules.netstat.icon": "#9ccfd8",
"theme.bar.buttons.windowtitle.icon_background": "#c4a7e7",
"theme.bar.buttons.modules.cpu.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#9ccfd8",
"theme.bar.buttons.modules.updates.text": "#30738f",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#1f1d2e",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.menus.menu.power.buttons.restart.background": "#21202e",
"theme.bar.buttons.modules.updates.icon": "#30738f",
"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"
}

View File

@@ -265,5 +265,65 @@
"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.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"
}

View File

@@ -274,5 +274,55 @@
"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.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"
}

View File

@@ -274,5 +274,55 @@
"theme.bar.menus.menu.notifications.pager.button": "#c4a7e7",
"theme.bar.menus.menu.notifications.scrollbar.color": "#c4a7e7",
"theme.bar.menus.menu.notifications.pager.label": "#524f67",
"theme.bar.menus.menu.notifications.pager.background": "#191724"
"theme.bar.menus.menu.notifications.pager.background": "#191724",
"theme.bar.buttons.modules.ram.icon": "#181825",
"theme.bar.buttons.modules.storage.icon_background": "#eb6f92",
"theme.bar.menus.popover.border": "#1f1d2e",
"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": "#21202e",
"theme.bar.buttons.modules.storage.icon": "#181825",
"theme.bar.buttons.modules.netstat.background": "#21202e",
"theme.bar.buttons.modules.weather.icon": "#21202e",
"theme.bar.buttons.modules.netstat.text": "#9ccfd8",
"theme.bar.buttons.modules.storage.background": "#21202e",
"theme.bar.buttons.modules.power.icon": "#181825",
"theme.bar.buttons.modules.storage.text": "#eb6f92",
"theme.bar.buttons.modules.cpu.background": "#21202e",
"theme.bar.menus.menu.power.border.color": "#1f1d2e",
"theme.bar.buttons.modules.power.icon_background": "#eb6f92",
"theme.bar.menus.menu.power.buttons.logout.icon": "#1f1d2e",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#f6c177",
"theme.bar.menus.menu.power.buttons.restart.icon": "#1f1d2e",
"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": "#1f1d2e",
"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": "#21202e",
"theme.bar.menus.menu.power.buttons.logout.background": "#21202e",
"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": "#21202e",
"theme.bar.buttons.modules.ram.text": "#f6c177",
"theme.bar.menus.menu.power.buttons.logout.text": "#9ccfd8",
"theme.bar.buttons.modules.updates.icon_background": "#30738f",
"theme.bar.buttons.modules.kbLayout.background": "#21202e",
"theme.bar.buttons.modules.power.background": "#21202e",
"theme.bar.buttons.modules.weather.background": "#21202e",
"theme.bar.menus.menu.power.background.color": "#191724",
"theme.bar.buttons.modules.ram.background": "#21202e",
"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": "#30738f",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#1f1d2e",
"theme.bar.menus.menu.power.buttons.restart.background": "#21202e",
"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"
}

View File

@@ -265,5 +265,64 @@
"theme.bar.menus.menu.notifications.pager.button": "#bb9af7",
"theme.bar.menus.menu.notifications.scrollbar.color": "#bb9af7",
"theme.bar.menus.menu.notifications.pager.label": "#565f89",
"theme.bar.menus.menu.notifications.pager.background": "#1a1b26"
"theme.bar.menus.menu.notifications.pager.background": "#1a1b26",
"theme.bar.buttons.clock.icon_background": "#f7768e",
"theme.bar.buttons.modules.ram.icon": "#e0af68",
"theme.bar.buttons.modules.storage.icon_background": "#f7768e",
"theme.bar.menus.popover.border": "#1a1b26",
"theme.bar.buttons.volume.icon_background": "#f7768e",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#7dcfff",
"theme.bar.menus.menu.power.buttons.restart.text": "#e0af68",
"theme.bar.buttons.modules.updates.background": "#272a3d",
"theme.bar.buttons.modules.storage.icon": "#f7768e",
"theme.bar.buttons.modules.netstat.background": "#272a3d",
"theme.bar.buttons.modules.weather.icon": "#bb9af7",
"theme.bar.buttons.modules.netstat.text": "#9ece6a",
"theme.bar.buttons.modules.storage.background": "#272a3d",
"theme.bar.buttons.modules.power.icon": "#f7768e",
"theme.bar.buttons.modules.storage.text": "#f7768e",
"theme.bar.buttons.modules.cpu.background": "#272a3d",
"theme.bar.menus.menu.power.border.color": "#414868",
"theme.bar.buttons.network.icon_background": "#caa6f7",
"theme.bar.buttons.modules.power.icon_background": "#f7768e",
"theme.bar.menus.menu.power.buttons.logout.icon": "#1a1b26",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#e0af68",
"theme.bar.menus.menu.power.buttons.restart.icon": "#1a1b26",
"theme.bar.buttons.modules.cpu.icon": "#f7768e",
"theme.bar.buttons.battery.icon_background": "#e0af68",
"theme.bar.buttons.modules.kbLayout.icon_background": "#7dcfff",
"theme.bar.buttons.modules.weather.text": "#bb9af7",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#1a1b26",
"theme.bar.menus.menu.power.buttons.sleep.text": "#7dcfff",
"theme.bar.buttons.modules.weather.icon_background": "#bb9af7",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#24283b",
"theme.bar.buttons.media.icon_background": "#bb9af7",
"theme.bar.menus.menu.power.buttons.logout.background": "#24283b",
"theme.bar.buttons.modules.kbLayout.icon": "#7dcfff",
"theme.bar.buttons.modules.ram.icon_background": "#e0af68",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#f7768e",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#f7768e",
"theme.bar.menus.menu.power.buttons.sleep.background": "#24283b",
"theme.bar.buttons.modules.ram.text": "#e0af68",
"theme.bar.menus.menu.power.buttons.logout.text": "#9ece6a",
"theme.bar.buttons.modules.updates.icon_background": "#bb9af7",
"theme.bar.buttons.modules.kbLayout.background": "#272a3d",
"theme.bar.buttons.modules.power.background": "#272a3d",
"theme.bar.buttons.modules.weather.background": "#272a3d",
"theme.bar.buttons.icon_background": "#272a3d",
"theme.bar.menus.menu.power.background.color": "#1a1b26",
"theme.bar.buttons.modules.ram.background": "#272a3d",
"theme.bar.buttons.modules.netstat.icon": "#9ece6a",
"theme.bar.buttons.windowtitle.icon_background": "#f7768e",
"theme.bar.buttons.modules.cpu.icon_background": "#f7768e",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#9ece6a",
"theme.bar.buttons.modules.updates.text": "#bb9af7",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#1a1b26",
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
"theme.bar.menus.menu.power.buttons.restart.background": "#24283b",
"theme.bar.buttons.modules.updates.icon": "#bb9af7",
"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"
}

View File

@@ -274,5 +274,55 @@
"theme.bar.menus.menu.notifications.pager.button": "#bb9af7",
"theme.bar.menus.menu.notifications.scrollbar.color": "#bb9af7",
"theme.bar.menus.menu.notifications.pager.label": "#565f89",
"theme.bar.menus.menu.notifications.pager.background": "#1a1b26"
"theme.bar.menus.menu.notifications.pager.background": "#1a1b26",
"theme.bar.buttons.modules.ram.icon": "#181825",
"theme.bar.buttons.modules.storage.icon_background": "#f7768e",
"theme.bar.menus.popover.border": "#1a1b26",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#7dcfff",
"theme.bar.menus.menu.power.buttons.restart.text": "#e0af68",
"theme.bar.buttons.modules.updates.background": "#272a3d",
"theme.bar.buttons.modules.storage.icon": "#181825",
"theme.bar.buttons.modules.netstat.background": "#272a3d",
"theme.bar.buttons.modules.weather.icon": "#272a3d",
"theme.bar.buttons.modules.netstat.text": "#9ece6a",
"theme.bar.buttons.modules.storage.background": "#272a3d",
"theme.bar.buttons.modules.power.icon": "#181825",
"theme.bar.buttons.modules.storage.text": "#f7768e",
"theme.bar.buttons.modules.cpu.background": "#272a3d",
"theme.bar.menus.menu.power.border.color": "#414868",
"theme.bar.buttons.modules.power.icon_background": "#f7768e",
"theme.bar.menus.menu.power.buttons.logout.icon": "#1a1b26",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#e0af68",
"theme.bar.menus.menu.power.buttons.restart.icon": "#1a1b26",
"theme.bar.buttons.modules.cpu.icon": "#181825",
"theme.bar.buttons.modules.kbLayout.icon_background": "#7dcfff",
"theme.bar.buttons.modules.weather.text": "#bb9af7",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#1a1b26",
"theme.bar.menus.menu.power.buttons.sleep.text": "#7dcfff",
"theme.bar.buttons.modules.weather.icon_background": "#bb9af7",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#24283b",
"theme.bar.menus.menu.power.buttons.logout.background": "#24283b",
"theme.bar.buttons.modules.kbLayout.icon": "#181825",
"theme.bar.buttons.modules.ram.icon_background": "#e0af68",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#f7768e",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#f7768e",
"theme.bar.menus.menu.power.buttons.sleep.background": "#24283b",
"theme.bar.buttons.modules.ram.text": "#e0af68",
"theme.bar.menus.menu.power.buttons.logout.text": "#9ece6a",
"theme.bar.buttons.modules.updates.icon_background": "#bb9af7",
"theme.bar.buttons.modules.kbLayout.background": "#272a3d",
"theme.bar.buttons.modules.power.background": "#272a3d",
"theme.bar.buttons.modules.weather.background": "#272a3d",
"theme.bar.menus.menu.power.background.color": "#1a1b26",
"theme.bar.buttons.modules.ram.background": "#272a3d",
"theme.bar.buttons.modules.netstat.icon": "#181825",
"theme.bar.buttons.modules.cpu.icon_background": "#f7768e",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#9ece6a",
"theme.bar.buttons.modules.updates.text": "#bb9af7",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#1a1b26",
"theme.bar.menus.menu.power.buttons.restart.background": "#24283b",
"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"
}