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,
|
"alpha": 100,
|
||||||
"value": null
|
"value": null
|
||||||
},
|
},
|
||||||
|
"settings.modifiedItemForeground": {
|
||||||
|
"alpha": 100,
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"settings.headerForeground": {
|
||||||
|
"alpha": 100,
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
"panelTitle.activeBorder": {
|
"panelTitle.activeBorder": {
|
||||||
"alpha": 100,
|
"alpha": 100,
|
||||||
"value": null
|
"value": null
|
||||||
|
@ -112,7 +120,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"lastversion": "2.3.0"
|
"lastversion": "2.4.0"
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"theme": {
|
"theme": {
|
||||||
|
|
|
@ -842,8 +842,9 @@
|
||||||
"settings.numberInputBackground": "{{variant.scheme.backgroundAlt}}",
|
"settings.numberInputBackground": "{{variant.scheme.backgroundAlt}}",
|
||||||
"settings.textInputForeground": "{{variant.scheme.foreground}}",
|
"settings.textInputForeground": "{{variant.scheme.foreground}}",
|
||||||
"settings.textInputBackground": "{{variant.scheme.backgroundAlt}}",
|
"settings.textInputBackground": "{{variant.scheme.backgroundAlt}}",
|
||||||
"settings.headerForeground": "{{commons.scheme.foreground}}",
|
"settings.headerForeground": "{{commons.accents.Teal}}",
|
||||||
"settings.modifiedItemIndicator": "{{commons.accents.Teal}}",
|
"settings.modifiedItemIndicator": "{{commons.accents.Teal}}",
|
||||||
|
"settings.modifiedItemForeground": "{{commons.accents.Teal}}",
|
||||||
"settings.checkboxBackground": "{{variant.scheme.backgroundAlt}}",
|
"settings.checkboxBackground": "{{variant.scheme.backgroundAlt}}",
|
||||||
"settings.checkboxForeground": "{{variant.scheme.foreground}}"
|
"settings.checkboxForeground": "{{variant.scheme.foreground}}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue