2020-01-08 05:08:14 -05:00
|
|
|
$variant: 'dark';
|
2019-06-18 09:29:00 -04:00
|
|
|
|
2015-02-19 15:51:38 -05:00
|
|
|
@import "gnome-shell-sass/_high-contrast-colors"; //use gtk colors
|
|
|
|
@import "gnome-shell-sass/_drawing";
|
|
|
|
@import "gnome-shell-sass/_common";
|
2019-12-20 10:45:58 -05:00
|
|
|
@import "gnome-shell-sass/_widgets";
|
2015-01-14 08:19:37 -05:00
|
|
|
|
|
|
|
//force symbolic icons
|
|
|
|
stage {
|
2019-12-18 16:25:03 -05:00
|
|
|
-st-icon-style: symbolic;
|
2015-01-14 08:19:37 -05:00
|
|
|
}
|
2015-04-15 13:35:51 -04:00
|
|
|
|
|
|
|
.toggle-switch { width: 48px; }
|
|
|
|
.toggle-switch-us, .toggle-switch-intl {
|
2019-12-18 16:25:03 -05:00
|
|
|
background-image: url("resource:///org/gnome/shell/theme/toggle-off-hc.svg");
|
|
|
|
&:checked { background-image: url("resource:///org/gnome/shell/theme/toggle-on-hc.svg"); }
|
2015-04-15 13:35:51 -04:00
|
|
|
}
|