Default theme, file not found? #8171
-
Hello, I installed Helix from source, which is located at theme = "tokyonight_storm"
[editor.cursor-shape]
insert = "bar" And when I write and run I tried to delete it and make a config.toml inside of the source folder, but after reopening helix, and opening config, it made the config file back at the I only get the file not found error when i explcitly look for the theme using
I am also like, brand new to this editor (and this type of editor), so dumbing things down would help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It sounds like the runtime directory can't be found - that's where the theme files are. Did you setup the runtime directory when building from source? https://docs.helix-editor.com/master/install.html#configuring-helixs-runtime-files |
Beta Was this translation helpful? Give feedback.
It sounds like the runtime directory can't be found - that's where the theme files are. Did you setup the runtime directory when building from source? https://docs.helix-editor.com/master/install.html#configuring-helixs-runtime-files