moved files around, less transparency
This commit is contained in:
+4
-1
@@ -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
|
||||
+2
-2
@@ -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;
|
||||
Reference in New Issue
Block a user