Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'active indent guide' color (VS Code) #11

Closed
werenike opened this issue Nov 16, 2020 · 1 comment
Closed

Add 'active indent guide' color (VS Code) #11

werenike opened this issue Nov 16, 2020 · 1 comment

Comments

@werenike
Copy link
Contributor

VS Code (maybe as well as other supported IDEs?) has a feature where it can highlight the active indent guide, which I think it very handy. I noticed this feature is lost in the current witchhazel theme, because both the inactive and active guides get the same color. I propose to add a custom color to the active indent guide.

I was able to get a custom color by adding the below to my settings. (the background is the existing guide color, the activeBackground is the 'rouge' color from the vim implementation as well as the 'Error' color from the Python implementation)

"workbench.colorCustomizations": {
  "editorIndentGuide.background": "#A8757B",
  "editorIndentGuide.activeBackground": "#960050"
}

I'm not sure whether just pasting those into the theme file will do the trick. In any case, the result is this:

image

Let me know what you think!

@theacodes
Copy link
Owner

Totally for this, but I'd definitely want a different set of colors for those guides. Let me think on it a bit

theacodes added a commit that referenced this issue Sep 1, 2021
Add icon for marketplace, closes #4
Add indent guide colors for classic, closes #11
Fixup some fields in package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants