-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
The comment and the ghost text have similar color #466
Comments
After some effort, I figured out how to customize the colors. I added a background color to the ghost text to enhance contrast: "workbench.colorCustomizations": {
"editorGhostText.background": "#7f849c",
}, |
Curious if you figured out how to change color of comments as well? |
Should be fixed in the next release because of #435.
FYI you can run the |
Awesome, thank you, I didn't know that. |
I love catppuccin, but there is one issue that I find annoying. The comment and the ghost text have similar color and sometimes its hard to distinguish them. I would like to change the color of comment or the ghost text. My question is: 1) how do I customize the color? 2) what customization do you recommend that does not disturb the overall theme. Thank you for your help!
I tried to set the ghost text color with:
but it does not work.
The text was updated successfully, but these errors were encountered: