Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/github_dark.toml')
| -rw-r--r-- | runtime/themes/github_dark.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/github_dark.toml b/runtime/themes/github_dark.toml index 6b335484..dafba559 100644 --- a/runtime/themes/github_dark.toml +++ b/runtime/themes/github_dark.toml @@ -78,6 +78,8 @@ label = "scale.red.3" "diagnostic.info" = { underline = { color = "accent.fg", style = "curl" } } "diagnostic.warning" = { underline = { color = "attention.fg", style = "curl" } } "diagnostic.error" = { underline = { color = "danger.fg", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } hint = "success.fg" info = "accent.fg" |