From 7e5c16463a48e78b68673c24ef4651e7f4cccb8c Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 30 May 2019 09:03:09 +0200 Subject: [PATCH] theme: keep variant around for HC --- data/theme/gnome-shell-high-contrast.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/theme/gnome-shell-high-contrast.scss b/data/theme/gnome-shell-high-contrast.scss index 23279caf3..4ac340c92 100644 --- a/data/theme/gnome-shell-high-contrast.scss +++ b/data/theme/gnome-shell-high-contrast.scss @@ -1,3 +1,5 @@ +$variant: 'light'; + @import "gnome-shell-sass/_high-contrast-colors"; //use gtk colors @import "gnome-shell-sass/_drawing"; @import "gnome-shell-sass/_common";