fix: Fix settings colors

This commit is contained in:
Mattia Astorino 2018-08-29 22:51:16 +02:00
parent 15448b4d2a
commit e3250078ce
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
2 changed files with 11 additions and 2 deletions

View file

@ -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": {

View file

@ -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}}"
}