This commit is contained in:
Hadi
2024-10-05 11:48:16 +02:00
parent 270c1b959e
commit 23dcfd5290
14 changed files with 531 additions and 298 deletions

View File

@@ -147,8 +147,8 @@
gaps_in = config.var.theme.gaps-in;
gaps_out = config.var.theme.gaps-out;
border_size = config.var.theme.border-size;
"col.active_border" = "rgba(${config.var.theme.colors.accent}ff)";
"col.inactive_border" = "rgba(00000055)";
# "col.active_border" = "rgba(${config.var.theme.colors.accent}ff)";
# "col.inactive_border" = "rgba(00000055)";
border_part_of_window = true;
layout = "master";
};
@@ -160,7 +160,7 @@
drop_shadow = true;
shadow_range = 20;
shadow_render_power = 3;
"col.shadow" = "rgba(00000055)";
# "col.shadow" = "rgba(00000055)";
blur = { enabled = if config.var.theme.blur then "true" else "false"; };
};