Fix coloring issues and added an option to configure media menu border. (#135)

* Fix coloring issues and added an option to configure media menu border.

* Updated and added options to style radio and check butto ns.

* Update themes to reflect the changes
This commit is contained in:
Jas Singh
2024-08-15 23:09:18 -07:00
committed by GitHub
parent 0ba89aae4a
commit f3a690026b
17 changed files with 101 additions and 65 deletions

View File

@@ -24,7 +24,6 @@
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#414559",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#232634",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#292c3c",
"theme.bar.menus.menu.media.card.color": "#292c3c",
"theme.bar.menus.menu.notifications.switch.puck": "#51576d",
"theme.bar.menus.menu.notifications.switch.disabled": "#414559",
"theme.bar.menus.menu.notifications.switch.enabled": "#babbf1",
@@ -256,5 +255,8 @@
"theme.notification.label": "#babbf1",
"theme.notification.actions.text": "#232634",
"theme.notification.actions.background": "#babbf1",
"theme.notification.background": "#232634"
"theme.notification.background": "#232634",
"theme.bar.menus.menu.media.card.color": "#292c3c",
"theme.bar.menus.check_radio_button.background": "#232534",
"theme.bar.menus.check_radio_button.active": "#b9baf1"
}