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

Custom theming #77

Merged
merged 19 commits into from
Jan 24, 2025
Merged

Custom theming #77

merged 19 commits into from
Jan 24, 2025

Conversation

ninovanhooff
Copy link
Collaborator

@ninovanhooff ninovanhooff commented Sep 10, 2024

Why is this important?

  • It was on the wishlist (in readme)
  • MaterialTheme is nice, but it cannot be reconciled with iOS. Therefore tokens in a shared design system are always necessary

Notes

  • Inspired by Hema
  • Removes dynamic color. Can probably be incorporated somewhere, but definetlely not 90% of projects use it
  • explicitly setting font style and color for all texts seems tedious, but in practice the boilerplate is reduced by creating core components like buttons etc (see TemplateButton())

because that is what we are implementing here
Inspired by Hema implementation
@ninovanhooff ninovanhooff added the enhancement New feature or request label Sep 10, 2024
Copy link
Collaborator

@izadiegizabal izadiegizabal left a comment

Choose a reason for hiding this comment

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

nice seeing some more theming added to the template app! i left a couple of comments 🪄

Copy link
Collaborator

@izadiegizabal izadiegizabal left a comment

Choose a reason for hiding this comment

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

a couple of minor improvements but nice work!

Copy link
Collaborator Author

@ninovanhooff ninovanhooff left a comment

Choose a reason for hiding this comment

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

Add edgeToEdge request

@ninovanhooff ninovanhooff merged commit e2cd9d8 into main Jan 24, 2025
5 checks passed
@ninovanhooff ninovanhooff deleted the custom-theming branch January 24, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants