Closed LeoniePhiline closed 1 month ago
Reproduction:
tail -f ~/.cache/helix/helix.log
hx
:theme
Tab
emacs
helix_view::theme [WARN] Theme: malformed hexcode: highlight
monokai_aqua
helix_view::theme [WARN] Theme: malformed hexcode: light-black helix_view::theme [WARN] Theme: malformed hexcode: light-black helix_view::theme [WARN] Theme: malformed hexcode: purple
papercolor-light
helix_view::theme [WARN] Theme: malformed hexcode: indent
Note: Logging the affected theme's name could be helpful! (Edit: But looking at the code, it seems unwieldy to carry the theme name around as much as would be necessary to log it in case of parsing errors.)
I assume this should be checked in CI via xtask.
xtask
Does this issue still require attention? If so, happy to take a look at it
Reproduction:
tail -f ~/.cache/helix/helix.log
hx
:theme
Tab
key to go through all themes and observe the log.Theme
emacs
Theme
monokai_aqua
Theme
papercolor-light
Note: Logging the affected theme's name could be helpful! (Edit: But looking at the code, it seems unwieldy to carry the theme name around as much as would be necessary to log it in case of parsing errors.)
I assume this should be checked in CI via
xtask
.