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

Expose configurable theme colors through ThemeManager for client cust… #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hunble
Copy link

@hunble hunble commented Nov 7, 2024

  • Added ThemeManager class with functions to customize theme colors such as primary background, label, error background, and more.
  • Updated Color extension to pull dynamic color values from ThemeManager.
  • Allow client apps to modify theme colors by calling functions like setLivenessPrimaryBackground(), setLivenessPrimaryLabel(), etc.
  • Provides flexibility for client apps to modify color schemes based on their requirements.

Issue #, if available:

Description of changes:

Check points: (check or cross out if not relevant)

  • [1] Added new tests to cover change, if needed
  • [1] Build succeeds with all target using Swift Package Manager
  • [1] All unit tests pass
  • [1] Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • [1] Documentation update for the change if required
  • [1] PR title conforms to conventional commit style
  • [1] If breaking change, documentation/changelog update with migration instructions

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…omization

- Added ThemeManager class with functions to customize theme colors such as primary background, label, error background, and more.
- Updated Color extension to pull dynamic color values from ThemeManager.
- Allow client apps to modify theme colors by calling functions like `setLivenessPrimaryBackground()`, `setLivenessPrimaryLabel()`, etc.
- Provides flexibility for client apps to modify color schemes based on their requirements.
@hunble hunble requested review from a team as code owners November 7, 2024 11:40
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.

1 participant