mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 07:29:51 +01:00
Gnome: Add initial support to v40
This commit is contained in:
@@ -11,7 +11,7 @@ gulp.task('styles', function(done) {
|
||||
});
|
||||
|
||||
gulp.task('shell-style', function(done) {
|
||||
gulp.src('gnome-shell/*.scss')
|
||||
gulp.src('gnome-shell/**/*.scss')
|
||||
.pipe(sass().on('error', sass.logError))
|
||||
.pipe(gulp.dest('./gnome-shell/'))
|
||||
.pipe(exec('gsettings set org.gnome.shell.extensions.user-theme name "Sweet"'))
|
||||
|
||||
2182
gnome-shell/v40/_common.scss
Normal file
2182
gnome-shell/v40/_common.scss
Normal file
File diff suppressed because it is too large
Load Diff
2074
gnome-shell/v40/gnome-shell.css
Normal file
2074
gnome-shell/v40/gnome-shell.css
Normal file
File diff suppressed because it is too large
Load Diff
6
gnome-shell/v40/gnome-shell.scss
Normal file
6
gnome-shell/v40/gnome-shell.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
$subtheme: 'main';
|
||||
|
||||
@import "../colors"; //use gtk colors
|
||||
@import "../drawing";
|
||||
@import "common";
|
||||
@import "../extensions"
|
||||
Reference in New Issue
Block a user