fix: Fix settings colors
This commit is contained in:
parent
15448b4d2a
commit
e3250078ce
2 changed files with 11 additions and 2 deletions
|
@ -94,6 +94,14 @@
|
|||
"alpha": 100,
|
||||
"value": null
|
||||
},
|
||||
"settings.modifiedItemForeground": {
|
||||
"alpha": 100,
|
||||
"value": null
|
||||
},
|
||||
"settings.headerForeground": {
|
||||
"alpha": 100,
|
||||
"value": null
|
||||
},
|
||||
"panelTitle.activeBorder": {
|
||||
"alpha": 100,
|
||||
"value": null
|
||||
|
@ -112,7 +120,7 @@
|
|||
}
|
||||
},
|
||||
"changelog": {
|
||||
"lastversion": "2.3.0"
|
||||
"lastversion": "2.4.0"
|
||||
},
|
||||
"icons": {
|
||||
"theme": {
|
||||
|
|
|
@ -842,8 +842,9 @@
|
|||
"settings.numberInputBackground": "{{variant.scheme.backgroundAlt}}",
|
||||
"settings.textInputForeground": "{{variant.scheme.foreground}}",
|
||||
"settings.textInputBackground": "{{variant.scheme.backgroundAlt}}",
|
||||
"settings.headerForeground": "{{commons.scheme.foreground}}",
|
||||
"settings.headerForeground": "{{commons.accents.Teal}}",
|
||||
"settings.modifiedItemIndicator": "{{commons.accents.Teal}}",
|
||||
"settings.modifiedItemForeground": "{{commons.accents.Teal}}",
|
||||
"settings.checkboxBackground": "{{variant.scheme.backgroundAlt}}",
|
||||
"settings.checkboxForeground": "{{variant.scheme.foreground}}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue