mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
fix check and radio margins. tweak switch.
This commit is contained in:
@@ -38,9 +38,9 @@ $scrollbar_slider_active_color: if($variant == 'light', darken($selected_bg_colo
|
||||
|
||||
$switch_disabled_bg_color: #d8d8d8;
|
||||
$switch_disabled_border_color: #ccc;
|
||||
$switch_disabled_fg_color: mix(#444, #f0f0f0, 0.5);
|
||||
$switch_disabled_fg_color: mix(#444, #f0f0f0, .5);
|
||||
$switch_disabled_slider_bg_color: #e8eaec;
|
||||
$switch_bg_color: #fbfbfb;
|
||||
$switch_bg_color: mix($bg_color, $base_color, .3);
|
||||
$switch_fg_color: #8e969e;
|
||||
$switch_slider_bg_color: #fbfbfb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user