Replies: 5 comments
-
For the time being I found this site useful for finding typos and errors in |
Beta Was this translation helpful? Give feedback.
-
Partially addressed by |
Beta Was this translation helpful? Give feedback.
-
Hey, I have a similar issue, I have the same error but my toml is correct. I also have
Do you know what might be wrong ?
|
Beta Was this translation helpful? Give feedback.
-
Having the same problem too. 0 idea what causes this, I have a valid ui.selection too. |
Beta Was this translation helpful? Give feedback.
-
hi, for me that error was when i put [palett] on top and not at the bottom. (#13488) But maybe if this is not the issue try to refer to https://github.com/n0s4/helix-theme-template/blob/main/template.toml |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When writing and experimenting with themes I've noticed that if there is anything wrong with a theme (syntax error, missing key, misspelled key) and you try to select it with
:theme <mytheme>
the error is always:Invalid theme: 'ui.selection' required
This message shows up even when
ui.selection
is present and is most of the time completely irrelevant to the actual issue with the theme. I like the theming in Helix but this makes it a lot harder to work with. I'd prefer individual errors for, say:Beta Was this translation helpful? Give feedback.
All reactions