summaryrefslogtreecommitdiffstats
path: root/app/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/values/colors.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 16a3f45..2ede30d 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <color name="colorPrimary">#000000</color>
- <color name="colorPrimaryDark">#000000</color>
+ <color name="colorPrimary">#171717</color>
+ <color name="colorPrimaryDark">#171717</color>
<color name="colorAccent">#1DB954</color>
<color name="colorControlHighlight">#1DB954</color>
- <color name="colorControlNormal">#9E9E9E</color>
+ <color name="colorControlNormal">#616161</color>
</resources>