]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/styles.xml
Create a lighter background for the dark theme `AlertDialogs`.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / styles.xml
index ffe929a1c18c3f3467427e7abd9ca712be8d5c92..9fe7aedffe7a007e0ee8c1285e8745f37ee1b5a9 100644 (file)
     </style>
 
     <style name="PrivacyBrowserAlertDialogDark" parent="Theme.AppCompat.Dialog.Alert" >
-        <item name="android:windowBackground">@color/gray_900</item>
-        <item name="android:textColor">@color/gray_300</item>
+        <item name="android:windowBackground">@color/gray_850</item>
+        <item name="android:textColorPrimary">@color/gray_300</item>
+        <item name="android:textColorSecondary">@color/gray_300</item>
+        <item name="colorAccent">@color/blue_600</item>
     </style>
 
     <style name="PrivacyBrowserSpinnerDropDownItemStyleDark" parent="Base.Widget.AppCompat.TextView.SpinnerItem" >