Skip to content

Commit

Permalink
Removed dynamic coloring to closer match native dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleangels committed Sep 28, 2024
1 parent 2e15a9f commit be996b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions app/src/main/res/values-v31/colors.xml

This file was deleted.

4 changes: 2 additions & 2 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<color name="orange">#fd7e14</color>
<color name="yellow">#ffc107</color>
<color name="green">#28a745</color>
<color name="darkgray">#161616</color>
<color name="darkgray">#212529</color>
<color name="white">#fff</color>
<color name="black">#000</color>
<color name="main">#007bff</color>
<color name="main_dark">#161616</color>
<color name="main_dark">#212529</color>
</resources>

0 comments on commit be996b4

Please sign in to comment.