Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/poimandres.toml')
| -rw-r--r-- | runtime/themes/poimandres.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/themes/poimandres.toml b/runtime/themes/poimandres.toml index 7dc0d833..5dbc799d 100644 --- a/runtime/themes/poimandres.toml +++ b/runtime/themes/poimandres.toml @@ -58,7 +58,6 @@ string = { fg = "brightMint" } "ui.text.inactive" = "darkerGray" "ui.virtual" = { fg = "darkerGray.b0" } "ui.virtual.indent-guide" = "#303442" -"ui.virtual.ruler" = { bg ="selection" } "ui.selection" = { bg = "focus" } "ui.selection.primary" = { bg = "selection" } @@ -77,8 +76,6 @@ string = { fg = "brightMint" } "diagnostic.info" = { underline = { color = "lightBlue", style = "curl" } } "diagnostic.warning" = { underline = { color = "brightYellow", style = "curl" } } "diagnostic.error" = { underline = { color = "hotRed", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } hint = "lowerMint" info = "lightBlue" |