mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-02 14:58:43 +00: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"
|
|
}
|
|
} |