Update build-styles.js

Added a theme called 'greenish'
This commit is contained in:
Kasooka 2018-10-23 11:58:43 +02:00 committed by GitHub
parent 1a05b0ba75
commit 84f03cd40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ var sass = require('node-sass');
var staticDir = './static/'
var srcDir = './stylesrc/';
var themes = ['light','dark'];
var themes = ['light','dark','greenish'];
themes.forEach(function(s){