fix: Remove support for old setting modified indicator. Ref #254

This commit is contained in:
Mattia Astorino 2018-09-10 16:04:56 +02:00
parent 7a9b161f2a
commit 78a6df3181
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
2 changed files with 1 additions and 6 deletions

View file

@ -94,10 +94,6 @@
"alpha": 100,
"value": null
},
"settings.modifiedItemForeground": {
"alpha": 100,
"value": null
},
"settings.headerForeground": {
"alpha": 100,
"value": null
@ -308,4 +304,4 @@
"_folder_root_dark",
"_folder_root_light"
]
}
}

View file

@ -844,7 +844,6 @@
"settings.textInputBackground": "{{variant.scheme.backgroundAlt}}",
"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}}"
}