diff options
Diffstat (limited to 'runtime/themes/mellow.toml')
-rw-r--r-- | runtime/themes/mellow.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/mellow.toml b/runtime/themes/mellow.toml index 675cd916..a878df8a 100644 --- a/runtime/themes/mellow.toml +++ b/runtime/themes/mellow.toml @@ -93,7 +93,10 @@ "ui.menu.selected" = { fg = "bright_white", bg = "gray03" } "ui.menu.scroll" = { fg = "gray04", bg = "gray01" } -diagnostic = { modifiers = ["underlined"] } +"diagnostic.warning" = { underline = { color = "bright_yellow", style = "curl" } } +"diagnostic.error" = { underline = { color = "bright_red", style = "curl" } } +"diagnostic.info" = { underline = { color = "bright_blue", style = "curl" } } +"diagnostic.hint" = { underline = { color = "bright_cyan", style = "curl" } } warning = "bright_yellow" error = "bright_red" |