Yggdroot / LeaderF

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Apache License 2.0
2.15k stars 179 forks source link

I want to know the popup windown ctermbg color mapped highlightname #934

Closed connectluole closed 2 years ago

connectluole commented 2 years ago

system: Linux terminal: xterm colorshchem: duoduo what is the problem: image

大神你好,我想知道popup框这几个不同的bg对应的名字,然后hack它,让他们变成同一个颜色,不然看起来有点分裂,请问可以告知这些highlight的名字嘛? 我就可以hack他们了。

connectluole commented 2 years ago

image

Yggdroot commented 2 years ago

bg3 is Lf_hl_popup_window, bg2 LineNr, bg1 is FoldColumn.

connectluole commented 2 years ago

image

thanks very much for the immediately reply, this works !