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:
@@ -309,10 +309,10 @@
|
||||
"theme.bar.buttons.dashboard.icon": "#44475a",
|
||||
"theme.bar.buttons.dashboard.border": "#8be8fd",
|
||||
"theme.bar.buttons.dashboard.background": "#8be8fd",
|
||||
"theme.bar.buttons.icon": "#bd93f9",
|
||||
"theme.bar.buttons.icon": "#242438",
|
||||
"theme.bar.buttons.text": "#bd93f9",
|
||||
"theme.bar.buttons.hover": "#44475a",
|
||||
"theme.bar.buttons.icon_background": "#242438",
|
||||
"theme.bar.buttons.icon_background": "#bd93f9",
|
||||
"theme.bar.buttons.background": "#282936",
|
||||
"theme.bar.buttons.style": "split",
|
||||
"theme.bar.background": "#282a36",
|
||||
|
||||
Reference in New Issue
Block a user