fix: Remove support for old setting modified indicator. Ref #254
This commit is contained in:
parent
7a9b161f2a
commit
78a6df3181
2 changed files with 1 additions and 6 deletions
|
@ -94,10 +94,6 @@
|
||||||
"alpha": 100,
|
"alpha": 100,
|
||||||
"value": null
|
"value": null
|
||||||
},
|
},
|
||||||
"settings.modifiedItemForeground": {
|
|
||||||
"alpha": 100,
|
|
||||||
"value": null
|
|
||||||
},
|
|
||||||
"settings.headerForeground": {
|
"settings.headerForeground": {
|
||||||
"alpha": 100,
|
"alpha": 100,
|
||||||
"value": null
|
"value": null
|
||||||
|
@ -308,4 +304,4 @@
|
||||||
"_folder_root_dark",
|
"_folder_root_dark",
|
||||||
"_folder_root_light"
|
"_folder_root_light"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -844,7 +844,6 @@
|
||||||
"settings.textInputBackground": "{{variant.scheme.backgroundAlt}}",
|
"settings.textInputBackground": "{{variant.scheme.backgroundAlt}}",
|
||||||
"settings.headerForeground": "{{commons.accents.Teal}}",
|
"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