some more themes, fixes

This commit is contained in:
Henry Jameson 2018-12-02 10:22:25 +03:00
parent 67ca21b2e6
commit 80c0745558
6 changed files with 289 additions and 4 deletions
src/components/style_switcher

View file

@ -497,10 +497,9 @@ export default {
this.textColorLocal = rgb2hex(colors.fg)
}
this.clearV1()
const keys = new Set(version !== 1 ? Object.keys(colors) : [])
if (version === 1 || version === 'l1') {
// V1 ignores the rest
this.clearV1()
keys
.add('bg')
.add('link')