Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/ayu_dark.toml')
| -rw-r--r-- | runtime/themes/ayu_dark.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/themes/ayu_dark.toml b/runtime/themes/ayu_dark.toml index a2fbc316..0b011b0e 100644 --- a/runtime/themes/ayu_dark.toml +++ b/runtime/themes/ayu_dark.toml @@ -66,13 +66,10 @@ "diagnostic.info"= { underline = { color = "blue", style="curl"} } "diagnostic.warning"= { underline = { color = "yellow", style="curl"} } "diagnostic.error"= { underline = { color = "red", style="curl"} } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "ui.bufferline" = { fg = "gray", bg = "background" } "ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" } "ui.debug" = { fg = "orange", bg = "background" } "ui.highlight.frameline" = { bg = "#0067a3" } -"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] } "special" = "orange" |