Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/nord_light.toml')
| -rw-r--r-- | runtime/themes/nord_light.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/nord_light.toml b/runtime/themes/nord_light.toml index 2d36cc80..6c27c507 100644 --- a/runtime/themes/nord_light.toml +++ b/runtime/themes/nord_light.toml @@ -35,6 +35,8 @@ "diagnostic.warning" = { underline = { color = "nord13", style = "curl" } } "diagnostic.info" = { underline = { color = "nord13", style = "curl" } } "diagnostic.hint" = { underline = { color = "nord13", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "constant.numeric" = {fg="nord15"} "constant.builtin" = {fg="nord15"} |