Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/horizon-dark.toml')
| -rw-r--r-- | runtime/themes/horizon-dark.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/horizon-dark.toml b/runtime/themes/horizon-dark.toml index b879b432..64f4022d 100644 --- a/runtime/themes/horizon-dark.toml +++ b/runtime/themes/horizon-dark.toml @@ -45,6 +45,8 @@ namespace = "orange" "diagnostic.info" = { underline = { color = "blue", style = "curl" } } "diagnostics.error" = { underline = { color = "red", style = "curl" } } "diagnostics.warning" = { underline = { color = "orange", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } warning = { fg = "orange", modifiers = ["bold"] } error = { fg = "red", modifiers = ["bold"] } |