diff options
Diffstat (limited to 'runtime/themes/serika-dark.toml')
-rw-r--r-- | runtime/themes/serika-dark.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/serika-dark.toml b/runtime/themes/serika-dark.toml index 2b4000ac..480dc2cc 100644 --- a/runtime/themes/serika-dark.toml +++ b/runtime/themes/serika-dark.toml @@ -57,7 +57,11 @@ "info" = "aqua" "warning" = "yellow" "error" = "nasty-red" -"diagnostic" = { fg = "nasty-red", 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 = "nasty-red" } } "diff.plus" = { fg = "green" } "diff.delta" = { fg = "orange" } |