Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/jellybeans.toml')
| -rw-r--r-- | runtime/themes/jellybeans.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/jellybeans.toml b/runtime/themes/jellybeans.toml index 55088c29..6f8c326f 100644 --- a/runtime/themes/jellybeans.toml +++ b/runtime/themes/jellybeans.toml @@ -99,6 +99,8 @@ "diagnostic.info" = { underline = { color = "blue_accent", style = "line" } } "diagnostic.warning" = { underline = { color = "yellow_accent", style = "line" } } "diagnostic.error" = { underline = { color = "red_error", style = "line" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] background = "#151515" |