-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
build: integrate whiskers #15
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com>
"name": "Catppuccin Chrome Theme - {{ flavor.identifier | capitalize }} {{ accent | capitalize }}", | ||
"description": "Soothing pastel theme for Google Chrome - Catppuccin {{ flavor.identifier | capitalize }}", |
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.
"name": "Catppuccin Chrome Theme - {{ flavor.identifier | capitalize }} {{ accent | capitalize }}", | |
"description": "Soothing pastel theme for Google Chrome - Catppuccin {{ flavor.identifier | capitalize }}", | |
"name": "Catppuccin Chrome Theme - {{ flavor.name }} {{ accent | capitalize }}", | |
"description": "Soothing pastel theme for Google Chrome - Catppuccin {{ flavor.name }}", |
Same with the Google Store one if we are keeping that.
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 had kept it this way to avoid the accent on Frappe, don't want to run the risk of breaking things.
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 think Chrome fully supports Unicode? Would be very surprised if they didn't lol.
Also restructures the themes to be more organised / sensibly named.