From 23eff50c3c3a51faaf7ee30695ebafbd51e8a3a7 Mon Sep 17 00:00:00 2001 From: Mate Date: Wed, 9 Jun 2021 07:28:48 +0200 Subject: move Theme to yaruok --- desktop-themes/YaruOK/gtk-3.0/gtk.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 desktop-themes/YaruOK/gtk-3.0/gtk.scss (limited to 'desktop-themes/YaruOK/gtk-3.0/gtk.scss') 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"; -- cgit v1.2.1