diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-06-05 03:25:05 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-06-05 03:25:05 +0000 |
commit | 7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9 (patch) | |
tree | eb25a27a976d1f4c80943af1e0c9276e57285a49 /app/src/main/res/values-night | |
parent | c8d1a9e37ada68835838440ce7c25b0ee96798b5 (diff) | |
download | infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar.gz infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar.bz2 infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar.lz infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar.xz infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar.zst infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.zip |
Fixed UI problems introduced by dark theme.
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r-- | app/src/main/res/values-night/colors.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 8e2257d5..6b6e8290 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <color name="colorPrimary">#242424</color> - <color name="colorPrimaryDark">#141414</color> + <color name="colorPrimaryDark">#121212</color> <color name="colorAccent">#FF4081</color> <color name="minusButtonColor">#E91E63</color> @@ -20,7 +20,7 @@ <color name="grey">#424242</color> - <color name="backgroundColor">#181818</color> + <color name="backgroundColor">#121212</color> - <color name="backgroundColorPrimaryDark">#1976D2</color> + <color name="backgroundColorPrimaryDark">#1565C0</color> </resources> |