diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 07:03:44 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 07:03:44 +0300 |
| commit | 695fa66d417e0f00db1c20c6034201079340b4d5 (patch) | |
| tree | 983fc47778c5e1ebbb7d9c298a917b1b4dddd3e7 /org.fox.ttrss/src/main/res/values-night/style.xml | |
| parent | 9fb5dc49ef49405224e36f9bb4cad48c8d5c44e4 (diff) | |
switch to static material3 colorset
Diffstat (limited to 'org.fox.ttrss/src/main/res/values-night/style.xml')
| -rw-r--r-- | org.fox.ttrss/src/main/res/values-night/style.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/org.fox.ttrss/src/main/res/values-night/style.xml b/org.fox.ttrss/src/main/res/values-night/style.xml deleted file mode 100644 index 3c81805d..00000000 --- a/org.fox.ttrss/src/main/res/values-night/style.xml +++ /dev/null @@ -1,21 +0,0 @@ -<resources xmlns:android="http://schemas.android.com/apk/res/android"> - - <style name="AppTheme" parent="AppTheme.Base"> - <item name="windowActionModeOverlay">true</item> - - <item name="feedlistTextColor">@android:color/white</item> - <item name="headlineTitleHighScoreUnreadTextColor">#00FF00</item> - <item name="headlineHeaderBackground">#99000000</item> - <item name="linkColor">#2d92c8</item> - <item name="articleNoteTextColor">#bebebe</item> - <item name="articleNoteBackground">#303030</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="colorAccent">#D84315</item> - </style> -</resources>
\ No newline at end of file |