diff --git a/colors.json b/colors.json index cb04e5c..e6bd0fb 100644 --- a/colors.json +++ b/colors.json @@ -355,9 +355,9 @@ "_comment" : "Used as primary color in text", "light" : { - "s" : 71, - "l" : 10, - "a" : 0.87 + "s" : 31, + "l" : 20, + "a" : 1 }, "dark" : { @@ -430,15 +430,15 @@ "TEXT-BLACK-COLOR" : { "light" : { - "s" : 71, - "l" : 10, - "a" : 0.87 + "s" : 31, + "l" : 20, + "a" : 1 }, "dark" : { - "s" : 71, - "l" : 10, - "a" : 0.87 + "s" : 31, + "l" : 20, + "a" : 1 } }, "TEXT-BLACK_SECONDARY" : { diff --git a/theme/gnome-shell/.css/controls.css b/theme/gnome-shell/.css/controls.css index 74ca9a5..66158e6 100644 --- a/theme/gnome-shell/.css/controls.css +++ b/theme/gnome-shell/.css/controls.css @@ -113,17 +113,23 @@ /* Sliders */ -.slider, +.slider, .level { - color: BUTTON-TEXT-COLOR; /* slider handle color (47+) */ - -barlevel-height: 14px; -barlevel-background-color: ACCENT-DISABLED-COLOR; + -barlevel-color: TEXT-PRIMARY-COLOR; + color: TEXT-PRIMARY-COLOR; /* slider handle color (47+) */ -barlevel-active-background-color: BUTTON-COLOR; + -barlevel-height: 10px; -barlevel-border-width: 0px; /* up to 46 */ + -slider-handle-radius: 7px; /* overfill */ -barlevel-overdrive-color: #c01c28; -barlevel-overdrive-separator-width: 2px; - -slider-handle-radius: 7px; +} + +.level { + -barlevel-active-background-color: TEXT-PRIMARY-COLOR; + -barlevel-height: 8px; }