This commit is contained in:
Hadi
2024-03-16 22:26:30 +01:00
parent 3f2ba75a5e
commit f86a0271b6
18 changed files with 317 additions and 973 deletions

View File

@@ -20,7 +20,7 @@ in {
player = "${config.theme.colors.bg}";
card = "${config.theme.colors.bg}";
shadow = "000000";
selected-row = "797979";
selected-row = "${config.theme.colors.alt-bg}";
button = "${config.theme.colors.primary-bg}";
button-active = "${config.theme.colors.primary-bg}";
button-disabled = "${config.theme.colors.alt-bg}";