Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/monokai.toml')
| -rw-r--r-- | runtime/themes/monokai.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index bcb6c8d0..a849ae96 100644 --- a/runtime/themes/monokai.toml +++ b/runtime/themes/monokai.toml @@ -96,6 +96,8 @@ "diagnostic.error" = { underline = { color = "#f48771", style = "curl" } } "diagnostic.info" = { underline = { color = "#75beff", style = "curl" } } "diagnostic.hint" = { underline = { color = "#eeeeb3", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] type = "#A6E22E" |