Helix cant find themes #7549
Replies: 6 comments 10 replies
-
CAn you give more context on your setup?
|
Beta Was this translation helpful? Give feedback.
-
Your runtime folder is missing, make sure you.followed the install instructions correctly |
Beta Was this translation helpful? Give feedback.
-
I just fixed by doing the steps: git clone https://github.com/helix-editor/helix
cd helix
cargo install --path helix-term --locked THEN THE IMPORTANT PART that is missing from the docs page cp -R runtime ~/.config/helix/
hx -g fetch
hx -g build |
Beta Was this translation helpful? Give feedback.
-
I have the same problem, I tried to install directly using apt install in wsl2 (ubuntu), but the themes are not displayed, after I removed it and tried to use the source code and I had the same problem. I set I copy the runtime folder inside With the hx --health command I get
I have no other idea how to solve it. |
Beta Was this translation helpful? Give feedback.
-
The env variable
|
Beta Was this translation helpful? Give feedback.
-
do not forget to push space after :theme to see another themes |
Beta Was this translation helpful? Give feedback.
-
I installed helix editor the other day & I cant change my themes. When using the
:theme
command the only thing thats displayed is default & base16_default. I find no other themes in my editor. whats wrong?Beta Was this translation helpful? Give feedback.
All reactions