nvim
This commit is contained in:
@@ -3,8 +3,7 @@ local M = {}
|
||||
function M.get(C)
|
||||
return {
|
||||
-- TelescopeBorder = { fg = C.muted, bg = C.green },
|
||||
-- TelescopeNormal = { fg = C.text, bg = C.base, ctermbg = 1 },
|
||||
TelescopePrompt = { fg = C.text, bg = C.base, ctermbg = 1 },
|
||||
TelescopePrompt = { fg = C.text, bg = C.green },
|
||||
-- TelescopePromptPrefix = { fg = C.accent, bg = C.red },
|
||||
-- TelescopeSelection = { bg = C.surface },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user