Changes to make the laptop work

This commit is contained in:
Jimbo 2024-10-16 00:04:56 -04:00
parent 7f5e5f2cc0
commit 49ce2cd341
12 changed files with 44 additions and 32 deletions

View file

@ -20,7 +20,7 @@
urgent-foreground = mkLiteral "#${config.look.colors.urgent}";
active-foreground = mkLiteral "#${config.look.colors.split}";
selected-active-foreground = mkLiteral "#${config.look.colors.prime}";
background = mkLiteral "#${config.look.colors.dark}B3";
background = mkLiteral "#${config.look.colors.dark}D9";
bordercolor = mkLiteral "#${config.look.colors.prime}";
selected-normal-foreground = mkLiteral "#FFFFFF";
selected-normal-background = mkLiteral "#${config.look.colors.prime}80";