summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/style.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/style.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index e16ee854..5cf9b3b0 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -70,6 +70,8 @@
<style name="AmberTheme" parent="DarkTheme">
<item name="colorPrimary">#b87d2c</item>
<item name="colorPrimaryDark">#6e4b1a</item>
+ <item name="android:windowBackground">@color/window_background_amber</item>
+ <item name="drawer_header">@drawable/drawer_header_amber</item>
</style>
<style name="DarkTheme" parent="DarkTheme.Base">