Replies: 5 comments
|
For the time being I found this site useful for finding typos and errors in |
0 replies
|
Partially addressed by |
0 replies
|
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 ? |
0 replies
|
Having the same problem too. 0 idea what causes this, I have a valid ui.selection too. |
0 replies
|
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 |
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.
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' requiredThis message shows up even when
ui.selectionis 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:All reactions