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