Containers and styling

This commit is contained in:
Henry Sipp
2025-07-08 20:38:28 -05:00
parent cd1e64614e
commit 8bb8681985
9 changed files with 22 additions and 16 deletions
+4 -2
View File
@@ -27,12 +27,14 @@ in {
};
decoration = {
rounding = 0;
rounding = 4;
shadow = {
enabled = true;
range = 2;
range = 14;
render_power = 3;
ignore_window = true;
color = "rgba(00000045)";
# color = hexToRgba config.colorScheme.palette.base00 "ee";
};