nordtheme/vim

Folded lines

Flamme13 opened this issue · 2 comments

Hello. Tell me how can I make the folded lines brighter?

Is that right or can you do better?

augroup nord-overrides
  autocmd!
  autocmd ColorScheme nord highlight Folded guibg=CUSTOM_COLOR guifg=CUSTOM_COLOR
augroup END

found such a way in Issue for 2017
#36
can now be done differently?

Thank you!

Hi @Flamme13 👋
This is the recommended way to customize the theme like also described in the Nord Vim “Customization“ documentation.

Thanks for the answer.
Cool theme!