summaryrefslogtreecommitdiffstats
path: root/data/theme/gnome-shell-high-contrast.scss
blob: ed52bbb86c03993ade9026ef2daf2f06d27daf51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$variant: 'dark';

@import "gnome-shell-sass/_high-contrast-colors"; //use gtk colors
@import "gnome-shell-sass/_drawing";
@import "gnome-shell-sass/_common";
@import "gnome-shell-sass/_widgets";

//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"); }
}