mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-01 14:15:44 +00:00
14 lines
444 B
JSON
14 lines
444 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",
|
|
"activityBarBadge.background": "#007ACC",
|
|
"sideBarTitle.foreground": "#6F6F6F"
|
|
}
|
|
} |