10 lines
259 B
SCSS
10 lines
259 B
SCSS
@import "_gnome-shell-old.scss"; //temporary. sadlu shell crashes when trying to build a theme from scratch
|
|
@import "_high-contrast-colors"; //use gtk colors
|
|
@import "_drawing";
|
|
@import "_common";
|
|
|
|
//force symbolic icons
|
|
stage {
|
|
-st-icon-style: symbolic;
|
|
}
|