What's the highlight group for the bg of selected line and first character? #1778
-
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Jan 29, 2025
Replies: 1 comment 4 replies
-
FzfLuaCursorLine (when fzf_colors=true) or fzf_colors.cursorline
FzfLuaFzfGutter or fzf_colors.gutter
FzfLuaFzfMarker or fzf_colors.marker |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you have colors set in FZF_DEFAULT_OPTS?
See the REAME colors part, for the FzfLuaFzfxxx to be in effect you need to se fzf_colors=true, you can also override each element if you set fzf_colors to a table (README has it all at the bottom).