Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/mellow.toml')
| -rw-r--r-- | runtime/themes/mellow.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/themes/mellow.toml b/runtime/themes/mellow.toml index db237f97..16d7b608 100644 --- a/runtime/themes/mellow.toml +++ b/runtime/themes/mellow.toml @@ -79,7 +79,6 @@ "ui.text.focus" = { fg = "fg" } "ui.virtual" = { fg = "gray02" } -"ui.virtual.ruler" = { bg ="gray02" } "ui.virtual.indent-guide" = { fg = "gray02" } "ui.virtual.inlay-hint" = { fg = "gray04" } @@ -100,8 +99,6 @@ "diagnostic.error" = { underline = { color = "bright_red", style = "curl" } } "diagnostic.info" = { underline = { color = "bright_blue", style = "curl" } } "diagnostic.hint" = { underline = { color = "bright_cyan", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } warning = "bright_yellow" error = "bright_red" |