53 lines
2.9 KiB
XML
53 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2021 Paranoid Android
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources>
|
|
|
|
<!-- Default -->
|
|
<string name="theme_name_default">Default</string>
|
|
<string name="theme_title_default">@string/theme_name_default</string>
|
|
|
|
<!-- Blue -->
|
|
<string name="theme_name_blue">Blue</string>
|
|
<string name="theme_title_blue">@string/theme_name_blue</string>
|
|
<string name="theme_overlay_color_blue">co.aospa.theme.color.pixelblue</string>
|
|
<string name="theme_overlay_font_blue">co.aospa.theme.font.googlesans</string>
|
|
<string name="theme_overlay_icon_android_blue">com.android.theme.icon_pack.filled.android</string>
|
|
<string name="theme_overlay_icon_launcher_blue">com.android.theme.icon_pack.filled.launcher</string>
|
|
<string name="theme_overlay_icon_settings_blue">com.android.theme.icon_pack.filled.settings</string>
|
|
<string name="theme_overlay_icon_sysui_blue">com.android.theme.icon_pack.filled.systemui</string>
|
|
|
|
<!-- Purple -->
|
|
<string name="theme_name_purple">Purple</string>
|
|
<string name="theme_title_purple">@string/theme_name_purple</string>
|
|
<string name="theme_overlay_color_purple">com.android.theme.color.purple</string>
|
|
<string name="theme_overlay_font_purple">co.aospa.theme.font.googlesans</string>
|
|
<string name="theme_overlay_icon_android_purple">com.android.theme.icon_pack.filled.android</string>
|
|
<string name="theme_overlay_icon_launcher_purple">com.android.theme.icon_pack.filled.launcher</string>
|
|
<string name="theme_overlay_icon_settings_purple">com.android.theme.icon_pack.filled.settings</string>
|
|
<string name="theme_overlay_icon_sysui_purple">com.android.theme.icon_pack.filled.systemui</string>
|
|
|
|
<!-- Red -->
|
|
<string name="theme_name_red">Red</string>
|
|
<string name="theme_title_red">@string/theme_name_red</string>
|
|
<string name="theme_overlay_color_red">co.aospa.theme.color.red</string>
|
|
<string name="theme_overlay_font_red">co.aospa.theme.font.googlesans</string>
|
|
<string name="theme_overlay_icon_android_red">com.android.theme.icon_pack.filled.android</string>
|
|
<string name="theme_overlay_icon_launcher_red">com.android.theme.icon_pack.filled.launcher</string>
|
|
<string name="theme_overlay_icon_settings_red">com.android.theme.icon_pack.filled.settings</string>
|
|
<string name="theme_overlay_icon_sysui_red">com.android.theme.icon_pack.filled.systemui</string>
|
|
|
|
</resources>
|