[theme] rename editorSelectionHighlightColor -> editorSelectionHighlight (For #23464)

This commit is contained in:
Martin Aeschlimann
2017-03-30 11:30:24 +02:00
parent ae0ad03034
commit 57ac341cfd
7 changed files with 10 additions and 10 deletions

View File

@@ -6,6 +6,6 @@
"editorForeground": "#D4D4D4",
"editorInactiveSelection": "#3A3D41",
"editorGuide": "#404040",
"editorSelectionHighlightColor": "#add6ff26"
"editorSelectionHighlight": "#add6ff26"
}
}