Fixed an issue where the correct global colors to the icon weren't being applied in split variant. (#409)

* Fix global icon coloring

* Fix themes

* Update custom modules to use global colors if enabled

* Fix icons

* Fix custom module icon color
This commit is contained in:
Jas Singh
2024-10-31 00:49:05 -07:00
committed by GitHub
parent 77d4512c82
commit c2e46f098e
25 changed files with 399 additions and 385 deletions

View File

@@ -3,7 +3,7 @@
"theme.bar.background": "#282c34",
"theme.bar.buttons.media.icon": "#21252b",
"theme.bar.buttons.media.text": "#61afef",
"theme.bar.buttons.icon": "#61afef",
"theme.bar.buttons.icon": "#242438",
"theme.bar.buttons.text": "#61afef",
"theme.bar.buttons.hover": "#3e4451",
"theme.bar.buttons.background": "#3e4451",
@@ -251,7 +251,7 @@
"theme.bar.menus.check_radio_button.background": "#2e3440",
"theme.bar.menus.check_radio_button.active": "#88c0d0",
"theme.bar.buttons.style": "split",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.icon_background": "#61afef",
"theme.bar.buttons.volume.icon_background": "#e06c75",
"theme.bar.buttons.network.icon_background": "#c678dd",
"theme.bar.buttons.bluetooth.icon_background": "#61afef",