Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/bogster.toml')
| -rw-r--r-- | runtime/themes/bogster.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/bogster.toml b/runtime/themes/bogster.toml index 1ea13f1f..f7d08daa 100644 --- a/runtime/themes/bogster.toml +++ b/runtime/themes/bogster.toml @@ -77,6 +77,8 @@ "diagnostic.error" = { underline = { color = "bogster-lred", style = "curl"} } "diagnostic.info" = { underline = { color = "bogster-teal", style = "curl"} } "diagnostic.hint" = { underline = { color = "bogster-blue", style = "curl"} } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] bogster-yellow = "#dcb659" |