-
-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
Description
Description
The theme could benefit from more color contrast for comments in Typescript files, especially during diff.
I've personally applied these:
"editor.tokenColorCustomizations": {
"[Nord]": {
"comments": "#81A1C1"
}
},
"workbench.colorCustomizations": {
"[Nord]": {
"diffEditor.insertedTextBackground": "#5E81AC33"
}
}
to get this:
My solution might not be 'pure Nord' but I can read comments during diff, which is nice
Benefits
Readability
Possible Drawbacks
Objective opinion
Reactions are currently unavailable



