mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-21 22:39:12 +00:00
Merge pull request #1564 from michaelschattgen/fix/contrast-next-code
Improve contrast of next code color
This commit is contained in:
commit
d48f2ead28
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue