From 8739cc3f2ce080c9d491ac08aac6a55047a8c419 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 12 Sep 2020 19:35:16 +0200 Subject: [PATCH] modified switch colors --- .config/gtk-3.0/widgets/button.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/gtk-3.0/widgets/button.css b/.config/gtk-3.0/widgets/button.css index 4b6c1a2..3862dde 100644 --- a/.config/gtk-3.0/widgets/button.css +++ b/.config/gtk-3.0/widgets/button.css @@ -1,6 +1,15 @@ /* buttons, also headings from table views like thunar */ +switch:checked { + background: @acc1_color; + color: @bg_color; +} +switch { + background: @acc1_color; + color: @bg_color; +} + button, switch slider { background: @bg_color;