Files
vscode/extensions/theme-defaults/themes/light_defaults.json
2017-03-30 16:24:05 +02:00

11 lines
279 B
JSON

{
"$schema": "vscode://schemas/color-theme",
"name": "Light Default Colors",
"colors": {
"editorBackground": "#ffffff",
"editorForeground": "#000000",
"editorInactiveSelection": "#E5EBF1",
"editorIndentGuides": "#d3d3d3",
"editorSelectionHighlight": "#add6ff4d"
}
}