-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
"sidebar-color": "#{{ palette.crust.hex }}", | ||
"roomlist-background-color": "#{{ palette.mantle.hex }}", | ||
"roomlist-text-color": "#{{ palette.text.hex }}", | ||
"roomlist-text-secondary-color": "#{{ palette.base.hex }}", |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Adds Whiskers, Catppuccin's internal templating tool, to build the themes. Instead of editing the
.json
files directly, edit theelement.tera
file and then runjust 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.