diff options
Diffstat (limited to 'runtime/themes/gruvbox.toml')
-rw-r--r-- | runtime/themes/gruvbox.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml index 01def874..5d897201 100644 --- a/runtime/themes/gruvbox.toml +++ b/runtime/themes/gruvbox.toml @@ -61,7 +61,10 @@ "ui.virtual.whitespace" = "bg2" "ui.virtual.ruler" = { bg = "bg1" } -"diagnostic" = { modifiers = ["underlined"] } +"diagnostic.warning" = { underline = { color = "orange1", style = "curl" } } +"diagnostic.error" = { underline = { color = "red1", style = "curl" } } +"diagnostic.info" = { underline = { color = "aqua1", style = "curl" } } +"diagnostic.hint" = { underline = { color = "blue1", style = "curl" } } "markup.heading" = "aqua1" "markup.bold" = { modifiers = ["bold"] } |