summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-10 08:01:02 +0300
committerAndrew Dolgov <[email protected]>2018-12-10 08:01:54 +0300
commit8bc0dc83364822a4a61218a7672db5a6ce74c840 (patch)
tree4f8d766e76702f9084841a8f712f15c81dd3c490 /org.fox.ttrss/src/main/res/values/style.xml
parent26ea12ac05b4dd96cdea7438e21fcff57b5ca505 (diff)
add amber theme
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>