mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
12 lines
360 B
JSON
12 lines
360 B
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "Light Default Colors",
|
|
"colors": {
|
|
"editor.background": "#ffffff",
|
|
"editor.foreground": "#000000",
|
|
"editor.inactiveSelectionBackground": "#E5EBF1",
|
|
"editorIndentGuide.background": "#d3d3d3",
|
|
"editor.selectionHighlightBackground": "#add6ff4d",
|
|
"editorSuggestWidget.background": "#F3F3F3"
|
|
}
|
|
} |