Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/noctis_bordo.toml')
| -rw-r--r-- | runtime/themes/noctis_bordo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/themes/noctis_bordo.toml b/runtime/themes/noctis_bordo.toml index fc8e1560..c3bbe79c 100644 --- a/runtime/themes/noctis_bordo.toml +++ b/runtime/themes/noctis_bordo.toml @@ -2,7 +2,6 @@ "attribute" = { fg = "#7060eb", modifiers = ["bold"] } "comment" = { fg = "base03", modifiers = ["italic"] } -"comment.line.documentation" = { fg = "base06", modifiers = ["italic"] } "comment.block.documentation" = { fg = "base06", modifiers = ["italic"] } "constant" = "base09" "constant.character.escape" = "base0C" @@ -60,8 +59,6 @@ "diagnostic.hint" = { underline = { color = "base03", style = "curl" } } "diagnostic.warning" = { underline = { color = "base09", style = "curl" } } "diagnostic.error" = { underline = { color = "base08", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "ui.gutter" = { bg = "base01" } "info" = "base0D" |