diff options
author | Mate <[email protected]> | 2021-06-10 14:08:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-02 23:56:01 +0200 |
commit | 04408a6c3e8494317b7ee6ab144d109e4072d149 (patch) | |
tree | 8e2cc859cfa2ec1516b8d17f066834508d5b5158 /desktop-themes/YaruGreen/gtk-3.0/gtk.scss | |
parent | 0a03894ca68a0a3842a5149932ebfce5b067a18f (diff) | |
download | mate-themes-04408a6c3e8494317b7ee6ab144d109e4072d149.tar.bz2 mate-themes-04408a6c3e8494317b7ee6ab144d109e4072d149.tar.xz |
Add YaruGreen
Diffstat (limited to 'desktop-themes/YaruGreen/gtk-3.0/gtk.scss')
-rw-r--r-- | desktop-themes/YaruGreen/gtk-3.0/gtk.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop-themes/YaruGreen/gtk-3.0/gtk.scss b/desktop-themes/YaruGreen/gtk-3.0/gtk.scss new file mode 100644 index 00000000..6a9e07fc --- /dev/null +++ b/desktop-themes/YaruGreen/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"; |