Exchange colorSurface and colorBackground to improve text contrast in light theme (#2025)
This commit is contained in:
parent
99b1116b01
commit
4df2ce2d6b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue