Changed Telescope highlights
parent
e754c85c10
commit
d249c5bdb4
|
|
@ -881,14 +881,14 @@ local rainbow_delimiters_plugin_highlights = {
|
|||
set_highlight_groups(rainbow_delimiters_plugin_highlights)
|
||||
|
||||
local telescope_plugin_highlights = {
|
||||
TelescopeBorder = { fg = red },
|
||||
TelescopePromptBorder = { fg = cyan },
|
||||
TelescopeResultsBorder = { fg = cyan },
|
||||
TelescopePreviewBorder = { fg = cyan },
|
||||
TelescopeMatching = { fg = orange, fmt = "bold" },
|
||||
TelescopePromptPrefix = { fg = green },
|
||||
TelescopeBorder = { fg = violet },
|
||||
TelescopePromptBorder = { fg = blue },
|
||||
TelescopeResultsBorder = { fg = blue },
|
||||
TelescopePreviewBorder = { fg = violet },
|
||||
TelescopeMatching = { fg = blue, fmt = "bold" },
|
||||
TelescopePromptPrefix = { fg = purple },
|
||||
TelescopeSelection = { bg = bg_light },
|
||||
TelescopeSelectionCaret = { fg = yellow }
|
||||
TelescopeSelectionCaret = { fg = purple }
|
||||
}
|
||||
set_highlight_groups(telescope_plugin_highlights)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue