Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want to lighten the comment color #196

Closed
Jzarecta opened this issue Feb 28, 2020 · 2 comments
Closed

Want to lighten the comment color #196

Jzarecta opened this issue Feb 28, 2020 · 2 comments

Comments

@Jzarecta
Copy link

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.

@arcticicestudio
Copy link
Contributor

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.

To customize the theme to fit your needs, check out Nord Vim's official “Customization“ port project documentation.

The style key for comments is Comment, so you can change it to any other value like e.g. nord6:

augroup nord-theme-overrides
  autocmd!
  " Use 'nord6' as foreground color for all comments.
  autocmd ColorScheme nord highlight Comment ctermfg=15 guifg=#ECEFF4
augroup END

@dagolinuxoid
Copy link

@Jzarecta btw be sure yours set termguicolors works properly, actually setting t_8f and other stuff as needed consumed a lot of time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants