night-owl-vscode-theme icon indicating copy to clipboard operation
night-owl-vscode-theme copied to clipboard

Highlight indent guide of the cursor's inner scope

Open brokenthorn opened this issue 4 years ago • 1 comments

Night Owl Light theme is missing this feature (Default Light + Theme):

image

ie. the highlighting of the indentation guide of the current scope.

This is Night Owl Light:

image

This is Night Owl Dark:

image

brokenthorn avatar Jun 21 '20 14:06 brokenthorn

You could use this to set a color for indent guide in settings.json

"workbench.colorCustomizations": { "editorIndentGuide.activeBackground": "#71a2be" }

navinesh avatar Sep 01 '20 04:09 navinesh