summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-25 20:29:36 +0300
committerAndrew Dolgov <[email protected]>2021-03-25 20:29:36 +0300
commit8c32ed76dff33f00fd5d5cf21a74e86ee47e9a9d (patch)
tree9d9ce046fc1dc7a55f8b5b7d6c9b2ac2e481900c /gulpfile.js
parentceb8179ccc692430d52deb8e154e07a78569b412 (diff)
revert back to lower contrast light theme by default, add separate light-high-contrast.less
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index eed6c2282..9d09e984e 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -12,7 +12,7 @@ function swallowError(error) {
gulp.task('less', function(cb) {
gulp
.src(['themes/compact.less', 'themes/compact_night.less',
- 'themes/light.less', 'themes/night_blue.less', 'themes/night.less'])
+ 'themes/light.less', 'themes/light-high-contrast.less', 'themes/night_blue.less', 'themes/night.less'])
.pipe(less({javascriptEnabled: true}))
.on('error', swallowError)
.pipe(