Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/monokai_soda.toml')
| -rw-r--r-- | runtime/themes/monokai_soda.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/monokai_soda.toml b/runtime/themes/monokai_soda.toml index 84a846eb..ca36d4e9 100644 --- a/runtime/themes/monokai_soda.toml +++ b/runtime/themes/monokai_soda.toml @@ -14,6 +14,8 @@ "diagnostic.error" = { underline = { style = "curl", color = "pink" } } "diagnostic.warning" = { underline = { style = "curl", color = "orange" } } "diagnostic.info" = { underline = { style = "curl", color = "white" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } ## Diffs "diff.plus" = "green" |