El Dainosor | 1e3951e | 2019-10-28 15:26:07 -0400 | [diff] [blame] | 1 | <!-- |
| 2 | /** |
| 3 | * Copyright (c) 2019, The Android Open Source Project |
| 4 | * Bootleggers ROM |
| 5 | * |
| 6 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | * you may not use this file except in compliance with the License. |
| 8 | * You may obtain a copy of the License at |
| 9 | * |
| 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | * |
| 12 | * Unless required by applicable law or agreed to in writing, software |
| 13 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | * See the License for the specific language governing permissions and |
| 16 | * limitations under the License. |
| 17 | */ |
| 18 | --> |
| 19 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 20 | |
maxwen | 5177bcf | 2020-02-28 01:44:58 +0100 | [diff] [blame] | 21 | <string name="theme_name_default">Default</string> |
| 22 | <string name="theme_title_default">@string/theme_name_default</string> |
El Dainosor | 1e3951e | 2019-10-28 15:26:07 -0400 | [diff] [blame] | 23 | |
maxwen | 5177bcf | 2020-02-28 01:44:58 +0100 | [diff] [blame] | 24 | <!-- Values to declare accents, there aren't themes. --> |
maxwen | 930a322 | 2019-10-31 21:14:39 +0100 | [diff] [blame] | 25 | <string name="theme_name_omni">Omni</string> |
| 26 | <string name="theme_title_omni">@string/theme_name_omni</string> |
| 27 | <string name="theme_overlay_color_omni">com.android.theme.color.omni</string> |
| 28 | <string name="theme_overlay_icon_android_omni">com.android.theme.icon_pack.circular.android</string> |
| 29 | <string name="theme_overlay_icon_launcher_omni">com.android.theme.icon_pack.circular.launcher</string> |
| 30 | <string name="theme_overlay_icon_settings_omni">com.android.theme.icon_pack.circular.settings</string> |
| 31 | <string name="theme_overlay_icon_sysui_omni">com.android.theme.icon_pack.circular.systemui</string> |
| 32 | <string name="theme_overlay_shape_omni">com.android.theme.icon.circle</string> |
| 33 | <string name="theme_wallpaper_title_omni">Omni</string> |
| 34 | <string name="theme_wallpaper_attribution_omni">OmniROM</string> |
| 35 | <string name="theme_wallpaper_action_omni">https://www.omnirom.org/</string> |
maxwen | 7ecdfa0 | 2020-09-20 17:49:18 +0200 | [diff] [blame^] | 36 | <!--<string name="theme_header_omni">omni_header</string>--> |
El Dainosor | 1e3951e | 2019-10-28 15:26:07 -0400 | [diff] [blame] | 37 | |
maxwen | 35ef706 | 2020-01-09 02:37:27 +0100 | [diff] [blame] | 38 | <string name="theme_name_space">Space</string> |
| 39 | <string name="theme_title_space">@string/theme_name_space</string> |
| 40 | <string name="theme_overlay_color_space">com.android.theme.color.space</string> |
maxwen | 7ecdfa0 | 2020-09-20 17:49:18 +0200 | [diff] [blame^] | 41 | <!--<string name="theme_overlay_primary_space">com.android.theme.color.primary.darkblue</string>--> |
maxwen | 35ef706 | 2020-01-09 02:37:27 +0100 | [diff] [blame] | 42 | <string name="theme_overlay_icon_android_space">com.android.theme.icon_pack.circular.android</string> |
| 43 | <string name="theme_overlay_icon_launcher_space">com.android.theme.icon_pack.circular.launcher</string> |
| 44 | <string name="theme_overlay_icon_settings_space">com.android.theme.icon_pack.circular.settings</string> |
| 45 | <string name="theme_overlay_icon_sysui_space">com.android.theme.icon_pack.circular.systemui</string> |
| 46 | <string name="theme_overlay_shape_space">com.android.theme.icon.squircle</string> |
| 47 | <string name="theme_wallpaper_title_space">Omni</string> |
| 48 | <string name="theme_wallpaper_attribution_space">OmniROM</string> |
| 49 | <string name="theme_wallpaper_action_space">https://www.omnirom.org/</string> |
maxwen | 7ecdfa0 | 2020-09-20 17:49:18 +0200 | [diff] [blame^] | 50 | <!--<string name="theme_header_space">space_header</string>--> |
maxwen | fb35dbc | 2020-01-09 16:29:27 +0100 | [diff] [blame] | 51 | |
| 52 | <string name="theme_name_red">Red</string> |
| 53 | <string name="theme_title_red">@string/theme_name_red</string> |
| 54 | <string name="theme_overlay_color_red">com.android.theme.color.reddevil</string> |
maxwen | 7ecdfa0 | 2020-09-20 17:49:18 +0200 | [diff] [blame^] | 55 | <!--<string name="theme_overlay_primary_red">com.android.theme.color.primary.omniblack</string>--> |
maxwen | fb35dbc | 2020-01-09 16:29:27 +0100 | [diff] [blame] | 56 | <string name="theme_overlay_icon_android_red">com.android.theme.icon_pack.rounded.android</string> |
| 57 | <string name="theme_overlay_icon_launcher_red">com.android.theme.icon_pack.rounded.launcher</string> |
| 58 | <string name="theme_overlay_icon_settings_red">com.android.theme.icon_pack.rounded.settings</string> |
| 59 | <string name="theme_overlay_icon_sysui_red">com.android.theme.icon_pack.rounded.systemui</string> |
| 60 | <string name="theme_overlay_shape_red">com.android.theme.icon.roundedrect</string> |
| 61 | <string name="theme_wallpaper_title_red">Omni</string> |
| 62 | <string name="theme_wallpaper_attribution_red">OmniROM</string> |
| 63 | <string name="theme_wallpaper_action_red">https://www.omnirom.org/</string> |
maxwen | 7ecdfa0 | 2020-09-20 17:49:18 +0200 | [diff] [blame^] | 64 | <!--<string name="theme_header_red">red_header</string>--> |
maxwen | 5177bcf | 2020-02-28 01:44:58 +0100 | [diff] [blame] | 65 | |
| 66 | <string name="theme_name_nature">Nature</string> |
| 67 | <string name="theme_title_nature">@string/theme_name_nature</string> |
| 68 | <string name="theme_overlay_color_nature">com.android.theme.color.green</string> |
maxwen | 7ecdfa0 | 2020-09-20 17:49:18 +0200 | [diff] [blame^] | 69 | <!--<string name="theme_overlay_primary_nature">com.android.theme.color.primary.darkgreen</string>--> |
maxwen | 5177bcf | 2020-02-28 01:44:58 +0100 | [diff] [blame] | 70 | <string name="theme_overlay_icon_android_nature">com.android.theme.icon_pack.rounded.android</string> |
| 71 | <string name="theme_overlay_icon_launcher_nature">com.android.theme.icon_pack.rounded.launcher</string> |
| 72 | <string name="theme_overlay_icon_settings_nature">com.android.theme.icon_pack.rounded.settings</string> |
| 73 | <string name="theme_overlay_icon_sysui_nature">com.android.theme.icon_pack.rounded.systemui</string> |
| 74 | <string name="theme_overlay_shape_nature">com.android.theme.icon.circle</string> |
| 75 | <string name="theme_wallpaper_title_nature">Omni</string> |
| 76 | <string name="theme_wallpaper_attribution_nature">OmniROM</string> |
| 77 | <string name="theme_wallpaper_action_nature">https://www.omnirom.org/</string> |
maxwen | 7ecdfa0 | 2020-09-20 17:49:18 +0200 | [diff] [blame^] | 78 | <!--<string name="theme_header_nature">nature_header</string>--> |
maxwen | 5177bcf | 2020-02-28 01:44:58 +0100 | [diff] [blame] | 79 | |
El Dainosor | 1e3951e | 2019-10-28 15:26:07 -0400 | [diff] [blame] | 80 | </resources> |