From 8c32ed76dff33f00fd5d5cf21a74e86ee47e9a9d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Mar 2021 20:29:36 +0300 Subject: revert back to lower contrast light theme by default, add separate light-high-contrast.less --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') 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( -- cgit v1.2.3-54-g00ecf