diff options
Diffstat (limited to 'desktop-themes/YaruOk/gtk-3.0/gtk.scss')
-rw-r--r-- | desktop-themes/YaruOk/gtk-3.0/gtk.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop-themes/YaruOk/gtk-3.0/gtk.scss b/desktop-themes/YaruOk/gtk-3.0/gtk.scss new file mode 100644 index 00000000..6a9e07fc --- /dev/null +++ b/desktop-themes/YaruOk/gtk-3.0/gtk.scss @@ -0,0 +1,12 @@ +$variant: 'light'; +$ambiance: true; + +@import 'colors'; +@import 'drawing'; +@import 'common'; +@import 'apps'; +@import 'tweaks'; +@import 'headerbar'; +@import 'colors-public'; +@import 'libhandy/Adwaita-base'; +@import "libhandy/headerbar"; |