Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/autumn.toml')
| -rw-r--r-- | runtime/themes/autumn.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/autumn.toml b/runtime/themes/autumn.toml index ce684a6a..93ccf688 100644 --- a/runtime/themes/autumn.toml +++ b/runtime/themes/autumn.toml @@ -19,6 +19,8 @@ "diagnostic.info" = { underline = { style = "line" } } "diagnostic" = { underline = { style = "line", color = "my_gray5" }, bg = "my_black"} "diagnostic.warning" = { underline = { style = "curl", color = "my_yellow2" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "diff.delta" = "my_gray5" "diff.minus" = "my_red" "diff.plus" = "my_green" |