Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/onelight.toml')
| -rw-r--r-- | runtime/themes/onelight.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/onelight.toml b/runtime/themes/onelight.toml index 209f71ab..e395716d 100644 --- a/runtime/themes/onelight.toml +++ b/runtime/themes/onelight.toml @@ -163,6 +163,8 @@ "diagnostic.hint" = { underline = { color = "green", style = "dashed" } } "diagnostic.warning" = { underline = { color = "yellow", style = "curl" } } "diagnostic.error" = { underline = { color = "red", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "info" = { fg = "blue", modifiers = ["bold"] } "hint" = { fg = "green", modifiers = ["bold"] } |