[themes] do default computations in color definition defaults

This commit is contained in:
Martin Aeschlimann
2017-03-20 11:36:20 +01:00
parent 430cd87169
commit cfb44d5566
6 changed files with 35 additions and 38 deletions

View File

@@ -3,6 +3,9 @@
"name": "Light Default Colors",
"colors": {
"editorBackground": "#ffffff",
"editorForeground": "#000000"
"editorForeground": "#000000",
"editorInactiveSelection": "#E5EBF1",
"editorGuide": "#d3d3d3",
"editorSelectionHighlightColor": "#add6ff4d"
}
}