miguelsolorio / min-theme

A minimal theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=miguelsolorio.min-theme
MIT License
198 stars 20 forks source link

Hard to read comment in Diff #31

Closed kdnk closed 3 years ago

kdnk commented 3 years ago

In diff, It's hard to read comment.

It's would be better to have more darker text color.

CleanShot 2021-03-11 at 15 06 09@2x
melher39 commented 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.
miguelsolorio commented 3 years ago

Made some changes here, thanks for your patience:

dark

CleanShot 2021-07-15 at 16 42 37@2x

Light

CleanShot 2021-07-15 at 16 42 12@2x