Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/ttox.toml')
| -rw-r--r-- | runtime/themes/ttox.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/ttox.toml b/runtime/themes/ttox.toml index 16909cc7..0bc964b4 100644 --- a/runtime/themes/ttox.toml +++ b/runtime/themes/ttox.toml @@ -29,3 +29,5 @@ "diagnostic.warning" = { fg = "black", bg = "light-yellow" } "diagnostic.error" = { fg = "black", bg = "light-red" } "diagnostic.hint" = { fg = "black", bg = "light-blue" } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } |