refactor/fix(template): switch theme engine to Whiskers#219
Merged
sgoudham merged 23 commits intocatppuccin:mainfrom Sep 7, 2025
Merged
refactor/fix(template): switch theme engine to Whiskers#219sgoudham merged 23 commits intocatppuccin:mainfrom
sgoudham merged 23 commits intocatppuccin:mainfrom
Conversation
…rs to just and whiskers
sgoudham
requested changes
Sep 1, 2025
Contributor
sgoudham
left a comment
There was a problem hiding this comment.
Thanks for taking the time to go through with this! I haven't been motivated to work on this theme in a long time but would be good to see this through so that it's easier to work on 👍
I had a few comments.
…n instead, move accent to frontmatter in ui.theme.tera, move file color calculation to a macro in ui.theme.tera
catppuccin#165, catppuccin#194, and maybe some others
…to prevent mistakes in the future
sgoudham
approved these changes
Sep 6, 2025
Contributor
sgoudham
left a comment
There was a problem hiding this comment.
Thanks so much for this PR!
This motivated me enough to work through the templates again and resolve some long-standing issues so sorry for hijacking part of it!
Really awesome work and thanks again, hoping to merge it soon after test-driving it myself for a day or two.
This was
linked to
issues
Sep 6, 2025
5 tasks
This was referenced Sep 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR converts flavour generation from deno and handlebars to whiskers. It generates the almost the same json and xml, the only difference is that the mixed colors are sometimes off by one (like 734a5d -> 734a5f).