add telescope title highlights
This commit is contained in:
parent
068ae08f6c
commit
0e493bcacc
@ -19,6 +19,7 @@ local purple = colors.purple
|
|||||||
local red = colors.red
|
local red = colors.red
|
||||||
local white = colors.white
|
local white = colors.white
|
||||||
local yellow = colors.yellow
|
local yellow = colors.yellow
|
||||||
|
local one_bg3 = colors.one_bg3
|
||||||
|
|
||||||
local ui = require("core.utils").load_config().ui
|
local ui = require("core.utils").load_config().ui
|
||||||
|
|
||||||
@ -76,7 +77,7 @@ fg("CmpItemMenu", white)
|
|||||||
-- misc
|
-- misc
|
||||||
|
|
||||||
-- inactive statuslines as thin lines
|
-- inactive statuslines as thin lines
|
||||||
fg("StatusLineNC", one_bg2 .. " gui=underline")
|
fg("StatusLineNC", one_bg3 .. " gui=underline")
|
||||||
|
|
||||||
fg("LineNr", grey)
|
fg("LineNr", grey)
|
||||||
fg("NvimInternalError", red)
|
fg("NvimInternalError", red)
|
||||||
@ -150,7 +151,7 @@ if ui.transparency then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Telescope
|
-- Telescope
|
||||||
fg("TelescopeBorder", line)
|
fg("TelescopeBorder", one_bg)
|
||||||
fg("TelescopePreviewBorder", grey)
|
fg_bg("TelescopePreviewTitle", green, one_bg)
|
||||||
fg("TelescopePromptBorder", line)
|
fg_bg("TelescopePromptTitle", blue, one_bg)
|
||||||
fg("TelescopeResultsBorder", line)
|
fg_bg("TelescopeResultsTitle", red, one_bg)
|
||||||
|
Loading…
Reference in New Issue
Block a user