summaryrefslogtreecommitdiff
path: root/res/values/style.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/style.xml')
-rw-r--r--res/values/style.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/style.xml b/res/values/style.xml
index 270579b9..81c15ef2 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -47,7 +47,7 @@
<item name="android:actionBarStyle">@style/ActionBar.Sepia</item>
</style>
- <style name="DarkTheme" parent="Theme.AppCompat">
+ <style name="HoloTheme" parent="Theme.AppCompat">
<item name="smallScreenBackground">@android:color/transparent</item>
<item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_dark</item>
<item name="feedlistBackground">@android:color/transparent</item>
@@ -77,7 +77,7 @@
<item name="articleNoteBackground">#303030</item>
</style>
- <style name="DarkGrayTheme" parent="DarkTheme">
+ <style name="DarkTheme" parent="HoloTheme">
<item name="smallScreenBackground">@color/feeds_dark_gray</item>
<item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_dark</item>
<item name="feedlistBackground">@drawable/shadow_feeds_gray</item>