diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 18:10:22 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 18:10:22 +0300 |
| commit | f88aa097dfa381c63812c12c22f67dd3e97206a5 (patch) | |
| tree | 1baa2839b9d841dc4b989afd65e49a3298a73c25 /org.fox.ttrss/src/main/res/values-night | |
| parent | db7ee817acf63360ac0dbf0422f95f7673392440 (diff) | |
drop all custom/hardcoded color refs, replace with m3 theme alternatives
Diffstat (limited to 'org.fox.ttrss/src/main/res/values-night')
| -rw-r--r-- | org.fox.ttrss/src/main/res/values-night/themes.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/org.fox.ttrss/src/main/res/values-night/themes.xml b/org.fox.ttrss/src/main/res/values-night/themes.xml index f072def8..196b4ad4 100644 --- a/org.fox.ttrss/src/main/res/values-night/themes.xml +++ b/org.fox.ttrss/src/main/res/values-night/themes.xml @@ -26,15 +26,6 @@ <item name="ic_action_trending_flat">@drawable/baseline_trending_flat_24</item> <item name="ic_action_trending_down">@drawable/baseline_trending_down_24</item> - <item name="feedlistTextColor">@android:color/white</item> - <item name="headlineTitleHighScoreUnreadTextColor">#00FF00</item> - <item name="parentBtnBackground">#101010</item> - <item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_dark</item> - <item name="feedlistSelectedTextColor">@android:color/white</item> - <item name="articleHeader">@android:color/transparent</item> - <item name="articleTextColor">#e0e0e0</item> - <item name="articleHeaderSeparator">#303030</item> - <item name="colorPrimary">@color/md_theme_primary</item> <item name="colorOnPrimary">@color/md_theme_onPrimary</item> <item name="colorPrimaryContainer">@color/md_theme_primaryContainer</item> |