You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am studying the colors/nord.vim pallet because I would like to lighten the comments a bit. With the terminal opacity set to 80, comments tend to blend too much with the background. So I would like to have a bit litten comments. I see there is a variable called comment_brightness but not sure where exactly to activate it. Also this is for vim in terminal, not on GUI.
The text was updated successfully, but these errors were encountered:
Hi @Jzarecta 👋
The nord_comment_brightness plugin configuration variable is deprecated since plugin version 0.10.0 and is not loaded anymore because the default comment color was changed according to nordtheme/nord#94.
The style key for comments is Comment, so you can change it to any other value like e.g. nord6:
augroupnord-theme-overrides
autocmd!" Use 'nord6' as foreground color for all comments.autocmdColorSchemenordhighlightComment ctermfg=15 guifg=#ECEFF4
augroupEND
I am studying the colors/nord.vim pallet because I would like to lighten the comments a bit. With the terminal opacity set to 80, comments tend to blend too much with the background. So I would like to have a bit litten comments. I see there is a variable called comment_brightness but not sure where exactly to activate it. Also this is for vim in terminal, not on GUI.
The text was updated successfully, but these errors were encountered: