diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b512c09 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..c491ec0 --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,31 @@ +'use strict'; + +const gulp = require('gulp'); + +const browserSync = require('browser-sync').create(); + +gulp.task('serve', function () { + browserSync.init({ + port: 8890, + reloadDelay: 500, + ui: false, + open: true, + server: { + baseDir: './', + directory: true + } + }); +}); + +gulp.task('reload', function (done) { + browserSync.reload(); + done(); +}); + +gulp.task('watch', ['serve'], function () { + gulp.watch('./**/*', { interval: 800 }, ['reload']); +}); + +gulp.task('default', ['watch']); + +gulp.task('dev', ['watch']); \ No newline at end of file diff --git a/index.html b/index.html index b791a91..58ed259 100644 --- a/index.html +++ b/index.html @@ -43,8 +43,8 @@

Just copy and paste One line command. Each theme has his own line.

-
 wget -O xt  http://git.io/v3D4o && chmod +x xt && ./xt && rm xt 
- +
 wget -O xt  http://git.io/v3D4o && chmod +x xt && ./xt && rm xt 
+ Copy to clipboard
@@ -68,468 +68,234 @@
  • Aci

    -
    -
    wget -O xt http://git.io/v3Dlm && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Aco

    -
    -
    wget -O xt http://git.io/v3Dll && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Azu

    -
    -
    wget -O xt http://git.io/v3Dlz && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme Azu
  • Bim

    -
    -
    wget -O xt http://git.io/v3Dlr && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme Bim
  • Cai

    -
    -
    wget -O xt http://git.io/v3Dli && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Chalk

    -
    -
    wget -O xt http://git.io/v3Dlb && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Dracula

    -
    -
    wget -O xt http://git.io/v3D8e && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Elementary

    -
    -
    wget -O xt http://git.io/v3D8R && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Elic

    -
    -
    wget -O xt http://git.io/v3D82 && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Elio

    -
    -
    wget -O xt http://git.io/v3D44 && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Flat

    -
    -
    wget -O xt http://git.io/v3D4z && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Freya

    -
    -
    wget -O xt http://git.io/v3D4o && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Hemisu Dark

    -
    -
    wget -O xt https://git.io/v5mXA && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Hemisu Light

    -
    -
    wget -O xt https://git.io/v5mXj && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Hydrid

    -
    -
    wget -O xt http://git.io/v3D4d && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Jup

    -
    -
    wget -O xt http://git.io/v3D4N && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Mar

    -
    -
    wget -O xt http://git.io/v3DBe && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Material Colors

    -
    -
    wget -O xt http://git.io/v3DBv && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Miu

    -
    -
    wget -O xt http://git.io/v3DBT && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Monokai

    -
    -
    wget -O xt https://git.io/v5mPp && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Nep

    -
    -
    wget -O xt http://git.io/v3DBB && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Ocean Dark

    -
    -
    wget -O xt https://git.io/vQ9TY && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • One Dark

    -
    -
    wget -O xt https://git.io/v5m1l && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • One Light

    -
    -
    wget -O xt https://git.io/v5m1u && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Pali

    -
    -
    wget -O xt http://git.io/v3DBV && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Peppermint

    -
    -
    wget -O xt http://git.io/v3DBK && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Sat

    -
    -
    wget -O xt http://git.io/v3DBP && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Shel

    -
    -
    wget -O xt http://git.io/v3DBM && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Smyck

    -
    -
    wget -O xt http://git.io/v3DB9 && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Solarized Dark

    -
    -
    wget -O xt http://git.io/v5f6B && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Solarized Light

    -
    -
    wget -O xt https://git.io/v5mXi && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Tin

    -
    -
    wget -O xt http://git.io/v3DBF && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Tomorrow Night Blue

    -
    -
    wget -O xt https://git.io/v5m1t && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Tomorrow Night Bright

    -
    -
    wget -O xt https://git.io/v5m1Y && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Tomorrow Night Eighties

    -
    -
    wget -O xt https://git.io/v5m1s && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Tomorrow Night

    -
    -
    wget -O xt http://git.io/v3DRs && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Tomorrow

    -
    -
    wget -O xt http://git.io/v3DRc && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Ura

    -
    -
    wget -O xt http://git.io/v3DRB && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • Vag

    -
    -
    wget -O xt http://git.io/v3DR0 && chmod +x xt && ./xt && rm xt
    - - Copy to clipboard - -
    Theme
  • diff --git a/package.json b/package.json new file mode 100644 index 0000000..b5d6bea --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "", + "version": "1.0.0", + "description": "", + "main": "", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "", + "homepage": "", + "devDependencies": {}, + "dependencies": { + "browser-sync": "^2.24.7", + "compass-mixins": "^0.12.10", + "gulp": "^3.9.1" + } +}