Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/kanagawa.toml')
| -rw-r--r-- | runtime/themes/kanagawa.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/kanagawa.toml b/runtime/themes/kanagawa.toml index 4ec938f4..99cbed33 100644 --- a/runtime/themes/kanagawa.toml +++ b/runtime/themes/kanagawa.toml @@ -52,6 +52,8 @@ "diagnostic.warning" = { underline = { color = "roninYellow", style = "curl" } } "diagnostic.info" = { underline = { color = "waveAqua1", style = "curl" } } "diagnostic.hint" = { underline = { color = "dragonBlue", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } error = "samuraiRed" warning = "roninYellow" |