From ade06a201045b99984573d8b9863d310d85a5529 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Thu, 6 Sep 2018 12:17:06 -0500 Subject: [PATCH] Change all 'Aqua' occurences --- Gulpfile.js | 4 ++-- index.theme | 4 ++-- package.json | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gulpfile.js b/Gulpfile.js index cc947dd..4d07293 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -6,7 +6,7 @@ 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(); }); @@ -14,7 +14,7 @@ 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(); }); diff --git a/index.theme b/index.theme index 34399c9..2e4cdce 100755 --- a/index.theme +++ b/index.theme @@ -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 diff --git a/package.json b/package.json index a748a2c..be16de4 100644 --- a/package.json +++ b/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"