Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/gruvbox.toml')
| -rw-r--r-- | runtime/themes/gruvbox.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml index 3c1dfc59..a6b0636d 100644 --- a/runtime/themes/gruvbox.toml +++ b/runtime/themes/gruvbox.toml @@ -71,6 +71,8 @@ "diagnostic.error" = { underline = { color = "red1", style = "curl" } } "diagnostic.info" = { underline = { color = "aqua1", style = "curl" } } "diagnostic.hint" = { underline = { color = "blue1", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "markup.heading" = "aqua1" "markup.bold" = { modifiers = ["bold"] } |