mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
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 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)
|
||||
|
Loading…
Reference in New Issue
Block a user