mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
72e354ba27
commit
ae50dc2130
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ local function set_highlights()
|
||||||
WarningMsg = { fg = groups.warn, bold = styles.bold },
|
WarningMsg = { fg = groups.warn, bold = styles.bold },
|
||||||
-- Whitespace = {},
|
-- Whitespace = {},
|
||||||
WildMenu = { link = "IncSearch" },
|
WildMenu = { link = "IncSearch" },
|
||||||
WinSeparator = { link = "VertSplit" },
|
WinSeparator = make_border(),
|
||||||
|
|
||||||
DiagnosticError = { fg = groups.error },
|
DiagnosticError = { fg = groups.error },
|
||||||
DiagnosticHint = { fg = groups.hint },
|
DiagnosticHint = { fg = groups.hint },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue