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.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml
index 2704afd0..54db3d1b 100644
--- a/runtime/themes/pop-dark.toml
+++ b/runtime/themes/pop-dark.toml
@@ -12,8 +12,6 @@ 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' }
@@ -71,7 +69,6 @@ namespace = { fg = 'orangeL' }
'string.special.symbol' = { fg = 'orangeW' }
'comment' = { fg = 'greyC', modifiers = ['italic'] }
'comment.line' = { fg = 'greyC', modifiers = ['italic'] }
-'comment.line.documentation' = { fg = 'greyC', modifiers = ['italic'] }
'comment.block' = { fg = 'greyC', modifiers = ['italic'] }
'comment.block.documentation' = { fg = 'greyC', modifiers = ['italic'] }
'variable' = { fg = 'greyT' }