android: more theme changes

fix file picker dialog colors
make Citra text orange in dark mode
This commit is contained in:
BreadFish64 2020-05-05 17:34:24 -05:00 committed by xperia64
parent 0ec1df3e83
commit 0aa70b10b5
3 changed files with 8 additions and 5 deletions

View File

@ -12,4 +12,6 @@
<color name="header_text">#E0E0E0</color>
<color name="header_subtext">#A0A0A0</color>
<color name="citra_logo_text_color">@color/citra_accent</color>
</resources>

View File

@ -12,4 +12,6 @@
<color name="header_text">#1C1424</color>
<color name="header_subtext">#5C5661</color>
<color name="citra_logo_text_color">@color/header_text</color>
</resources>

View File

@ -10,6 +10,8 @@
<item name="colorPrimaryDark">@color/citra_orange_dark</item>
<item name="colorAccent">@color/citra_accent</item>
<item name="titleTextColor">@color/citra_logo_text_color</item>
<!-- Enable window content transitions -->
<item name="android:windowContentTransitions">true</item>
<item name="android:windowAllowEnterTransitionOverlap">true</item>
@ -45,15 +47,12 @@
<item name="colorPrimary">@color/citra_orange</item>
<item name="colorPrimaryDark">@color/citra_orange_dark</item>
<item name="colorAccent">@color/citra_accent</item>
<!--&lt;!&ndash; Setting a divider is entirely optional &ndash;&gt;-->
<item name="nnf_list_item_divider">?android:attr/listDivider</item>
<item name="android:windowBackground">@color/card_view_background</item>
<!-- Need to set this also to style create folder dialog -->
<item name="alertDialogTheme">@style/FilePickerAlertDialogTheme</item>
<!-- If you want to set a specific toolbar theme, do it here -->
<item name="nnf_list_item_divider">@drawable/gamelist_divider</item>
<item name="nnf_toolbarTheme">@style/ThemeOverlay.AppCompat.DayNight.ActionBar</item>
</style>