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:
@@ -290,10 +290,10 @@
|
||||
"theme.bar.buttons.workspaces.background": "#121212",
|
||||
"theme.bar.buttons.dashboard.icon": "#121212",
|
||||
"theme.bar.buttons.dashboard.background": "#f7d04b",
|
||||
"theme.bar.buttons.icon": "#FFD700",
|
||||
"theme.bar.buttons.icon": "#242438",
|
||||
"theme.bar.buttons.text": "#00FFFF",
|
||||
"theme.bar.buttons.hover": "#333333",
|
||||
"theme.bar.buttons.icon_background": "#242438",
|
||||
"theme.bar.buttons.icon_background": "#FFD700",
|
||||
"theme.bar.buttons.background": "#111111",
|
||||
"theme.bar.buttons.style": "split",
|
||||
"theme.bar.background": "#0A0A0A",
|
||||
|
||||
Reference in New Issue
Block a user