summaryrefslogtreecommitdiff
path: root/res/values/resources.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-09 20:25:56 +0400
committerAndrew Dolgov <[email protected]>2013-02-09 20:25:56 +0400
commit535b04dbe116c1df56bf1e1249a88fa9687c58f3 (patch)
treef480ec587f9f3aa3c0a17af9d11312fcaa8cdbf8 /res/values/resources.xml
parenta608e8cee82ea6f5947edcbe4fcfd049eb7b074f (diff)
implement dark gray theme, bump version
Diffstat (limited to 'res/values/resources.xml')
-rw-r--r--res/values/resources.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/resources.xml b/res/values/resources.xml
index f3c3cda3..a87b671b 100644
--- a/res/values/resources.xml
+++ b/res/values/resources.xml
@@ -8,5 +8,7 @@
<color name="headline_row_selected_light">#33b5e5</color>
<color name="headline_row_selected_sepia">#E5B0A0</color>
<color name="ics_cyan">#33b5e5</color>
-
+ <color name="feeds_dark_gray">#1c1d1e</color>
+ <color name="headline_row_selected_gray">#22667f</color>
+ <color name="headline_row_unread_gray">#383c42</color>
</resources> \ No newline at end of file