Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/emacs.toml')
| -rw-r--r-- | runtime/themes/emacs.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/emacs.toml b/runtime/themes/emacs.toml index 513af60e..c60afe99 100644 --- a/runtime/themes/emacs.toml +++ b/runtime/themes/emacs.toml @@ -87,6 +87,8 @@ "diagnostic.warning" = { underline = { color = "dark_orange", style = "curl" } } "diagnostic.info" = { underline = { color = "forest_green", style = "curl" } } "diagnostic.hint" = { underline = { color = "dark_cyan", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] black = "#000000" |