Browse Source

corresponding primary dark color

Andy Scherzinger 8 years ago
parent
commit
1533c6b52c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      res/values/colors.xml

+ 1 - 1
res/values/colors.xml

@@ -47,7 +47,7 @@
 
     <!-- standard material color definitions -->
     <color name="primary">@color/owncloud_blue</color>
-    <color name="primary_dark">#162233</color>
+    <color name="primary_dark">#006AA3</color>
 
     <!-- special transparent action bar colors for image preview -->
     <color name="owncloud_blue_transparent">#201D2D44</color>