[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": "Dark Default Colors",
"colors": {
"editorBackground": "#1e1e1e",
"editorForeground": "#D4D4D4"
"editorForeground": "#D4D4D4",
"editorInactiveSelection": "#3A3D41",
"editorGuide": "#404040",
"editorSelectionHighlightColor": "#add6ff26"
}
}