mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
[themes] do default computations in color definition defaults
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
"name": "Light Default Colors",
|
||||
"colors": {
|
||||
"editorBackground": "#ffffff",
|
||||
"editorForeground": "#000000"
|
||||
"editorForeground": "#000000",
|
||||
"editorInactiveSelection": "#E5EBF1",
|
||||
"editorGuide": "#d3d3d3",
|
||||
"editorSelectionHighlightColor": "#add6ff4d"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user