[user/malte] Change sway colors

The blue was too bright
This commit is contained in:
Malte Tammena 2022-04-12 10:09:16 +02:00
parent 91aa1f09f1
commit 3c13f7332b

View file

@ -322,6 +322,7 @@ in {
colors = let
primary = col.primary.hashRgb;
secondary = col.secondary.hashRgb;
secondaryDark = "#324748";
#primaryDimmed = (col.primary.darker 0.6).hashRgb;
background = col.background.hashRgb;
foregroundDimm = col.foregroundDimmed.hashRgb;
@ -337,9 +338,9 @@ in {
};
focusedInactive = {
inherit background;
border = secondary;
childBorder = secondary;
indicator = secondary;
border = secondaryDark;
childBorder = secondaryDark;
indicator = secondaryDark;
text = "#FF0000";
};
unfocused = {