Skip to content

Conversation

@XDdevv
Copy link
Contributor

@XDdevv XDdevv commented Aug 25, 2025

🎯 Goal

Add a _light postfix to color resources used in the light theme to make them consistent with the existing _dark colors and improve clarity when managing multiple themes.

🛠 Implementation details

  • Renamed existing light theme colors to include the _light postfix.
  • No changes to dark theme colors.
  • This is purely a naming/refactor change to improve clarity and maintainability.

✍️ Explain examples

Before:

<color name="background">#F4EBF4</color>

After:

<color name="background_light">#F4EBF4</color>

Preparing a pull request for review

Ensure your change is properly formatted by running:

$ ./gradlew spotlessApply

Please correct any failures before requesting a review.

@XDdevv XDdevv requested a review from skydoves as a code owner August 25, 2025 07:52
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