projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
687318e
)
adding a new accent color see #1076 comment by @jancborchardt
author
AndyScherzinger
<info@andy-scherzinger.de>
Mon, 27 Jul 2015 14:34:16 +0000
(16:34 +0200)
committer
AndyScherzinger
<info@andy-scherzinger.de>
Mon, 27 Jul 2015 14:34:16 +0000
(16:34 +0200)
res/values/colors.xml
patch
|
blob
|
blame
|
history
diff --git
a/res/values/colors.xml
b/res/values/colors.xml
index
65cad17
..
bd28816
100644
(file)
--- a/
res/values/colors.xml
+++ b/
res/values/colors.xml
@@
-18,20
+18,21
@@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
-
- <color name="filelist_icon_backgorund">#DDDDDD</color>
+
+ <color name="owncloud_blue">#1D2D44</color>
+ <color name="owncloud_blue_accent">#35537A</color>
<color name="owncloud_blue_bright">#00ddff</color>
<color name="owncloud_blue_bright">#00ddff</color>
+
<color name="list_item_lastmod_and_filesize_text">#989898</color>
<color name="black">#000000</color>
<color name="textColor">#303030</color>
<color name="drawerMenuTextColor">#757575</color>
<color name="list_divider_background">#fff0f0f0</color>
<color name="list_item_lastmod_and_filesize_text">#989898</color>
<color name="black">#000000</color>
<color name="textColor">#303030</color>
<color name="drawerMenuTextColor">#757575</color>
<color name="list_divider_background">#fff0f0f0</color>
- <color name="
owncloud_blue">#1D2D44
</color>
+ <color name="
filelist_icon_backgorund">#DDDDDD
</color>
<color name="login_text_color">#AAAAAA</color>
<color name="login_text_color">#AAAAAA</color>
-
<!-- Colors -->
<!-- Colors -->
- <color name="color_accent">@color/owncloud_blue_
brigh
t</color>
+ <color name="color_accent">@color/owncloud_blue_
accen
t</color>
<!-- standard material color definitions -->
<color name="primary">@color/owncloud_blue</color>
<!-- standard material color definitions -->
<color name="primary">@color/owncloud_blue</color>