aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-06 20:17:31 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-06 20:17:31 +0300
commit460b05e56b6c8e6c26517c9d6d5262c24a28ce29 (patch)
treec20f56aa766da4917b36613495024c64b8205afc /org.fox.ttrss/src/main/res/values
parent689e12ed697ea810ecb7c93fc367f7608cc5478b (diff)
drop most legacy custom colors for now
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml14
1 files changed, 1 insertions, 13 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 3569ec48..fe2fd77d 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -1,6 +1,6 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <style name="AppTheme.Base" parent="Theme.Material3.DayNight">
+ <style name="AppTheme.Base" parent="Theme.Material3.DynamicColors.DayNight">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
@@ -23,12 +23,8 @@
<item name="headlineFooterColor">?colorPrimary</item>
<item name="articleHeaderSeparator">#cccccc</item>
- <item name="colorPrimary">#2786BA</item>
- <item name="colorPrimaryDark">#216d96</item>
<item name="colorAccent">#F4511E</item>
- <item name="actionModeStyle">@style/action_mode_style</item>
-
<item name="ic_rss_box">@drawable/ic_rss_box_dark</item>
<item name="ic_checkbox_marked">@drawable/ic_checkbox_marked_dark</item>
<item name="ic_star">@drawable/ic_star_dark</item>
@@ -57,12 +53,4 @@
<style name="DarkDialogTheme" parent="android:Theme"></style>
- <style name="action_mode_style" parent="@style/Widget.Material3.ActionMode">
- <item name="background">?colorPrimaryDark</item>
- <!-- selected articles count (number) color -->
- <item name="titleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Title</item>
- <!-- idk -->
- <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle</item>
- </style>
-
</resources> \ No newline at end of file