mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
tweaked toggle switch. still not done with it.
This commit is contained in:
@@ -36,6 +36,14 @@ $scrollbar_slider_color: shade($bg_color, .5);
|
||||
$scrollbar_slider_hover_color: shade($bg_color, .3);
|
||||
$scrollbar_slider_active_color: if($variant == 'light', darken($selected_bg_color, 5%), lighten($selected_bg_color, 10%));
|
||||
|
||||
$switch_disabled_bg_color: #d8d8d8;
|
||||
$switch_disabled_border_color: #ccc;
|
||||
$switch_disabled_fg_color: mix(#444, #f0f0f0, 0.5);
|
||||
$switch_disabled_slider_bg_color: #e8eaec;
|
||||
$switch_bg_color: #fbfbfb;
|
||||
$switch_fg_color: #8e969e;
|
||||
$switch_slider_bg_color: #fbfbfb;
|
||||
|
||||
// misc colors used by gtk+
|
||||
$info_fg_color: #fff;
|
||||
$info_bg_color: #03a9f4;
|
||||
|
||||
Reference in New Issue
Block a user