Fix: LspInfo border is the wrong color
This commit is contained in:
parent
c04978b059
commit
82cae9a0eb
|
@ -16,6 +16,7 @@ return {
|
||||||
IncSearch = { link = "Search" },
|
IncSearch = { link = "Search" },
|
||||||
NormalFloat = { bg = palette.dark0 },
|
NormalFloat = { bg = palette.dark0 },
|
||||||
FloatBorder = { fg = palette.dark4 },
|
FloatBorder = { fg = palette.dark4 },
|
||||||
|
LspInfoBorder = { link = "FloatBorder" },
|
||||||
TelescopePromptTitle = { fg = palette.light4 },
|
TelescopePromptTitle = { fg = palette.light4 },
|
||||||
TelescopePromptBorder = { link = "FloatBorder" },
|
TelescopePromptBorder = { link = "FloatBorder" },
|
||||||
TelescopePromptPrefix = { fg = palette.bright_red },
|
TelescopePromptPrefix = { fg = palette.bright_red },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user