Fix: LspInfo border is the wrong color

This commit is contained in:
Dreaded_X 2024-04-19 04:10:42 +02:00
parent c04978b059
commit 82cae9a0eb
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -16,6 +16,7 @@ return {
IncSearch = { link = "Search" },
NormalFloat = { bg = palette.dark0 },
FloatBorder = { fg = palette.dark4 },
LspInfoBorder = { link = "FloatBorder" },
TelescopePromptTitle = { fg = palette.light4 },
TelescopePromptBorder = { link = "FloatBorder" },
TelescopePromptPrefix = { fg = palette.bright_red },