Added a Vivid theme variant for all themes. (#402)

* Added vivid theme variants

* Update fill theme to handle vivids

* Fixed the network switch color
This commit is contained in:
Jas Singh
2024-10-30 01:48:03 -07:00
committed by GitHub
parent 87f67020e7
commit 9bb582c8cf
44 changed files with 5130 additions and 36 deletions

View File

@@ -337,5 +337,8 @@
"theme.bar.buttons.modules.submap.text": "#56b6c2",
"theme.bar.buttons.modules.submap.border": "#56b6c2",
"theme.bar.buttons.modules.submap.icon": "#56b6c2",
"theme.bar.buttons.modules.submap.icon_background": "#21252b"
"theme.bar.buttons.modules.submap.icon_background": "#21252b",
"theme.bar.menus.menu.network.switch.enabled": "#c678dd",
"theme.bar.menus.menu.network.switch.disabled": "#3e4451",
"theme.bar.menus.menu.network.switch.puck": "#4b5263"
}