Ducky07 / astral-green-theme

My own VSCode theme
MIT License
5 stars 0 forks source link

Git stage/revert buttons have an ugly light background #1

Open jokrefta opened 2 months ago

jokrefta commented 2 months ago

Somewhat recently, VSCode added these handy buttons for git projects where you can add or revert a chunk in the diff viewer (https://github.com/microsoft/vscode/issues/206808). This is what they look like in this theme:

image

This is controlled by editorGutter.commentRangeForeground. (I'm not sure what else this color is used for. You have it set to #c5c5c5, maybe there was a reason for that.)

Nice theme btw

Ducky07 commented 2 months ago

Thank you for the comment! I'm glad you've enjoyed the theme, unfortunately I have not updated it in a long time, so it might be that some colours are just set to some default value or maybe these values weren't used before in the past.

Regardless I'll probably get back to this and update the theme at some point once I get some time. Meanwhile if you'd like, you could always adjust the theme manually in the vscode config json file to your liking. 😅

Sorry for the inconvenience and I'll comment here once I've updated/fixed the issue.