Add workbench/editor colors to our built in themes (fixes #25327)

This commit is contained in:
Benjamin Pasero
2017-04-29 15:01:44 +02:00
parent d87e0fe9e8
commit e7ff4c373f
11 changed files with 290 additions and 106 deletions

View File

@@ -6,6 +6,7 @@
"editor.foreground": "#D4D4D4",
"editor.inactiveSelectionBackground": "#3A3D41",
"editorIndentGuide.background": "#404040",
"editor.selectionHighlightBackground": "#add6ff26"
"editor.selectionHighlightBackground": "#add6ff26",
"list.dropBackground": "#383B3D"
}
}