-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
bug: Some colors are very hard to see #14
Comments
I just merged a PR increasing the contrasts for the lualine and lightline plugins. I also updated all the terminal extras to increase the color contrast of the Anyway, the relative low contrast of the theme, is a design choice, but I think it would be great to have a colorscheme variant with higher contrast for those who need it. I already opened a issue for this #17. |
Looks great, thanks! Re windows: interesting yeah I do see the window separator now it turns out that for kyazdani42/nvim-tree.lua that separator is invisible which is weird I thought that was just a normal window? Maybe it's related to why it's invisible on vertical windows but that's just a guess. |
@lespea In fact, the nvim-tree.lua plugin has it's own highlight for the window border, is independent of the rest of the workspace. The really issue might be with some conflict between statusline plugins, like lualine with the theme base config, which causes the horizontal window border to disappear. I'm going to close this issue, if you encounter more problems with the theme, feel free to open another. |
Did you check docs and existing issues?
Neovim version (nvim -v)
0.9.5
Operating system/version
Linux 6.7.4
Describe the bug
Here are two examples where it's very difficult to read text.
https://imgur.com/a/DjyVQoy
The top example is in lualine and the second is in htop (using the kitty/fish theme files). I also noticed the separator between vim windows is now invisible? The colors theme to line up with the pictures so I'm pretty sure they're being applied correctly.
Steps To Reproduce
theme = 'pastelnight'
-- or
Expected Behavior
Text stands out more so it's easier to read
Repro
The text was updated successfully, but these errors were encountered: