mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "Light Default Colors",
|
|
"colors": {
|
|
"editorBackground": "#ffffff",
|
|
"editorForeground": "#000000",
|
|
"editorInactiveSelection": "#E5EBF1",
|
|
"editorGuide": "#d3d3d3",
|
|
"editorSelectionHighlightColor": "#add6ff4d"
|
|
}
|
|
} |