android: more theme changes
fix file picker dialog colors make Citra text orange in dark mode
This commit is contained in:
parent
b480b78588
commit
ad021f205d
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
<!--<!– Setting a divider is entirely optional –>-->
|
||||
<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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user