sonph / onehalf

Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
MIT License
1.78k stars 236 forks source link

Fix color for comments in shell #118

Open dimitrigraf opened 2 years ago

dimitrigraf commented 2 years ago

This change makes comments in the shell the same color as defined in the Vim colors. Before, commenting something out in the shell would make it invisible because the same color was used as for the background.

dwettstein commented 2 years ago

Thanks! The same problem applies to the light theme as well. Would you mind to add an additional commit to fix that too?