moved files around, less transparency

This commit is contained in:
2026-02-27 21:14:39 +01:00
parent 8b33495e73
commit ba93889642
3 changed files with 6 additions and 3 deletions
@@ -1,7 +1,10 @@
# Walker UI layout/theme config (Catppuccin Mocha tuned)
theme = "frosted"
debug = true
[ui]
css = "~/.config/walker/themes/walker.css"
css = "home/henrov/themes/frosted/walker.css"
[ui.anchors]
top = true
@@ -4,7 +4,7 @@
/* --- Palette --- */
/* glass layers: low alpha + slightly cool tint */
@define-color base rgba(220, 230, 255, 0.06);
@define-color base rgba(220, 230, 255, 0.15);
@define-color mantle rgba(24, 24, 37, 0.55); /* was opaque */
@define-color crust rgba(17, 17, 27, 0.80);
@@ -33,7 +33,7 @@
@define-color foreground @text;
/* very transparent base to let compositor blur show through */
@define-color background rgba(24, 24, 37, 0.38);
@define-color background rgba(24, 24, 37, 0.50);
/* selection tint */
@define-color color1 @blue;