fix: blue -> cyan for telescope border

This commit is contained in:
christianchiarulli 2021-08-30 18:26:25 -04:00
parent afa0efd5dd
commit b22a3ccae6

View file

@ -27,7 +27,7 @@ local LSP = {
QuickScopeSecondary = { fg = C.cyan_test, style = "underline" },
TelescopeSelection = { fg = C.hint_blue },
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 },
NvimTreeFolderIcon = { fg = C.blue },
NvimTreeIndentMarker = { fg = C.gray },