Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/fleet_dark.toml')
| -rw-r--r-- | runtime/themes/fleet_dark.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/fleet_dark.toml b/runtime/themes/fleet_dark.toml index b5ad1aa3..7fd26c1f 100644 --- a/runtime/themes/fleet_dark.toml +++ b/runtime/themes/fleet_dark.toml @@ -105,6 +105,8 @@ "diagnostic.info" = { underline = { color = "#A366C4", style = "line" } } "diagnostic.warning" = { underline = { color = "#FACB66", style = "line" } } "diagnostic.error" = { underline = { color = "#FF5269", style = "line" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] "White" = "#ffffff" |