mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
commit
eebeb55b2b
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue