Skip to content

Commit

Permalink
Merge pull request #1564 from michaelschattgen/fix/contrast-next-code
Browse files Browse the repository at this point in the history
Improve contrast of next code color
  • Loading branch information
alexbakker authored Dec 2, 2024
2 parents 8147d07 + 3a9e27b commit d48f2ea
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 d48f2ea

Please sign in to comment.