nix-colors

This commit is contained in:
m3tam3re
2025-08-30 14:32:25 +02:00
parent cc0f4c66ce
commit bbb79160ae
6 changed files with 119 additions and 5 deletions

View File

@ -46,8 +46,9 @@ in {
gaps_in = 5;
gaps_out = 5;
border_size = 1;
# Keeping the existing active border as requested
"col.active_border" = "rgba(9742b5ee) rgba(9742b5ee) 45deg";
"col.inactive_border" = "rgba(595959aa)";
"col.inactive_border" = "rgba(${config.colorScheme.palette.base03}aa)";
layout = "dwindle";
};
@ -56,7 +57,7 @@ in {
enabled = true;
range = 60;
render_power = 3;
color = "rgba(1E202966)";
color = "rgba(${config.colorScheme.palette.base00}66)";
offset = "1 2";
scale = 0.97;
};