gnome-shell/data/theme/gnome-shell.scss
Jakub Steiner 04b0f86433 theme: use light theme for popovers
Make shell mimic Adwaita gtk.

FIXME:
 - switches
 - buttons
 - modal dialogs

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1045
2019-05-27 16:03:40 +02:00

6 lines
146 B
SCSS

$variant: 'light';
@import "gnome-shell-sass/_colors"; //use gtk colors
@import "gnome-shell-sass/_drawing";
@import "gnome-shell-sass/_common";