-
-
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 still pretty unreadable #195
Comments
Hi @stefanfrede 👋, guessing color values from screenshots is hard (and inaccurate due to color profiles differences), but this looks indeed not as bright as it should be. |
You can find my dotfiles here: https://gitlab.com/stefanfrede/dotfiles/-/tree/update-vim-config and my |
I have the same issue of @stefanfrede , using nordtheme both for vim and st terminal (with a further Currently I adopted the solution you suggested in #196 , but white comments are really bad, so I opted for
|
@stefanfrede Could you please try to add the following option to your configuration? if (has("termguicolors"))
set termguicolors
endif |
@alecandido Thanks, nice to see you like it 😄
|
@arcticicestudio That solved it. Thank you! |
Sorry to reply late. First things first: I tried with your solution, but unfortunately is not working, Then:
Thank you for your reply, at least the reference was useful and I keep using your theme 👍 . |
@alecandido Sorry, I missed your comment because the issue was closed and I've marked it as done in the GitHub notification center. It's possible that you're using a terminal that doesn't work out-of-the-box with 24-bit colors so in order to use the Regarding the customizable colors: I guess the reason to use a theme are the colors and how they are combined so making them configurable is more like rebuilding Vim's theme engine 🙃The current way of allowing users to customize any highlighting group is a powerful tool and allows to change parts of the theme to any other color. It also ensures that the modifications are only scoped to the Nord theme and doesn't effect others. This is also valid for any other Vim option, so e.g. in your case the `termguicolors_ option can only be set when Nord is currently the active theme. This would make sure nothing breaks for other themes. |
Don't worry to be late, it's fine:
Thank you again |
Hi! I like the Nord colours a lot and I use them for mostly everything CLI related. Great work! The only problem I have is that I'm more or less flying blind when writing comments. Luckily I'm able to touch type ;) I just read through the issues and release notes and learned that there already went a lot of effort into this topic. But I'm wondering, when I compare my screen with how it is supposed to look after the 0.10.0 release I get the feeling that I have still have the old colours even though I installed the latest release (0.13.0). My terminal is Kitty and here is a screenshot:
The text was updated successfully, but these errors were encountered: