Merge pull request #52 from Redoxahmii/fzf
Some checks failed
CI / extras (push) Has been cancelled
CI / tests (ubuntu-latest) (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / release (push) Has been cancelled

Add fzf hl groups
This commit is contained in:
Ahmed Mughal 2024-12-18 07:30:09 +05:00 committed by GitHub
commit eebeb55b2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -474,6 +474,17 @@ function M.setup()
TelescopeBorder = { fg = c.base02, bg = c.bg_float },
TelescopeNormal = { fg = c.base0, bg = c.bg_float },
-- FzfLua
FzfLuaNormal = { fg = c.base0, bg = c.bg_float },
FzfLuaBorder = { fg = c.base02, bg = c.bg_float },
FzfLuaCursor = { link = "IncSearch" },
FzfLuaFzfCursorLine = { link = "CursorLine" },
FzfLuaPath = { link = "Directory" },
FzfLuaHeaderText = { link = "Title" },
FzfLuaHeaderBind = { fg = c.yellow, bg = c.bg_float },
FzfLuaPreviewTitle = { fg = c.blue, bg = c.bg_float },
FzfLuaTitle = { fg = c.orange, bg = c.bg_float },
-- NvimTree
NvimTreeNormal = { fg = c.base00, bg = c.bg_sidebar },
NvimTreeWinSeparator = {