Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/zed_onedark.toml')
| -rw-r--r-- | runtime/themes/zed_onedark.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/zed_onedark.toml b/runtime/themes/zed_onedark.toml index 7ac1e73c..3eeabab3 100644 --- a/runtime/themes/zed_onedark.toml +++ b/runtime/themes/zed_onedark.toml @@ -42,6 +42,8 @@ "diagnostic.hint".underline = { color = "green", style = "curl" } "diagnostic.warning".underline = { color = "yellow", style = "curl" } "diagnostic.error".underline = { color = "red", style = "curl" } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "info" = { fg = "blue", modifiers = ["bold"] } "hint" = { fg = "green", modifiers = ["bold"] } "warning" = { fg = "yellow", modifiers = ["bold"] } |