diff options
Diffstat (limited to 'runtime/themes/varua.toml')
-rw-r--r-- | runtime/themes/varua.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/varua.toml b/runtime/themes/varua.toml index 7ef502a6..c1afaca0 100644 --- a/runtime/themes/varua.toml +++ b/runtime/themes/varua.toml @@ -70,7 +70,10 @@ "info" = "aqua" "warning" = "yellow" "error" = "red" -"diagnostic" = { modifiers = ["underlined"] } +"diagnostic.hint" = { underline = { style = "curl", color = "blue" } } +"diagnostic.info" = { underline = { style = "curl", color = "aqua" } } +"diagnostic.warning" = { underline = { style = "curl", color = "yellow" } } +"diagnostic.error" = { underline = { style = "curl", color = "red" } } [palette] bg0 = "#282828" |