Files
vscode/extensions/theme-defaults/themes/light_defaults.json
2017-04-25 15:37:35 +02:00

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"
}
}