Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/night_owl.toml')
| -rw-r--r-- | runtime/themes/night_owl.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/themes/night_owl.toml b/runtime/themes/night_owl.toml index ac90653b..fc27dc7c 100644 --- a/runtime/themes/night_owl.toml +++ b/runtime/themes/night_owl.toml @@ -10,8 +10,6 @@ "diagnostic.error" = { underline = { color = "red", style = "curl" } } "diagnostic.info" = { underline = { color = "blue", style = "curl" } } "diagnostic.hint" = { underline = { color = "paleblue", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } # UI 'ui.background' = { fg = 'foreground', bg = 'background' } @@ -51,7 +49,6 @@ 'string.special.url' = { fg = 'gold', modifiers = ['underlined'] } 'comment' = { fg = 'slate', modifiers = ['italic'] } 'comment.block.documentation' = { fg = 'slate' } -'comment.line.documentation' = { fg = 'slate' } 'variable' = { fg = 'green' } 'variable.builtin' = { fg = 'green', modifiers = ['italic'] } 'label' = { fg = 'foreground' } |