Iron-E / nvim-highlite

A colorscheme generator that is "lite" on logic for the developer.
Other
240 stars 33 forks source link

fix(groups): `Comment` group derived from `text_contrast_bg_low` color #36

Closed Iron-E closed 1 month ago

Iron-E commented 1 month ago

It seems that, instead of using the dedicated comment color in the palette, it was derived from the text_contrast_bg_low color directly.

This commit amends that mistake: it should not be seen as a breaking change, as it was always meant to be used this way, and by default, comment is text_contrast_bg_low.

Closes #35