1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-12 23:35:56 +00:00

revert back to lower contrast light theme by default, add separate light-high-contrast.less

This commit is contained in:
Andrew Dolgov
2021-03-25 20:29:36 +03:00
parent ceb8179ccc
commit 8c32ed76df
6 changed files with 2176 additions and 74 deletions

View File

@@ -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(