1 <?xml version="1.0" encoding="utf-8"?>
4 Copyright © 2015-2020 Soren Stoutner <soren@stoutner.com>.
6 This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
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.
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.
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/>. -->
22 <style name="PrivacyBrowser" parent="Theme.AppCompat.DayNight.NoActionBar" >
24 <item name="windowActionModeOverlay">true</item> <!-- `windowActionModeOverlay` makes the contextual app bar cover the support app bar. -->
27 <item name="android:actionModeBackground">?android:attr/colorBackground</item>
28 <item name="android:textColorHighlight">@color/violet_700</item>
29 <item name="blueTextColor">@color/violet_700</item>
30 <item name="blueTitleTextColor">@color/violet_500</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>
37 <item name="addTabIconTintColor">@color/white</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>
45 <item name="listSelectorDrawable">@drawable/list_selector_night</item>
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>
61 <!-- Dialog Icons. -->
62 <item name="aboutBlueIcon">@drawable/about_blue_night</item>
63 <item name="domainsBlueIcon">@drawable/domains_night</item>
64 <item name="fontSizeBlueIcon">@drawable/font_size_night</item>
65 <item name="lockBlueIcon">@drawable/lock_night</item>
68 <style name="PrivacyBrowserAppBar" parent="ThemeOverlay.AppCompat.DayNight.ActionBar" >
69 <item name="android:textColorHighlight">@color/violet_700</item>
72 <style name="PrivacyBrowserSettings" parent="Theme.AppCompat.DayNight" >
74 <item name="colorAccent">@color/violet_500</item>
75 <item name="colorPrimary">?android:attr/colorBackground</item> <!-- `colorPrimary` sets the background color of the app bar. -->
78 <item name="appThemeIcon">@drawable/app_theme_night</item>
79 <item name="downloadIcon">@drawable/downloads_enabled_night</item>
80 <item name="fontSizeIcon">@drawable/font_size_night</item>
81 <item name="homepageIcon">@drawable/home_enabled_night</item>
82 <item name="searchIcon">@drawable/search_enabled_night</item>
83 <item name="userAgentIcon">@drawable/user_agent_night</item>
86 <style name="PrivacyBrowserAlertDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert" >
87 <item name="colorAccent">@color/violet_500</item>