diff --git a/.gitignore b/.gitignore index 9d15d61de..74fb461f0 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,6 @@ yarn-error.log* # Themes public/themes/soho-light/ public/themes/soho-dark/ +public/themes/mira/ +public/themes/nano/ diff --git a/gulpfile.js b/gulpfile.js index 270878290..4c6be7190 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -25,7 +25,8 @@ gulp.task('build-css', function() { gulp.task('build-themes', function() { return gulp.src([ - 'public/themes/**/*','!public/themes/soho-*/**/*' + 'public/themes/**/*','!public/themes/soho-*/**/*', + '!public/themes/mira/**/*', '!public/themes/nano/**/*' ]) .pipe(gulp.dest('resources/themes')); }) diff --git a/public/demo/images/themes/mira.jpg b/public/demo/images/themes/mira.jpg new file mode 100644 index 000000000..18e5b6efd Binary files /dev/null and b/public/demo/images/themes/mira.jpg differ diff --git a/public/demo/images/themes/nano.jpg b/public/demo/images/themes/nano.jpg new file mode 100644 index 000000000..62f3a107a Binary files /dev/null and b/public/demo/images/themes/nano.jpg differ diff --git a/src/AppConfigurator.vue b/src/AppConfigurator.vue index 2fbc9bd01..232de4f9f 100755 --- a/src/AppConfigurator.vue +++ b/src/AppConfigurator.vue @@ -210,6 +210,18 @@ Soho Dark +