mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/core/colorscheme.lua: undercurl for diagnostics
This commit is contained in:
parent
07a3b91306
commit
3909ae2ee5
1 changed files with 6 additions and 0 deletions
|
|
@ -142,6 +142,12 @@ local options = {
|
|||
NeoTestWatching = { fg = colors.yellow },
|
||||
NeoTestMarked = { fg = colors.orange },
|
||||
|
||||
-- Diagnostics
|
||||
DiagnosticUnderlineInfo = { style = {"undercurl"} },
|
||||
DiagnosticUnderlineHint = { style = {"undercurl"} },
|
||||
DiagnosticUnderlineWarn = { style = {"undercurl"} },
|
||||
DiagnosticUnderlineError = { style = {"undercurl"} },
|
||||
|
||||
-- Markdown rendering
|
||||
RenderMarkdownCode = { bg = colors.crust },
|
||||
RenderMarkdownCodeInline = { fg = colors.rosewater, bg = colors.crust },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue