summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-15 19:57:38 +0400
committerAndrew Dolgov <[email protected]>2014-10-15 19:57:38 +0400
commitf21c8638851c5a801b584b387b3cb3d0c670e164 (patch)
tree0fb52b4e4460defdfec43d6a2f54d26e42e1d4ee
parent905679c7ef283f788832896e45eda8d802b1ec6f (diff)
make dark theme a bit less dull
-rw-r--r--res/values/resources.xml2
-rw-r--r--res/values/style.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/values/resources.xml b/res/values/resources.xml
index 7e1b097e..75aa900e 100644
--- a/res/values/resources.xml
+++ b/res/values/resources.xml
@@ -7,7 +7,7 @@
<color name="feeds_sepia">#D3C6BA</color>
<color name="ics_cyan">#33b5e5</color>
<color name="unread_counter_background">#88b0f0</color>
- <color name="unread_counter_background_dark">#303030</color>
+ <color name="unread_counter_background_dark">#6482AF</color>
<color name="unread_counter_background_sepia">#C46262</color>
<color name="unread_counter_background_selected_light">#4684ff</color>
<color name="feeds_dark_gray">#1c1d1e</color>
diff --git a/res/values/style.xml b/res/values/style.xml
index 81c15ef2..a0383c1a 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -111,7 +111,7 @@
</style>
<style name="ActionBar.DarkGray" parent="Widget.AppCompat.ActionBar.Solid">
- <item name="android:background">#232527</item>
+ <item name="android:background">#394A63</item>
</style>
<style name="DarkDialogTheme" parent="android:Theme.Dialog">