mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 14:49:43 +02:00
fix: blue -> cyan for telescope border
This commit is contained in:
parent
afa0efd5dd
commit
b22a3ccae6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ local LSP = {
|
||||||
QuickScopeSecondary = { fg = C.cyan_test, style = "underline" },
|
QuickScopeSecondary = { fg = C.cyan_test, style = "underline" },
|
||||||
TelescopeSelection = { fg = C.hint_blue },
|
TelescopeSelection = { fg = C.hint_blue },
|
||||||
TelescopeMatching = { fg = C.info_yellow, style = "bold" },
|
TelescopeMatching = { fg = C.info_yellow, style = "bold" },
|
||||||
TelescopeBorder = { fg = C.blue, bg = Config.transparent_background and "NONE" or C.bg },
|
TelescopeBorder = { fg = C.cyan, bg = Config.transparent_background and "NONE" or C.bg },
|
||||||
TelescopePromptPrefix = { fg = C.purple },
|
TelescopePromptPrefix = { fg = C.purple },
|
||||||
NvimTreeFolderIcon = { fg = C.blue },
|
NvimTreeFolderIcon = { fg = C.blue },
|
||||||
NvimTreeIndentMarker = { fg = C.gray },
|
NvimTreeIndentMarker = { fg = C.gray },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue