vim hlsearch text isn't readable with Solarized Light theme? #8196
Answered
by
kovidgoyal
deviantintegral
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I dont test every theme against every program. You are welcome to submit
a PR with a fix to the theme in my kitty-themes repo. If you think there
is a bug in the theme. Although more likelt its just a mismatch in color
choices between vim and the theme. You should really use a solarized
theme for vim itself in addition to ensure the colors are correct.
Terminal themes are not a good match for editor themes the kinds of
colors needed are very different.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
deviantintegral
-
Just FYI the next release of nvim supports auto switching between
light/dark out of the box.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hlsearch
in vim highlights the search term in the currently open file. However, when using Solarized Light obtained fromkitty +kitten themes
, the text isn't readable. Here's iTerm2 on the left, and Kitty on the right. Note how the search term "kitty" is using the same foreground and background color.I know I can modify the theme or vim settings, but is there a reason this doesn't work out of the box?
My kitty configuration is all defaults (except changing the font). Here's my current
.vimrc
, which matches what's in the Kitty docs except addingset hlsearch
.Beta Was this translation helpful? Give feedback.
All reactions