diff options
author | christianchiarulli <[email protected]> | 2021-08-30 18:24:58 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-08-30 18:24:58 -0400 |
commit | afa0efd5ddd0733656641eed6b714e7eee5d01cc (patch) | |
tree | 452a8401a65f21040cb372b71e2cfecf1a9bf57e /lua/onedarker/LSP.lua | |
parent | b6a0d5a921edb9fea506c18a354fde86bc2e6bbc (diff) |
fix: colorschem updates
Diffstat (limited to 'lua/onedarker/LSP.lua')
-rw-r--r-- | lua/onedarker/LSP.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/onedarker/LSP.lua b/lua/onedarker/LSP.lua index 1ba7056b..f2df59bd 100644 --- a/lua/onedarker/LSP.lua +++ b/lua/onedarker/LSP.lua @@ -27,7 +27,8 @@ local LSP = { QuickScopeSecondary = { fg = C.cyan_test, style = "underline" }, TelescopeSelection = { fg = C.hint_blue }, TelescopeMatching = { fg = C.info_yellow, style = "bold" }, - TelescopeBorder = { fg = C.cyan, bg = Config.transparent_background and "NONE" or C.bg }, + TelescopeBorder = { fg = C.blue, bg = Config.transparent_background and "NONE" or C.bg }, + TelescopePromptPrefix = { fg = C.purple }, NvimTreeFolderIcon = { fg = C.blue }, NvimTreeIndentMarker = { fg = C.gray }, NvimTreeNormal = { fg = C.light_gray, bg = C.alt_bg }, |