Merge pull request #191 from nullchilly/telescope

fix(telescope): Revert to old behavior
dev
Pocco81 2 years ago committed by GitHub
commit 641fa7c0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save