Closed kdnk closed 3 years ago
@kdnk Not sure if you resolved this but I also had the same issue for a while and I was able to fix it by manually changing the color of the comments in the min-dark.json
file. You can find this in the extensions
folder inside the .vscode
directory in your user settings.
Find the following object and change the foreground
property to the color of your choice. I used "#229977".
{ "scope": [ "comment" ], "settings": { "foreground": "#4e5761" } }
Initially, I tried changing this within VScode but I wasn't able to get it working so I resorted to this.Made some changes here, thanks for your patience:
In diff, It's hard to read comment.
It's would be better to have more darker text color.