Former-commit-id: a189d592ed
This commit is contained in:
Hadi
2024-03-13 19:26:10 +01:00
parent c5e82fed04
commit 74473f7bf8
12 changed files with 71 additions and 111 deletions

View File

@@ -21,11 +21,11 @@ in {
card = "${config.theme.colors.bg}";
shadow = "000000";
selected-row = "797979";
button = "31748f";
button-active = "31748f";
button-disabled = "555169";
tab-active = "00FF00";
misc = "00FF00";
button = "${config.theme.colors.primary-bg}";
button-active = "${config.theme.colors.primary-bg}";
button-disabled = "${config.theme.colors.alt-bg}";
tab-active = "${config.theme.colors.primary-bg}";
misc = "${config.theme.colors.alt-fg}";
};
enabledExtensions = with spicePkgs.extensions; [