]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values-night/styles.xml
e8eed110fa6dd50d3c2f41c1ed68588f4b702e28
[PrivacyBrowserAndroid.git] / app / src / main / res / values-night / styles.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright © 2015-2020 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
7
8   Privacy Browser 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 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.  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="windowActionModeOverlay">true</item>  <!-- `windowActionModeOverlay` makes the contextual app bar cover the support app bar. -->
25
26         <!-- Colors.  -->
27         <item name="android:actionModeBackground">?android:attr/colorBackground</item>
28         <item name="android:textColorHighlight">@color/violet_700</item>
29         <item name="blueTextColor">@color/violet_500</item>
30         <item name="blueTitleTextColor">@color/violet_700</item>
31         <item name="buttonBackgroundColorSelector">@color/button_background_color_selector_night</item>
32         <item name="buttonTextColorSelector">@color/button_text_color_selector_night</item>
33         <item name="colorAccent">@color/violet_500</item>
34         <item name="redTextColor">@color/red_900</item>
35
36         <!-- Tints. -->
37         <item name="addTabIconTintColor">@color/gray_400</item>
38         <item name="domainSettingsIconTintColor">@color/violet_500</item>
39         <item name="fabIconTintColor">@color/gray_875</item>
40         <item name="findOnPageIconTintColor">@color/violet_500</item>
41         <item name="navigationIconTintColor">@color/violet_500</item>
42         <item name="progressTintColor">@color/violet_500</item>
43
44         <!-- Drawables. -->
45         <item name="listSelectorDrawable">@drawable/list_selector_night</item>
46
47         <!-- Icons. -->
48         <item name="aboutIcon">@drawable/about_night</item>
49         <item name="closeIcon">@drawable/close_night</item>
50         <item name="copyIcon">@drawable/copy_night</item>
51         <item name="deleteIcon">@drawable/delete_night</item>
52         <item name="domainsIcon">@drawable/domains_night</item>
53         <item name="editIcon">@drawable/edit_night</item>
54         <item name="moveToFolderIcon">@drawable/move_to_folder_night</item>
55         <item name="saveIcon">@drawable/save_night</item>
56         <item name="selectAllIcon">@drawable/select_all_night</item>
57         <item name="sortIcon">@drawable/sort_night</item>
58     </style>
59
60     <style name="PrivacyBrowserSettings" parent="Theme.AppCompat.DayNight" >
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
65         <!-- Icons. -->
66         <item name="appThemeIcon">@drawable/app_theme_night</item>
67         <item name="downloadIcon">@drawable/downloads_enabled_night</item>
68         <item name="fontSizeIcon">@drawable/font_size_night</item>
69         <item name="homepageIcon">@drawable/home_enabled_night</item>
70         <item name="searchIcon">@drawable/search_enabled_night</item>
71         <item name="userAgentIcon">@drawable/user_agent_night</item>
72         <item name="webViewThemeIcon">@drawable/webview_theme_enabled_night</item>
73     </style>
74
75     <style name="PrivacyBrowserAlertDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert" >
76         <item name="colorAccent">@color/violet_500</item>
77     </style>
78 </resources>