Skip to content

Commit

Permalink
fix up colors a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus committed Sep 20, 2023
1 parent 720de6c commit 5c25c97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values-night-v31/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="battery_widget_text_color">@android:color/system_accent1_100</color>
<color name="battery_widget_text_color">@android:color/system_accent1_10</color>
<color name="battery_widget_bar_color">@android:color/system_accent1_600</color>
<color name="battery_widget_bar_background">@android:color/system_accent1_800</color>
</resources>
2 changes: 1 addition & 1 deletion android/app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="battery_widget_text_color">#C1E8FF</color>
<color name="battery_widget_text_color">#F9FCFF</color>
<color name="battery_widget_bar_color">#00668B</color>
<color name="battery_widget_bar_background">#003549</color>
</resources>
2 changes: 1 addition & 1 deletion android/app/src/main/res/values-v31/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="battery_widget_text_color">@android:color/system_accent1_900</color>
<color name="battery_widget_text_color">@android:color/system_accent1_800</color>
<color name="battery_widget_bar_color">@android:color/system_accent1_200</color>
<color name="battery_widget_bar_background">@android:color/system_accent1_100</color>
</resources>
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- I was looking for those fucking values for like 1.5 hour -->
<!-- There they were, hidden in some documentation for vendors system implementations?? Or something?? -->
<!-- https://source.android.com/docs/core/display/dynamic-color -->
<color name="battery_widget_text_color">#001E2C</color>
<color name="battery_widget_text_color">#003549</color>
<color name="battery_widget_bar_color">#76D1FF</color>
<color name="battery_widget_bar_background">#C1E8FF</color>
</resources>

0 comments on commit 5c25c97

Please sign in to comment.