add telescope title highlights

This commit is contained in:
siduck76 2021-10-27 12:10:13 +05:30
parent 068ae08f6c
commit 0e493bcacc

View File

@ -19,6 +19,7 @@ local purple = colors.purple
local red = colors.red
local white = colors.white
local yellow = colors.yellow
local one_bg3 = colors.one_bg3
local ui = require("core.utils").load_config().ui
@ -76,7 +77,7 @@ fg("CmpItemMenu", white)
-- misc
-- inactive statuslines as thin lines
fg("StatusLineNC", one_bg2 .. " gui=underline")
fg("StatusLineNC", one_bg3 .. " gui=underline")
fg("LineNr", grey)
fg("NvimInternalError", red)
@ -150,7 +151,7 @@ if ui.transparency then
end
-- Telescope
fg("TelescopeBorder", line)
fg("TelescopePreviewBorder", grey)
fg("TelescopePromptBorder", line)
fg("TelescopeResultsBorder", line)
fg("TelescopeBorder", one_bg)
fg_bg("TelescopePreviewTitle", green, one_bg)
fg_bg("TelescopePromptTitle", blue, one_bg)
fg_bg("TelescopeResultsTitle", red, one_bg)