mirror of
https://github.com/accelforce/Yuito
synced 2025-01-27 06:14:52 +01:00
Exchange colorSurface and colorBackground to improve text contrast in light theme (#2025)
This commit is contained in:
parent
99b1116b01
commit
4df2ce2d6b
@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<color name="colorSurface">@color/white</color>
|
||||
<color name="colorSurface">@color/tusky_grey_95</color>
|
||||
<color name="colorPrimaryDark">@color/tusky_grey_70</color>
|
||||
|
||||
<color name="colorBackground">@color/tusky_grey_95</color>
|
||||
<color name="colorBackground">@color/white</color>
|
||||
<color name="windowBackground">@color/tusky_grey_80</color>
|
||||
|
||||
<color name="textColorPrimary">@color/tusky_grey_10</color>
|
||||
|
Loading…
x
Reference in New Issue
Block a user