Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/pop-dark.toml')
| -rw-r--r-- | runtime/themes/pop-dark.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml index 54db3d1b..66436c15 100644 --- a/runtime/themes/pop-dark.toml +++ b/runtime/themes/pop-dark.toml @@ -12,6 +12,8 @@ error = { fg = 'redE', modifiers = ['bold'] } 'diagnostic.hint'.underline = { color = 'yellowH', style = 'curl' } 'diagnostic.warning'.underline = { color = 'orangeW', style = 'curl' } 'diagnostic.error'.underline = { color = 'redE', style = 'curl' } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } 'ui.background' = { bg = 'brownN' } 'ui.window' = { bg = 'brownH', fg = 'brownD' } 'ui.gutter' = { bg = 'brownU' } |