Skip to content

Commit

Permalink
Update SetupWizard dark theme for U
Browse files Browse the repository at this point in the history
Change-Id: I0a5b1a41cceba2b45b41cfd64e98b8105c8ad6b6
  • Loading branch information
mikeNG authored and chirayudesai committed Feb 21, 2024
1 parent 81fae1a commit a050e73
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<color name="accent">@android:color/system_accent1_100</color>
<!-- https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-14.0.0_r1/core/res/res/values/colors_device_defaults.xml#22 -->
<color name="primary">@android:color/system_neutral1_900</color>

<!-- Custom colors -->
<color name="primaryDark">@android:color/black</color>
<color name="background">@color/primaryDark</color>
<color name="actionBarPrimary">@color/background</color>
<color name="statusBarColor">@android:color/transparent</color>
<!-- https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-14.0.0_r1/core/res/res/values/colors_device_defaults.xml#51 -->
<color name="background">@android:color/system_neutral1_900</color>
</resources>

0 comments on commit a050e73

Please sign in to comment.