Skip to content

Commit

Permalink
Change all 'Aqua' occurences
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Sep 6, 2018
1 parent d0adcbf commit ade06a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gulpfile.js
Expand Up @@ -6,15 +6,15 @@ gulp.task('styles', function(done) {
gulp.src('gtk-3.0/**/*.scss')
.pipe(sass().on('error', sass.logError))
.pipe(gulp.dest('./gtk-3.0/'))
.pipe(exec(' gsettings set org.gnome.desktop.interface gtk-theme "Aqua"'))
.pipe(exec(' gsettings set org.gnome.desktop.interface gtk-theme "Sweet"'))
done();
});

gulp.task('shell-style', function(done) {
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 "Aqua"'))
.pipe(exec('gsettings set org.gnome.shell.extensions.user-theme name "Sweet"'))

done();
});
Expand Down
4 changes: 2 additions & 2 deletions index.theme
Expand Up @@ -5,7 +5,7 @@ Comment=Light and dark colorful Gtk3.20+ theme
Encoding=UTF-8

[X-GNOME-Metatheme]
GtkTheme=Aqua
MetacityTheme=Aqua
GtkTheme=Sweet
MetacityTheme=Sweet
IconTheme=Boston
ButtonLayout=:minimize,maximize,close
10 changes: 5 additions & 5 deletions package.json
@@ -1,22 +1,22 @@
{
"name": "Aqua",
"name": "Sweet",
"version": "1.0.0",
"description": "A flat and light theme with a modern look",
"description": "Light and dark colorful Gtk3.20+ theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EliverLara/Aqua.git"
"url": "git+https://github.com/EliverLara/Sweet.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EliverLara/Aqua/issues"
"url": "https://github.com/EliverLara/Sweet/issues"
},
"homepage": "https://github.com/EliverLara/Aqua#readme",
"homepage": "https://github.com/EliverLara/Sweet#readme",
"dependencies": {
"gulp-exec": "^2.1.3",
"gulp-sass": "^4.0.1"
Expand Down

0 comments on commit ade06a2

Please sign in to comment.