aboutsummaryrefslogtreecommitdiff
path: root/res/values-v11
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2012-12-31 03:14:01 +0400
committerAndrew Dolgov <fox@fakecake.org>2012-12-31 03:14:01 +0400
commitadee6d3493a52a303d3c124768d73b5fa52fb68e (patch)
treea210671fe9b2aea0400c05612bfbec46c113b118 /res/values-v11
parent6e407cb5b1a882aafa4b8d62eeeb644513abcc4a (diff)
add sepia theme
Diffstat (limited to 'res/values-v11')
-rw-r--r--res/values-v11/style.xml21
1 files changed, 19 insertions, 2 deletions
diff --git a/res/values-v11/style.xml b/res/values-v11/style.xml
index 6b3d9e2c..9ded814e 100644
--- a/res/values-v11/style.xml
+++ b/res/values-v11/style.xml
@@ -1,5 +1,6 @@
-<resources>
- <style name="LightTheme" parent="android:Theme.Holo.Light">
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+ <style name="LightTheme" parent="android:Theme.Holo.Light.DarkActionBar">
+ <item name="smallScreenBackground">@android:color/transparent</item>
<item name="horizontalDivider">@android:drawable/divider_horizontal_bright</item>
<item name="feedlistBackground"><!-- #e0e0e0 -->@drawable/shadow_feeds</item>
<item name="unreadCounterColor">#0000ff</item>
@@ -23,7 +24,23 @@
<item name="loadingBackground">@android:color/white</item>
</style>
+ <style name="SepiaTheme" parent="LightTheme">
+ <item name="smallScreenBackground">@drawable/paper_sepia</item>
+ <item name="feedlistBackground">@drawable/shadow_feeds_sepia</item>
+ <item name="headlinesBackground">@drawable/shadow_headlines_sepia</item>
+ <item name="headlinesBackgroundSolid">@drawable/paper_sepia</item>
+ <item name="headlineSelectedBackground">@drawable/headline_row_selected_sepia</item>
+ <item name="headlineSelectedBackgroundSolid">@color/headline_row_selected_sepia</item>
+ <item name="feedsSelectedBackground">@drawable/headline_row_selected_sepia</item>
+ <item name="feedsSelectedBackgroundSolid">@color/headline_row_selected_sepia</item>
+ <item name="articleBackground">@drawable/paper_sepia</item>
+ <item name="unreadCounterColor">#C46262</item>
+ <item name="feedlistTextColor">#35281C</item>
+ <item name="linkColor">#C46262</item>
+ </style>
+
<style name="DarkTheme" parent="android:Theme.Holo">
+ <item name="smallScreenBackground">@android:color/transparent</item>
<item name="horizontalDivider">@android:drawable/divider_horizontal_dark</item>
<item name="feedlistBackground">@drawable/ics_divider_vertical</item>
<item name="unreadCounterColor">#303030</item>