mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Highlight active indent guide (closes #14017)
This commit is contained in:
@@ -357,7 +357,8 @@
|
||||
"editor.lineHighlightBackground": "#073642",
|
||||
"editorLineNumber.activeForeground": "#949494",
|
||||
"editor.selectionBackground": "#073642",
|
||||
// "editorIndentGuide.background": "",
|
||||
"editorIndentGuide.background": "#93A1A180",
|
||||
"editorIndentGuide.activeBackground": "#C3E1E180",
|
||||
"editorHoverWidget.background": "#004052",
|
||||
// "editorHoverWidget.border": "",
|
||||
// "editorLineNumber.foreground": "",
|
||||
|
||||
Reference in New Issue
Block a user