-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
helix 22.12: custom theme fails to deserialize #5043
Comments
It looks like the toml parser doesn't like the duplicated "function.special" key on L73-L74, though 22.08.1 does accept this theme 🤔 |
That was the culprit! Thank you very much, my theme is back 🙂 |
I would recommended tablo for generic toml validation: https://taplo.tamasfe.dev/. |
The change in behaviour is caused by #3067 which switched the theme reading to serialize to a |
Hi! I updated today to helix 22.12 and my custom theme fails to load, although it worked fine under helix 22.08.1.
Looking at the log file, I get the following warning at helix's startup:
I rebuilt helix from source today (latest commit to
master
at the moment of writing):I have no idea where this issue can come from. Reading through the changelog, I do not see anything in the breaking changes that could have messed up my theme configuration. Any idea of what could be causing this?
Otherwise, my config works fine.
Below is my theme config file, just in case I missed something in there:
The text was updated successfully, but these errors were encountered: