Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/voxed.toml')
| -rw-r--r-- | runtime/themes/voxed.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/voxed.toml b/runtime/themes/voxed.toml index e55b46e5..c2be9afe 100644 --- a/runtime/themes/voxed.toml +++ b/runtime/themes/voxed.toml @@ -75,6 +75,8 @@ label = "yellow" "diagnostic.info" = { underline = { color = "sglow", style = "curl" } } "diagnostic.warning" = { underline = { color = "redish", style = "curl" } } "diagnostic.error" = { underline = { color = "bpink", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } warning = "bpink" error = "bsienna" |