Added the split variant to all the existing themes. (#179)

* Add split variant themes

* Added all split themes and updated non split themes.
This commit is contained in:
Jas Singh
2024-08-24 19:00:05 -07:00
committed by GitHub
parent fecc3efc41
commit bc08692317
29 changed files with 4017 additions and 50 deletions

View File

@@ -256,7 +256,18 @@
"theme.notification.actions.text": "#232634",
"theme.notification.actions.background": "#babbf1",
"theme.notification.background": "#232634",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#181825",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#c678dd",
"theme.bar.menus.menu.media.card.color": "#292c3c",
"theme.bar.menus.check_radio_button.background": "#232534",
"theme.bar.menus.check_radio_button.active": "#b9baf1"
"theme.bar.menus.check_radio_button.active": "#b9baf1",
"theme.bar.buttons.style": "default",
"theme.bar.buttons.icon_background": "#242438",
"theme.bar.buttons.volume.icon_background": "#f7768e",
"theme.bar.buttons.network.icon_background": "#bb9af7",
"theme.bar.buttons.bluetooth.icon_background": "#7dcfff",
"theme.bar.buttons.windowtitle.icon_background": "#f7768e",
"theme.bar.buttons.media.icon_background": "#bb9af7",
"theme.bar.buttons.notifications.icon_background": "#bb9af7",
"theme.bar.buttons.battery.icon_background": "#e0af68"
}