-
hello when using rose-pine light mode, the selected entry line is "invisible" because of the text color, no problem with the dark mode version I tried looking into the highlight group, fzf-colors table and such, but it was too much to start as i have never touched theses configuration. running :FzfLua highlights, there is a lot of entry where the text is "invisible" like when using fzflua. Basically all the black color which seems to be default thanks for any help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This should be an issue to open in rose-pine, fzf-lua comes with a preset of highlights that work with the default colorscheme and many other color schemes, every single highlight group is configurable, to solve this specific issue you need to configure |
Beta Was this translation helpful? Give feedback.
This should be an issue to open in rose-pine, fzf-lua comes with a preset of highlights that work with the default colorscheme and many other color schemes, every single highlight group is configurable, to solve this specific issue you need to configure
fzf_colors
, the line “normal” color is defined byfg+
, you can try settingfzf_colors=true
to have fzf-lua automatically set the default highlight groups for you or linkFzfLuaFzfCursorLine
for the bg|fg of the current line.