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.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 98e8ddca..e16ee854 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -67,6 +67,11 @@
</style>
+ <style name="AmberTheme" parent="DarkTheme">
+ <item name="colorPrimary">#b87d2c</item>
+ <item name="colorPrimaryDark">#6e4b1a</item>
+ </style>
+
<style name="DarkTheme" parent="DarkTheme.Base">
<item name="windowActionModeOverlay">true</item>
@@ -101,10 +106,6 @@
<item name="headlineFooterColor">?colorPrimary</item>
<item name="articleHeaderSeparator">#303030</item>
- <!-- <item name="colorPrimary">#b87d2c</item>
- <item name="colorPrimaryDark">#6e4b1a</item>
- <item name="colorAccent">#607D8B</item> -->
-
<item name="colorPrimary">#1e6286</item>
<item name="colorPrimaryDark">#18506e</item>
<item name="colorAccent">#D84315</item>