-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
Comments are too dark #227
Comments
+1, comments seem pretty hard to read out of the box. You can change it from black to darkgray by putting this in your config (after setting the colorscheme): You might need to add more highlight groups if NERDTree uses something other than Comment. I like to also make comments italic by adding |
Hi @pr3c0g 👋 In order to ensure the problem is related to the Nord theme you need to reproduce it with a minimal and clean configuration. This can be done by creating new configuration file with any name (e.g. Here's an minimal test configuration you can use to try to reproduce the problem (supposed you're using vim-plug): call plug#begin(expand('~/.vim/plugged'))
Plug 'arcticicestudio/nord-vim'
call plug#end()
set nocompatible
if (has("termguicolors"))
set termguicolors
endif
syntax enable
colorscheme nord As you can see in the example configuration I've added the @pr3c0g Could you please try to either use the example configuration or set the Unfortunately terminal colors are quite complex due to their long history, but modern terminal emulators should be all capable of rendering "True Colors". You should make sure to check out the great “Terminal Colors“ gist that provides many details about color rendering in terminal emulators, tracking of supported terminal emulator projects and answers to common confusions about terminal colors. The “Colours in terminal“ gist is also quite helpful to learn more about the actual rendering engines and standards used by these terminal emulators. |
Hi there! Thank you very much for your very detailed response! Setting |
Hi all, love this theme!
It looks like the comments are too dark.
Also, looking at your screenshots, your comments seem to be brighter than mine.
Comparission:
My NERDTree:
Your NERDTree:
I changed the line
let s:nord3_term
on filenord.vim
to other numbers but I can't get a brighter grey, only other colors.What do these numbers correspond.
I'm running OSX, NVIM v0.4.4, and I have nord-vim installed via Vundle and updated (going to the folder shows develop branch, commit ea7ff9c)
Thank your for the help and sorry if I misinterpreted something!
The text was updated successfully, but these errors were encountered: