Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/modus_operandi.toml')
| -rw-r--r-- | runtime/themes/modus_operandi.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/modus_operandi.toml b/runtime/themes/modus_operandi.toml index ad4b3c85..e7599c01 100644 --- a/runtime/themes/modus_operandi.toml +++ b/runtime/themes/modus_operandi.toml @@ -99,6 +99,8 @@ punctuation = "fg-dim" "diagnostic.warning" = { underline = { color = "yellow-intense", style = "curl" } } "diagnostic.info" = { underline = { color = "cyan-intense", style = "curl" } } "diagnostic.hint" = { underline = { color = "blue-intense", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } error = "red" warning = "yellow-warmer" |