Changed Telescope highlights
parent
e754c85c10
commit
d249c5bdb4
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue