mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-05-24 20:48:34 +00:00
Fixed #832
This commit is contained in:
8
src/main/gnome-shell/shell-44-0/gnome-shell-Dark.scss
Normal file
8
src/main/gnome-shell/shell-44-0/gnome-shell-Dark.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
$variant: 'dark';
|
||||
|
||||
@import '../../../sass/variables';
|
||||
@import '../../../sass/colors';
|
||||
@import '../../../sass/gnome-shell/drawing';
|
||||
@import '../../../sass/gnome-shell/common';
|
||||
@import '../../../sass/gnome-shell/widgets-44-0';
|
||||
@import '../../../sass/gnome-shell/extensions-40-0';
|
||||
8
src/main/gnome-shell/shell-44-0/gnome-shell-Light.scss
Normal file
8
src/main/gnome-shell/shell-44-0/gnome-shell-Light.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
$variant: 'light';
|
||||
|
||||
@import '../../../sass/variables';
|
||||
@import '../../../sass/colors';
|
||||
@import '../../../sass/gnome-shell/drawing';
|
||||
@import '../../../sass/gnome-shell/common';
|
||||
@import '../../../sass/gnome-shell/widgets-44-0';
|
||||
@import '../../../sass/gnome-shell/extensions-40-0';
|
||||
Reference in New Issue
Block a user