-
SummaryChromeOS's terminal hterm does provide support for true color. Helix seems to not recognize the capability of
Helix log~/.cache/helix/helix.log
PlatformChromeOS Version 120.0.6099.272 (Official Build) (64-bit) Terminal Emulator
TERM=screen-256color Installation Methodreleases page Helix Versionhelix 23.10 (f6021dd) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think I prematurely converted this into a discussion, but we use Lines 25 to 30 in a1272bd You can set |
Beta Was this translation helpful? Give feedback.
I think I prematurely converted this into a discussion, but we use
COLORTERM
which needs to be set to eithertruecolor
or24bit
:helix/helix-term/src/lib.rs
Lines 25 to 30 in a1272bd
You can set
editor.true-color = true
in your config to force it for now