Wrap guide in a different color in light mode #27648
Closed
vogu66
started this conversation in
Extensions and Themes
Replies: 1 comment 1 reply
-
I agree that the default wrap guide is very hard to see in the included light mode themes. I think the problem is not that it's thin, but that the opacity (alpha component of the RGBA code) is set to just 5%. You can add this to your {
"experimental.theme_overrides": {
"editor.wrap_guide": "#c8ccd440"
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Thanks for the software, I'm trying it out a bit. It seems the wrap guide in light mode is the same color regardless of the theme? That, combined to it being very small, makes it basically invisible in the different light modes I tried. Do you think it'd be possible to have it thicker or a different color in option? Or change its color based on the theme?
Beta Was this translation helpful? Give feedback.
All reactions