use curl underlines for gruvbox_dark_hard (#5066)
This commit is contained in:
parent
36eff1da8c
commit
d914642089
1 changed files with 6 additions and 2 deletions
|
@ -39,6 +39,12 @@
|
|||
"info" = { fg = "aqua1", bg = "bg1" }
|
||||
"hint" = { fg = "blue1", bg = "bg1" }
|
||||
|
||||
"diagnostic" = { modifiers = ["underlined"] }
|
||||
"diagnostic.error" = { underline = { style = "curl", color = "red0" } }
|
||||
"diagnostic.warning" = { underline = { style = "curl", color = "orange1" } }
|
||||
"diagnostic.info" = { underline = { style = "curl", color = "aqua1" } }
|
||||
"diagnostic.hint" = { underline = { style = "curl", color = "blue1" } }
|
||||
|
||||
"ui.background" = { bg = "bg0" }
|
||||
"ui.linenr" = { fg = "bg4" }
|
||||
"ui.linenr.selected" = { fg = "yellow1" }
|
||||
|
@ -61,8 +67,6 @@
|
|||
"ui.virtual.whitespace" = "bg2"
|
||||
"ui.virtual.ruler" = { bg = "bg1" }
|
||||
|
||||
"diagnostic" = { modifiers = ["underlined"] }
|
||||
|
||||
"markup.heading" = "aqua1"
|
||||
"markup.bold" = { modifiers = ["bold"] }
|
||||
"markup.italic" = { modifiers = ["italic"] }
|
||||
|
|
Loading…
Reference in a new issue