Themes do not work over ssh #6891
Unanswered
AlexNomadrg
asked this question in
Q&A
Replies: 1 comment
-
You can override it manually: https://docs.helix-editor.com/configuration.html#editor-section # config.toml
[editor]
true-color = true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I try to set the theme I get
theme requires true color support
. Is there a way to enable it over ssh?I tried adding
SendEnv COLORTERM
to/etc/ssh/ssh_config
and settingCOLORTERM
totruecolor
, neither worked.Beta Was this translation helpful? Give feedback.
All reactions