mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
[themes] do default computations in color definition defaults
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"name": "High Contrast Default Colors",
|
||||
"colors": {
|
||||
"editorBackground": "#000000",
|
||||
"editorForeground": "#FFFFFF"
|
||||
"editorForeground": "#FFFFFF",
|
||||
"editorGuide": "#FFFFFF"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user