|
|
@ -6,16 +6,17 @@ function M.get(cp)
|
|
|
|
TelescopeSelectionCaret = { fg = cp.flamingo },
|
|
|
|
TelescopeSelectionCaret = { fg = cp.flamingo },
|
|
|
|
TelescopeSelection = { fg = cp.text, bg = cp.surface0, style = "bold" },
|
|
|
|
TelescopeSelection = { fg = cp.text, bg = cp.surface0, style = "bold" },
|
|
|
|
TelescopeMatching = { fg = cp.blue },
|
|
|
|
TelescopeMatching = { fg = cp.blue },
|
|
|
|
TelescopePromptPrefix = { bg = cp.crust },
|
|
|
|
-- Allow Telescope to hijack these highlights in order to achieve the old behavior
|
|
|
|
TelescopePromptNormal = { bg = cp.crust},
|
|
|
|
-- TelescopePromptPrefix = { bg = cp.crust },
|
|
|
|
TelescopeResultsNormal = { bg = cp.mantle},
|
|
|
|
-- TelescopePromptNormal = { bg = cp.crust},
|
|
|
|
TelescopePreviewNormal = { bg = cp.crust },
|
|
|
|
-- TelescopeResultsNormal = { bg = cp.mantle},
|
|
|
|
TelescopePromptBorder = { bg = cp.crust, fg = cp.crust },
|
|
|
|
-- TelescopePreviewNormal = { bg = cp.crust },
|
|
|
|
TelescopeResultsBorder = { bg = cp.mantle, fg = cp.crust },
|
|
|
|
-- TelescopePromptBorder = { bg = cp.crust, fg = cp.crust },
|
|
|
|
TelescopePreviewBorder = { bg = cp.crust, fg = cp.crust },
|
|
|
|
-- TelescopeResultsBorder = { bg = cp.mantle, fg = cp.crust },
|
|
|
|
TelescopePromptTitle = { fg = cp.crust },
|
|
|
|
-- TelescopePreviewBorder = { bg = cp.crust, fg = cp.crust },
|
|
|
|
TelescopeResultsTitle = { fg = cp.text },
|
|
|
|
-- TelescopePromptTitle = { fg = cp.crust },
|
|
|
|
TelescopePreviewTitle = { fg = cp.crust },
|
|
|
|
-- TelescopeResultsTitle = { fg = cp.text },
|
|
|
|
|
|
|
|
-- TelescopePreviewTitle = { fg = cp.crust },
|
|
|
|
}
|
|
|
|
}
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|