Feature request: Allow Vira theme to auto adjust diffEditor.removedTextBackground
and diffEditor.insertedTextBackground
#1339
Replies: 1 comment 1 reply
-
Hi there! Thanks for reaching out. The problem you’re having is pretty common and unfortunately, there’s not much we can do about it. It’s because we don’t have enough theming keys. Even the default theme has the same issue - green comments have low contrast against added green sections: That's because VS Code doesn't offer a way to change the foreground color only for diff blocks. If you change the comments color, it affects all comments everywhere, making them more distracting. And if you decrease the green/red background opacity, when a green text is added, like a string, you won't see it. By the way, you can always customize Vira Theme, check out our guide and try to adjust the comments color and/or the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
I am trying out the Vira Carbon theme and have been really loving it. The main downside that I noticed was that in a diffing editor, commented sections and code comments can't be easily read, because of how strong the diff colors are.
I think it would be amazing if you can also have the extension adjust
diffEditor.removedTextBackground
anddiffEditor.insertedTextBackground
settings such that the theme is more readable for commented texts.Beta Was this translation helpful? Give feedback.
All reactions