summaryrefslogtreecommitdiff
path: root/res/values/style.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/style.xml
parenta608e8cee82ea6f5947edcbe4fcfd049eb7b074f (diff)
implement dark gray theme, bump version
Diffstat (limited to 'res/values/style.xml')
-rw-r--r--res/values/style.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values/style.xml b/res/values/style.xml
index 09963fc4..a817f33b 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -65,4 +65,24 @@
<item name="loadingBackground">@android:color/black</item>
</style>
+ <style name="DarkGrayTheme" parent="DarkTheme">
+ <item name="smallScreenBackground">#1c1d1e</item>
+ <item name="horizontalDivider">@android:drawable/divider_horizontal_dark</item>
+ <item name="feedlistBackground">@color/feeds_dark_gray</item>
+ <item name="unreadCounterColor">#a0a0a0</item>
+ <item name="headlinesBackground">@color/feeds_dark_gray</item>
+ <item name="headlinesBackgroundSolid">@color/headline_row_selected_gray</item>
+ <item name="articleBackground">#1c1d1e</item>
+ <item name="headlineSelectedBackground">@color/headline_row_selected_gray</item>
+ <item name="headlineSelectedBackgroundSolid">@color/headline_row_selected_gray</item>
+ <item name="headlineUnreadBackground">@color/headline_row_unread_gray</item>
+ <item name="feedsSelectedBackground">@color/headline_row_selected_gray</item>
+ <item name="feedsSelectedBackgroundSolid">@color/headline_row_selected_gray</item>
+ <item name="feedlistSelectedTextColor">@android:color/primary_text_dark</item>
+ <item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_dark</item>
+ <item name="headlineTextColor">@android:color/secondary_text_dark</item>
+ <item name="android:actionBarStyle">@style/ActionBarDarkGray</item>
+ </style>
+
+
</resources> \ No newline at end of file