pinwheel: Add colors module to define common colors

This commit is contained in:
Alexander Heldt
2023-10-21 22:47:20 +02:00
parent 4a1a50d24f
commit ca1b71261d
6 changed files with 50 additions and 49 deletions

View File

@@ -61,10 +61,13 @@ in
};
general = {
layout = "dwindle";
gaps_in = 0; # gaps between windows
gaps_out = 0; # gaps between windows and monitor edges
layout = "dwindle";
"col.active_border" = "rgba(${config.lib.colors.foreground}ff)";
"col.inactive_border" = "rgba(${config.lib.colors.background}ff)";
};
dwindle = {