Set default colors for 'minimap.selectionHighlight' in other built in themes

This commit is contained in:
Rachel Macfarlane
2019-09-12 16:40:57 -07:00
committed by GitHub
parent 83e4713fe8
commit 700780d927
9 changed files with 18 additions and 6 deletions
@@ -350,6 +350,7 @@
"editorWhitespace.foreground": "#586E7580",
"editor.lineHighlightBackground": "#EEE8D5",
"editor.selectionBackground": "#EEE8D5",
"minimap.selectionHighlight": "#EEE8D5",
"editorIndentGuide.background": "#586E7580",
"editorIndentGuide.activeBackground": "#081E2580",
"editorHoverWidget.background": "#CCC4B0",
@@ -486,4 +487,4 @@
// Interactive Playground
"walkThrough.embeddedEditorBackground": "#00000014"
}
}
}