summaryrefslogtreecommitdiff
path: root/res/values/resources.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-27 23:08:39 +0400
committerAndrew Dolgov <[email protected]>2013-05-27 23:08:39 +0400
commitd88d2381a492571366e10039e0cad3a7155e0a22 (patch)
treece37a883be36de50b684c1c4c44c5a19f79c8ec2 /res/values/resources.xml
parenteb51dca80f6f6b1223436cb1b7a4ed992b483462 (diff)
update colors to match tt-rss main better
Diffstat (limited to 'res/values/resources.xml')
-rw-r--r--res/values/resources.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/resources.xml b/res/values/resources.xml
index 2bb097fa..134f7960 100644
--- a/res/values/resources.xml
+++ b/res/values/resources.xml
@@ -5,7 +5,7 @@
<color name="headlines_light">#ffffff</color>
<color name="headlines_sepia">#EAE2DC</color>
<color name="feeds_sepia">#D3C6BA</color>
- <color name="headline_row_selected_light">#33b5e5</color>
+ <color name="headline_row_selected_light">#88b0f0</color>
<color name="headline_row_selected_sepia">#E5B0A0</color>
<color name="ics_cyan">#33b5e5</color>
<color name="feeds_dark_gray">#1c1d1e</color>
@@ -16,4 +16,5 @@
<color name="unread_counter_background">#88b0f0</color>
<color name="unread_counter_background_dark">#303030</color>
<color name="unread_counter_background_sepia">#C46262</color>
+ <color name="unread_counter_background_selected_light">#4684ff</color>
</resources> \ No newline at end of file