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