This commit is contained in:
Benjamin Pasero
2017-05-19 12:21:36 +02:00
parent ea05102c9e
commit 52212f2a2e
4 changed files with 14 additions and 11 deletions

View File

@@ -2,12 +2,13 @@
"$schema": "vscode://schemas/color-theme",
"name": "Light Default Colors",
"colors": {
"editor.background": "#ffffff",
"editor.background": "#FFFFFF",
"editor.foreground": "#000000",
"editor.inactiveSelectionBackground": "#E5EBF1",
"editorIndentGuide.background": "#d3d3d3",
"editor.selectionHighlightBackground": "#add6ff4d",
"editorIndentGuide.background": "#D3D3D3",
"editor.selectionHighlightBackground": "#ADD6FF4D",
"editorSuggestWidget.background": "#F3F3F3",
"activityBarBadge.background": "#007ACC"
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#6F6F6F"
}
}