Browse Source

modified switch colors

master
Marc 4 years ago
parent
commit
8739cc3f2c
1 changed files with 9 additions and 0 deletions
  1. 9
      .config/gtk-3.0/widgets/button.css

9
.config/gtk-3.0/widgets/button.css

@ -1,6 +1,15 @@
/* buttons, also headings from table views like thunar /* buttons, also headings from table views like thunar
*/ */
switch:checked {
background: @acc1_color;
color: @bg_color;
}
switch {
background: @acc1_color;
color: @bg_color;
}
button, button,
switch slider { switch slider {
background: @bg_color; background: @bg_color;

Loading…
Cancel
Save