mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
12 lines
325 B
JSON
12 lines
325 B
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "Light Default Colors",
|
|
"colors": {
|
|
"editorBackground": "#ffffff",
|
|
"editorForeground": "#000000",
|
|
"editorInactiveSelection": "#E5EBF1",
|
|
"editorIndentGuides": "#d3d3d3",
|
|
"editorSelectionHighlight": "#add6ff4d",
|
|
"editorSuggestWidgetBackground": "#F3F3F3"
|
|
}
|
|
} |