wookayin/dotfiles

fzf floating window background color

sungminoh opened this issue · 3 comments

let $FZF_DEFAULT_OPTS = $FZF_DEFAULT_OPTS . ' --layout=reverse --margin=1,2'

hi FZFFloatNormal term=None guibg=#1a2a31

highlight doesn't work for one of my machines.

I fixed this by adding --color=bg:#1a2a31 at the end of the line 941.

Do you think it causes some other changes?

Seems vim is not supporting 24-bit color. What does the termguicolors variable read?

set termguicolors?

In addition, how does your environments look like -- vim version, terminal emulator, etc.?

echo &termguicolors returns 1

iterms 3.3.7

nvim 0.4.3

Closing as the issue being stale. Please re-open if you can reproduce the problem.