[Adaptive JetStream] light and dark color schemes are exactly the same

Open Beginner friendly
#36 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
kotlin
Domain
design, mobile

Research direction

Start by reading AdaptiveJetStream/jetstream/src/main/java/com/google/jetstream/presentation/theme/Color.kt and compare the light and dark color scheme definitions. Decide whether dark mode should be supported or removed, then update the color scheme accordingly; done means the schemes are no longer identical or the unused dark scheme is gone.

Written by the indexing model from the issue text.

Description

The color schemes used in the app are exactly the same for both light and dark modes:

https://github.com/android/adaptive-apps-samples/blob/main/AdaptiveJetStream/jetstream/src/main/java/com/google/jetstream/presentation/theme/Color.kt

Either dark mode should be supported or it shouldn't and the dark color scheme should be removed.

Dominant language
Kotlin
Stars
75
Forks
25
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from android/adaptive-apps-samples

All issues in android/adaptive-apps-samples

Similar issues

More Kotlin issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.