Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/noctis_bordo.toml')
| -rw-r--r-- | runtime/themes/noctis_bordo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/noctis_bordo.toml b/runtime/themes/noctis_bordo.toml index c3bbe79c..c5e04f2a 100644 --- a/runtime/themes/noctis_bordo.toml +++ b/runtime/themes/noctis_bordo.toml @@ -59,6 +59,8 @@ "diagnostic.hint" = { underline = { color = "base03", style = "curl" } } "diagnostic.warning" = { underline = { color = "base09", style = "curl" } } "diagnostic.error" = { underline = { color = "base08", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "ui.gutter" = { bg = "base01" } "info" = "base0D" |