changed background color walker
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
@define-color foreground @text;
|
@define-color foreground @text;
|
||||||
|
|
||||||
/* very transparent base to let compositor blur show through */
|
/* very transparent base to let compositor blur show through */
|
||||||
@define-color background rgba(30, 30, 46, 0.70);
|
@define-color background: rgba(26, 26, 40, 0.75);
|
||||||
|
|
||||||
/* selection tint */
|
/* selection tint */
|
||||||
@define-color color1 @blue;
|
@define-color color1 @blue;
|
||||||
@@ -136,20 +136,19 @@ slider,
|
|||||||
child {
|
child {
|
||||||
padding: 10px 12px;
|
padding: 10px 12px;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
|
background: @background;
|
||||||
/* faint glass tile */
|
border: 1px solid alpha(@text, 0.05);
|
||||||
background: rgba(49, 50, 68, 0.1);
|
|
||||||
border: 1px solid rgba(255, 255, 255, 0.04);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hover / Selection: brighter glass + tinted glow */
|
/* Hover / Selection: brighter glass + tinted glow */
|
||||||
child:selected,
|
child:selected,
|
||||||
child:hover {
|
child:hover {
|
||||||
background: alpha(@color1, 0.18);
|
background: rgba(22, 22, 34, 0.8);
|
||||||
border: 1px solid alpha(@color1, 0.2);
|
border: 1px solid alpha(@text, 0.08);
|
||||||
|
|
||||||
box-shadow:
|
box-shadow:
|
||||||
inset 0 1px 0 alpha(@text, 0.06),
|
inset 0 1px 0 alpha(@text, 0.05),
|
||||||
0 10px 24px alpha(@crust, 0.3);
|
0 6px 14px alpha(@crust, 0.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Text --- */
|
/* --- Text --- */
|
||||||
|
|||||||
Reference in New Issue
Block a user