diff options
Diffstat (limited to 'runtime/themes/darcula.toml')
-rw-r--r-- | runtime/themes/darcula.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 5e88438e..ed2b081a 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -65,7 +65,11 @@ "diff.delta" = "grey" "diff.minus" = "red" -"diagnostic" = { modifiers = ["underlined"] } +"diagnostic.warning" = { underline = { color = "orange", style = "curl"} } +"diagnostic.error" = { underline = { color = "red", style = "curl"} } +"diagnostic.info" = { underline = { color = "grey05", style = "curl"} } +"diagnostic.hint" = { underline = { color = "grey05", style = "curl"} } + "info" = "grey05" "hint" = "grey05" "debug" = "grey05" |