summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkroz <46.kroz@gmail.com>2014-01-09 12:52:09 +0100
committerLorDClockaN <davor@losinj.com>2014-01-14 22:15:17 +0100
commiteb56046ee2be721fabc5a83147ea511565f8fe8f (patch)
treee4122a739f54d7ff886a7a33b35e890145f3c43e
parent7401c9f1d27ba0d0edd073ed257771957ec38d4f (diff)
trds: darker time picker [for red theme]
DeskClock is using red theme for time picker w/c is already dark let's make it more darker Change-Id: I829265c9e489a548bff74a199249b4f165ba2f92
-rw-r--r--res/values-holodark/colors.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/res/values-holodark/colors.xml b/res/values-holodark/colors.xml
index 065e9da..bf1515c 100644
--- a/res/values-holodark/colors.xml
+++ b/res/values-holodark/colors.xml
@@ -38,14 +38,14 @@
<!-- Colors for red theme -->
<color name="red">#ff3333</color>
<color name="red_focused">#853333</color>
- <color name="light_gray">#303030</color>
- <color name="dark_gray">#262626</color>
- <color name="line_dark">#505050</color>
+ <color name="light_gray">#181818</color>
+ <color name="dark_gray">#000000</color>
+ <color name="line_dark">#444444</color>
<color name="done_text_color_dark_normal">#ffffff</color>
<color name="done_text_color_dark_disabled">#888888</color>
<color name="done_disabled_dark">#bfbfbf</color>
-
- <!-- White background from layout and java -->
- <color name="white_bg">#ff000000</color>
-
+
+ <!-- White background from layout and java -->
+ <color name="white_bg">#ff000000</color>
+
</resources> \ No newline at end of file