some more themes, fixes
This commit is contained in:
parent
67ca21b2e6
commit
80c0745558
6 changed files with 289 additions and 4 deletions
src/components/style_switcher
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue