[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,7 @@
"name": "High Contrast Default Colors",
"colors": {
"editorBackground": "#000000",
"editorForeground": "#FFFFFF"
"editorForeground": "#FFFFFF",
"editorGuide": "#FFFFFF"
}
}