Monokai / monokai-pro-vscode

Issue tracking for Monokai Pro for Visual Studio Code
321 stars 8 forks source link

Option to increase contrast with comment strings #330

Closed Alizter closed 1 year ago

Alizter commented 1 year ago

Hi, the default comment colour and background colour make it very difficult to read. Would it be possible to add an option to be able to contrast these a bit more? Adding an option to make it orange for example would be an improvement.

image

AnsonH commented 1 year ago

According to the author, the comment color is intentionally designed to have low contrast.

As a workaround, you can tweak the color of comments via VS Code's settings.json. Check out this Stack Overflow question to learn how to do that.

Alizter commented 1 year ago

@AnsonH Thanks, this is exactly what I was looking for!