]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values-night/styles.xml
Convert the flavor specific Java classes to Kotlin. https://redmine.stoutner.com...
[PrivacyBrowserAndroid.git] / app / src / main / res / values-night / styles.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright © 2015-2021 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         <!-- Colors.  -->
24         <item name="android:actionModeBackground">?android:attr/colorBackground</item>
25         <item name="android:textColorHighlight">@color/violet_700</item>
26         <item name="blueTextColor">@color/violet_700</item>
27         <item name="blueTitleTextColor">@color/violet_500</item>
28         <item name="buttonBackgroundColorSelector">@color/button_background_color_selector_night</item>
29         <item name="buttonTextColorSelector">@color/button_text_color_selector_night</item>
30         <item name="colorAccent">@color/violet_500</item>
31         <item name="redTextColor">@color/red_900</item>
32
33         <!-- Tints. -->
34         <item name="addTabIconTintColor">@color/white</item>
35         <item name="domainSettingsIconTintColor">@color/violet_500</item>
36         <item name="fabIconTintColor">@color/gray_875</item>
37         <item name="findOnPageIconTintColor">@color/violet_500</item>
38         <item name="navigationIconTintColor">@color/violet_500</item>
39         <item name="progressTintColor">@color/violet_500</item>
40
41         <!-- Drawables. -->
42         <item name="listSelectorDrawable">@drawable/list_selector_night</item>
43
44         <!-- Main App Bar Icons. -->
45         <item name="bookmarksAppBarIcon">@drawable/bookmarks_night</item>
46
47         <!-- Options 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="editIcon">@drawable/edit_night</item>
53         <item name="moveToFolderIcon">@drawable/move_to_folder_night</item>
54         <item name="saveIcon">@drawable/save_night</item>
55         <item name="saveImageIcon">@drawable/images_options_night</item>
56         <item name="saveTextIcon">@drawable/save_text_night</item>
57         <item name="selectAllIcon">@drawable/select_all_night</item>
58         <item name="shareIcon">@drawable/share_night</item>
59         <item name="sortIcon">@drawable/sort_night</item>
60     </style>
61
62     <style name="PrivacyBrowserAppBar" parent="ThemeOverlay.AppCompat.DayNight.ActionBar" >
63         <item name="android:textColorHighlight">@color/violet_700</item>
64     </style>
65
66     <style name="PrivacyBrowserSettings" parent="Theme.AppCompat.DayNight" >
67         <!-- Colors. -->
68         <item name="colorAccent">@color/violet_500</item>
69         <item name="colorPrimary">?android:attr/colorBackground</item>  <!-- `colorPrimary` sets the background color of the app bar. -->
70
71         <!-- Icons. -->
72         <item name="appThemeIcon">@drawable/app_theme_night</item>
73         <item name="downloadIcon">@drawable/downloads_enabled_night</item>
74         <item name="fontSizeIcon">@drawable/font_size_night</item>
75         <item name="homepageIcon">@drawable/home_enabled_night</item>
76         <item name="searchIcon">@drawable/search_enabled_night</item>
77         <item name="userAgentIcon">@drawable/user_agent_night</item>
78     </style>
79
80     <style name="PrivacyBrowserAlertDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert" >
81         <!-- Colors. -->
82         <item name="colorAccent">@color/violet_500</item>
83
84         <!-- Dialog Icons. -->
85         <item name="aboutBlueIcon">@drawable/about_blue_night</item>
86         <item name="blockAdsBlueIcon">@drawable/block_ads_enabled_night</item>
87         <item name="copyBlueIcon">@drawable/copy_enabled_night</item>
88         <item name="domainsBlueIcon">@drawable/domains_night</item>
89         <item name="domStorageBlueIcon">@drawable/dom_storage_cleared_night</item>
90         <item name="fontSizeBlueIcon">@drawable/font_size_night</item>
91         <item name="imagesBlueIcon">@drawable/images_enabled_night</item>
92         <item name="lockBlueIcon">@drawable/lock_night</item>
93         <item name="moveToFolderBlueIcon">@drawable/move_to_folder_blue_night</item>
94         <item name="proxyBlueIcon">@drawable/proxy_enabled_night</item>
95         <item name="saveBlueIcon">@drawable/save_dialog_night</item>
96         <item name="saveTextBlueIcon">@drawable/save_text_blue_night</item>
97         <item name="sslCertificateBlueIcon">@drawable/ssl_certificate_enabled_night</item>
98     </style>
99 </resources>