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": "Dark Default Colors",
|
||||
"colors": {
|
||||
"editorBackground": "#1e1e1e",
|
||||
"editorForeground": "#D4D4D4"
|
||||
"editorForeground": "#D4D4D4",
|
||||
"editorInactiveSelection": "#3A3D41",
|
||||
"editorGuide": "#404040",
|
||||
"editorSelectionHighlightColor": "#add6ff26"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user