summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-10 08:18:52 +0300
committerAndrew Dolgov <[email protected]>2018-12-10 08:18:52 +0300
commit79f05884abe5c155468ecc2fc9131f2024a0227a (patch)
tree1499865dfd232ee5720e25ef7d53ca7312d425d8 /org.fox.ttrss/src/main/res/values
parent8bc0dc83364822a4a61218a7672db5a6ce74c840 (diff)
amber theme misc fixes
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/colors.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values/colors.xml b/org.fox.ttrss/src/main/res/values/colors.xml
index 7ad81fac..d87ac346 100755
--- a/org.fox.ttrss/src/main/res/values/colors.xml
+++ b/org.fox.ttrss/src/main/res/values/colors.xml
@@ -2,5 +2,5 @@
<resources>
<item name="window_background" type="color">#216d96</item>
<item name="window_background_dark" type="color">#18506e</item>
-
+ <item name="window_background_amber" type="color">#6e4b1a</item>
</resources> \ No newline at end of file
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">