Skip to content

Commit

Permalink
Add colors for Material buttons and other elements to the FxR.Dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeerias committed Dec 17, 2024
1 parent 961b02d commit 5e0f7a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,15 @@
<!-- Phone window decoration -->
<item name="android:statusBarColor">@color/midnight</item>
<item name="android:navigationBarColor">@color/midnight</item>

<!-- Basic colors for Material buttons and other elements -->
<item name="colorOnSurface">@color/fog</item>
<item name="colorSurface">@color/asphalt</item>
<item name="colorOnContainer">@color/fog</item>
<item name="colorContainer">@color/asphalt</item>
<item name="colorOnSecondaryContainer">@color/fog</item>
<item name="colorSecondaryContainer">@color/azure</item>

</style>

<style name="Widget.FastScroll" parent="android:Widget.Material.FastScroll"/>
Expand Down

0 comments on commit 5e0f7a8

Please sign in to comment.