Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/poimandres.toml')
| -rw-r--r-- | runtime/themes/poimandres.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/poimandres.toml b/runtime/themes/poimandres.toml index 5dbc799d..c62c2ad2 100644 --- a/runtime/themes/poimandres.toml +++ b/runtime/themes/poimandres.toml @@ -76,6 +76,8 @@ string = { fg = "brightMint" } "diagnostic.info" = { underline = { color = "lightBlue", style = "curl" } } "diagnostic.warning" = { underline = { color = "brightYellow", style = "curl" } } "diagnostic.error" = { underline = { color = "hotRed", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } hint = "lowerMint" info = "lightBlue" |