浏览代码

corresponding primary dark color

Andy Scherzinger 9 年之前
父节点
当前提交
1533c6b52c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>