Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/gruber-darker.toml')
| -rw-r--r-- | runtime/themes/gruber-darker.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/gruber-darker.toml b/runtime/themes/gruber-darker.toml index 355a3be8..4737f52f 100644 --- a/runtime/themes/gruber-darker.toml +++ b/runtime/themes/gruber-darker.toml @@ -72,6 +72,8 @@ "diagnostic.error" = { underline = { color = "red3", style = "dashed" } } "diagnostic.info" = { underline = { color = "aqua1", style = "dashed" } } "diagnostic.hint" = { underline = { color = "blue0", style = "dashed" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "markup.heading" = { fg = "aqua1", modifiers = ["bold"] } "markup.bold" = { modifiers = ["bold"] } |