Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/rasmus.toml')
| -rw-r--r-- | runtime/themes/rasmus.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/themes/rasmus.toml b/runtime/themes/rasmus.toml index a05ef633..bcfb0c66 100644 --- a/runtime/themes/rasmus.toml +++ b/runtime/themes/rasmus.toml @@ -84,7 +84,6 @@ "ui.text.focus" = { fg = "white" } "ui.virtual" = { fg = "gray03" } -"ui.virtual.ruler" = { bg = "gray03" } "ui.virtual.indent-guide" = { fg = "gray04" } "ui.virtual.inlay-hint" = { fg = "gray05" } @@ -107,8 +106,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" |