Skip to content

Commit

Permalink
Improve contrast of next code color
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschattgen committed Dec 2, 2024
1 parent 337cb74 commit 3a9e27b
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -101,8 +101,8 @@
<color name="aegis_theme_all_favorite">#F9A825</color>
<color name="aegis_theme_light_success">#518242</color>
<color name="aegis_theme_dark_success">#d9e7cb</color>
<color name="aegis_theme_light_onSurfaceDim">#FFB0B1B5</color>
<color name="aegis_theme_dark_onSurfaceDim">#44464f</color>
<color name="aegis_theme_light_onSurfaceDim">#9D9EA2</color>
<color name="aegis_theme_dark_onSurfaceDim">#616371</color>
<!-- Hacks to force the status bar to the correct color during action mode.
These colors are used by AppCompatDelegateImpl.updateStatusGuardColor -->
<color name="abc_decor_view_status_guard_light" tools:override="true">@android:color/transparent</color>
Expand Down

0 comments on commit 3a9e27b

Please sign in to comment.