hiteshchoudhary / vscode-theme

A teaching friendly theme for vscode
163 stars 6 forks source link

Dark Chai Theme comment tag is too bright #3

Open asimar007 opened 10 months ago

asimar007 commented 10 months ago

The Dark Chai Theme currently has a comment tag that appears to be too bright, causing discomfort and strain on the eyes during extended coding sessions. In my opinion, it would greatly enhance the user experience if the brightness of the comment tag could be dimmed.

Screenshot 2023-12-08 at 8 20 13 PM

Light chai Theme comment tag is fine

vaibhavc2 commented 9 months ago

The Dark Chai Theme currently has a comment tag that appears to be too bright, causing discomfort and strain on the eyes during extended coding sessions. In my opinion, it would greatly enhance the user experience if the brightness of the comment tag could be dimmed.

Screenshot 2023-12-08 at 8 20 13 PM

Light chai Theme comment tag is fine

I am also using this theme since about more than three weeks, and I haven't noticed this bug even once! Comments are always in a dull gray shade which is really easy to read, but at the same time, doesn't obstruct the code.

image

m-shahzab commented 9 months ago
  1. Locate the settings file: Begin by navigating to the settings file, specifically the settings.json file.
  2. Find the designated section: Within the settings.json file, seek out the section labeled "editor.tokenColorCustomizations"
  3. Insert the code snippet: Carefully paste the following code into that section: JSON "comments": "#colorCode"
  4. Save the changes: To ensure the modifications take effect, save the settings.json file.

image