diff options
Diffstat (limited to 'runtime/themes/meliora.toml')
-rw-r--r-- | runtime/themes/meliora.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/meliora.toml b/runtime/themes/meliora.toml index ecc19f46..d4cb9883 100644 --- a/runtime/themes/meliora.toml +++ b/runtime/themes/meliora.toml @@ -54,7 +54,11 @@ "ui.virtual.indent-guide" = { fg = "dark_grey2" } "ui.virtual.whitespace" = { fg = "grey" } -"diagnostic" = { modifiers = ["underlined"] } +"diagnostic.error" = { underline = { color = "red", style = "curl" } } +"diagnostic.warning" = { underline = { color = "orange", style = "curl" } } +"diagnostic.info" = { underline = { color = "blue", style = "curl" } } +"diagnostic.hint" = { underline = { color = "magenta", style = "curl" } } + "error" = { fg = "red" } "warning" = { fg = "orange" } "info" = { fg = "blue" } |