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 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/runtime/themes/noctis_bordo.toml b/runtime/themes/noctis_bordo.toml index fc8e1560..b15a3f8e 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" @@ -50,19 +49,12 @@ "markup.list" = "base08" "markup.quote" = "base0C" "markup.raw" = "base0B" -"markup.strikethrough" = { modifiers = ["crossed_out"] } "diff.delta" = "base09" "diff.plus" = "base0B" "diff.minus" = "base08" -"diagnostic.info" = { underline = { color = "base0D", style = "curl" } } -"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"] } - +"diagnostic" = { modifiers = ["underlined"] } "ui.gutter" = { bg = "base01" } "info" = "base0D" "hint" = "base03" |