Files
vscode/extensions/theme-defaults/themes/light_defaults.json
2017-05-09 10:14:19 +02:00

13 lines
404 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"
}
}