mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-05-26 13:48:33 +00:00
Fixed ubuntu gdm theme issues
This commit is contained in:
3887
src/main/gnome-shell/gdm3-dark.css
Normal file
3887
src/main/gnome-shell/gdm3-dark.css
Normal file
File diff suppressed because it is too large
Load Diff
9
src/main/gnome-shell/gdm3-dark.scss
Normal file
9
src/main/gnome-shell/gdm3-dark.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
$variant: 'dark';
|
||||
$laptop: 'true';
|
||||
$trans: 'true';
|
||||
$black: 'false';
|
||||
|
||||
@import '../../sass/colors';
|
||||
@import '../../sass/variables';
|
||||
@import '../../sass/gnome-shell/drawing';
|
||||
@import '../../sass/gnome-shell/common';
|
||||
3887
src/main/gnome-shell/gdm3-light.css
Normal file
3887
src/main/gnome-shell/gdm3-light.css
Normal file
File diff suppressed because it is too large
Load Diff
9
src/main/gnome-shell/gdm3-light.scss
Normal file
9
src/main/gnome-shell/gdm3-light.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
$variant: 'light';
|
||||
$laptop: 'true';
|
||||
$trans: 'true';
|
||||
$black: 'false';
|
||||
|
||||
@import '../../sass/colors';
|
||||
@import '../../sass/variables';
|
||||
@import '../../sass/gnome-shell/drawing';
|
||||
@import '../../sass/gnome-shell/common';
|
||||
Reference in New Issue
Block a user