oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
417 stars 57 forks source link

[Feature Request] Add Rainbow Indent Guide Colors to the File Explorer #119

Closed brandonmaul closed 2 years ago

brandonmaul commented 2 years ago

You can update the file explorer indent guide colors using "workbench.colorCustomizations": { "tree.indentGuidesStroke": "#00ff00" }

Would it be possible to extend this extension and make them a rainbow as well?

oderwat commented 2 years ago

Why do you think this could be used? I don't think it is possible as there seems to be no way to change them per indent level.