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