fix colors for wofi and hyprland

This commit is contained in:
Noa Aarts 2024-06-18 17:34:03 +02:00
parent 03b2f54a25
commit 9484494b01
6 changed files with 143 additions and 534 deletions

View file

@ -91,8 +91,8 @@ in
gaps_in = "2";
gaps_out = "3";
border_size = "3";
"col.active_border" = "0xff950fad";
"col.inactive_border" = "0xff26052e";
"col.active_border" = "0xff${config.colorScheme.palette.base01}";
"col.inactive_border" = "0xff${config.colorScheme.palette.base01}";
};
misc = {
key_press_enables_dpms = true;