Exchange colorSurface and colorBackground to improve text contrast in light theme (#2025)

This commit is contained in:
Mike Barnes 2020-12-23 22:53:18 +11:00 committed by GitHub
parent 99b1116b01
commit 4df2ce2d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>