Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/emacs.toml')
| -rw-r--r-- | runtime/themes/emacs.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/themes/emacs.toml b/runtime/themes/emacs.toml index dfd55e07..513af60e 100644 --- a/runtime/themes/emacs.toml +++ b/runtime/themes/emacs.toml @@ -68,8 +68,7 @@ "ui.menu.selected" = { fg = "dark_red", bg = "light_blue" } "ui.selection" = { bg = "lightgoldenrod1" } "ui.selection.primary" = { bg = "lightgoldenrod2" } -# Malformed ANSI: highlight. See 'https://github.com/helix-editor/helix/issues/5709' -# "ui.virtual.whitespace" = "highlight" +"ui.virtual.whitespace" = "highlight" "ui.virtual.ruler" = { bg = "gray95" } "ui.virtual.inlay-hint" = { fg = "gray75" } "ui.cursorline.primary" = { bg = "darkseagreen2" } @@ -88,8 +87,6 @@ "diagnostic.warning" = { underline = { color = "dark_orange", style = "curl" } } "diagnostic.info" = { underline = { color = "forest_green", style = "curl" } } "diagnostic.hint" = { underline = { color = "dark_cyan", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] black = "#000000" |