]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values-night-v27/styles.xml
Combine drawable files. https://redmine.stoutner.com/issues/794
[PrivacyBrowserAndroid.git] / app / src / main / res / values-night-v27 / styles.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright © 2015-2022 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
7
8   Privacy Browser Android is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser Android is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <resources>
22     <style name="PrivacyBrowser" parent="Theme.AppCompat.DayNight.NoActionBar" >
23         <!-- Main Items. -->
24         <item name="android:navigationBarColor">?android:attr/colorBackground</item>
25         <item name="android:statusBarColor">?android:attr/colorBackground</item>
26         <item name="android:windowLightNavigationBar">false</item>
27         <item name="android:windowLightStatusBar">false</item>
28
29         <!-- Colors.  -->
30         <item name="android:actionModeBackground">?android:attr/colorBackground</item>
31         <item name="android:textColorHighlight">@color/violet_700</item>
32         <item name="blueTextColor">@color/violet_700</item>
33         <item name="blueTitleTextColor">@color/violet_500</item>
34         <item name="buttonBackgroundColorSelector">@color/button_background_color_selector_night</item>
35         <item name="buttonTextColorSelector">@color/button_text_color_selector_night</item>
36         <item name="colorAccent">@color/violet_500</item>
37         <item name="redTextColor">@color/red_900</item>
38
39         <!-- Tints. -->
40         <item name="domainSettingsIconTintColor">@color/violet_500</item>
41         <item name="fabIconTintColor">@color/gray_875</item>
42         <item name="findOnPageIconTintColor">@color/violet_500</item>
43         <item name="navigationIconTintColor">@color/violet_500</item>
44         <item name="progressTintColor">@color/violet_500</item>
45
46         <!-- Drawables. -->
47         <item name="listSelectorDrawable">@drawable/list_selector_night</item>
48     </style>
49
50     <style name="PrivacyBrowserAppBar" parent="ThemeOverlay.AppCompat.DayNight.ActionBar" >
51         <item name="android:textColorHighlight">@color/violet_700</item>
52     </style>
53
54     <style name="PrivacyBrowserSettings" parent="Theme.AppCompat.DayNight" >
55         <!-- Main Items. -->
56         <item name="android:navigationBarColor">?android:attr/colorBackground</item>
57         <item name="android:statusBarColor">?android:attr/colorBackground</item>
58         <item name="android:windowLightNavigationBar">?attr/isLightTheme</item>
59         <item name="android:windowLightStatusBar">?attr/isLightTheme</item>
60
61         <!-- Colors. -->
62         <item name="colorAccent">@color/violet_500</item>
63         <item name="colorPrimary">?android:attr/colorBackground</item>  <!-- `colorPrimary` sets the background color of the app bar. -->
64     </style>
65
66     <style name="PrivacyBrowserAlertDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert" >
67         <!-- Colors. -->
68         <item name="colorAccent">@color/violet_500</item>
69     </style>
70 </resources>