Changed Telescope highlights

main
Montréal 2026-02-23 22:41:21 +01:00
parent e754c85c10
commit d249c5bdb4
1 changed files with 7 additions and 7 deletions

View File

@ -881,14 +881,14 @@ local rainbow_delimiters_plugin_highlights = {
set_highlight_groups(rainbow_delimiters_plugin_highlights) set_highlight_groups(rainbow_delimiters_plugin_highlights)
local telescope_plugin_highlights = { local telescope_plugin_highlights = {
TelescopeBorder = { fg = red }, TelescopeBorder = { fg = violet },
TelescopePromptBorder = { fg = cyan }, TelescopePromptBorder = { fg = blue },
TelescopeResultsBorder = { fg = cyan }, TelescopeResultsBorder = { fg = blue },
TelescopePreviewBorder = { fg = cyan }, TelescopePreviewBorder = { fg = violet },
TelescopeMatching = { fg = orange, fmt = "bold" }, TelescopeMatching = { fg = blue, fmt = "bold" },
TelescopePromptPrefix = { fg = green }, TelescopePromptPrefix = { fg = purple },
TelescopeSelection = { bg = bg_light }, TelescopeSelection = { bg = bg_light },
TelescopeSelectionCaret = { fg = yellow } TelescopeSelectionCaret = { fg = purple }
} }
set_highlight_groups(telescope_plugin_highlights) set_highlight_groups(telescope_plugin_highlights)