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:
@@ -3,7 +3,7 @@
|
||||
"theme.bar.background": "#2e3440",
|
||||
"theme.bar.buttons.media.icon": "#3b4252",
|
||||
"theme.bar.buttons.media.text": "#88c0d0",
|
||||
"theme.bar.buttons.icon": "#88c0d0",
|
||||
"theme.bar.buttons.icon": "#242438",
|
||||
"theme.bar.buttons.text": "#88c0d0",
|
||||
"theme.bar.buttons.hover": "#434c53",
|
||||
"theme.bar.buttons.background": "#3b4252",
|
||||
@@ -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": "#88c0d0",
|
||||
"theme.bar.buttons.volume.icon_background": "#81a1c1",
|
||||
"theme.bar.buttons.network.icon_background": "#88c0d0",
|
||||
"theme.bar.buttons.bluetooth.icon_background": "#88c0d0",
|
||||
|
||||
Reference in New Issue
Block a user