Skip to content
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

refactor: use whiskers & adhere to palette #5

Merged
merged 5 commits into from
May 27, 2024

Conversation

uncenter
Copy link
Member

@uncenter uncenter commented May 22, 2024

Adds Whiskers, Catppuccin's internal templating tool, to build the themes. Instead of editing the .json files directly, edit the element.tera file and then run just build to build the output themes. You will need Whiskers (linked above) and optionally Just installed.

Note: currently a draft waiting on catppuccin/toolbox#217.

@uncenter uncenter marked this pull request as draft May 22, 2024 15:54
@uncenter uncenter marked this pull request as ready for review May 27, 2024 16:51
"sidebar-color": "#{{ palette.crust.hex }}",
"roomlist-background-color": "#{{ palette.mantle.hex }}",
"roomlist-text-color": "#{{ palette.text.hex }}",
"roomlist-text-secondary-color": "#{{ palette.base.hex }}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind fixing
#4

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Separate PR I think. This just aims to refactor the build system atm.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isabelroses do you want to make the follow up PR or shall I?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind doing it

Copy link
Member Author

@uncenter uncenter May 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also might be worth getting rid of unnecessary palette usage now that v2.3.0 is out. Two separate PRs tho

@sgoudham sgoudham changed the title build: use whiskers refactor: use whiskers & adhere to palette May 27, 2024
@sgoudham sgoudham merged commit c211b8a into catppuccin:main May 27, 2024
@uncenter uncenter deleted the feat/whiskers branch May 27, 2024 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants