44e1a6ce06
- consistent OSD colors - consistent fg/bg colors - updated rounded corners - switches Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/841
17 lines
471 B
SCSS
17 lines
471 B
SCSS
$variant: 'light';
|
|
|
|
@import "gnome-shell-sass/_high-contrast-colors"; //use gtk colors
|
|
@import "gnome-shell-sass/_drawing";
|
|
@import "gnome-shell-sass/_common";
|
|
|
|
//force symbolic icons
|
|
stage {
|
|
-st-icon-style: symbolic;
|
|
}
|
|
|
|
.toggle-switch { width: 48px; }
|
|
.toggle-switch-us, .toggle-switch-intl {
|
|
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"); }
|
|
}
|