fix: 首次提交
This commit is contained in:
54
SettingsLib/SettingsTheme/res/values-night-v31/colors.xml
Normal file
54
SettingsLib/SettingsTheme/res/values-night-v31/colors.xml
Normal file
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
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>
|
||||
<!-- Material next thumb disable color-->
|
||||
<color name="settingslib_thumb_disabled_color">@android:color/system_neutral1_700</color>
|
||||
|
||||
<!-- Material next thumb off color-->
|
||||
<color name="settingslib_thumb_off_color">@android:color/system_neutral1_400</color>
|
||||
|
||||
<!-- Material next track on color-->
|
||||
<color name="settingslib_track_on_color">@color/settingslib_switch_track_on</color>
|
||||
|
||||
<!-- Material next track off color-->
|
||||
<color name="settingslib_track_off_color">@android:color/system_neutral1_700</color>
|
||||
|
||||
<!-- Dialog accent color -->
|
||||
<color name="settingslib_dialog_accent">@android:color/system_accent1_100</color>
|
||||
<!-- Dialog background color. -->
|
||||
<color name="settingslib_dialog_background">@color/settingslib_surface_dark</color>
|
||||
<!-- Dialog error color. -->
|
||||
<color name="settingslib_dialog_colorError">#f28b82</color> <!-- Red 300 -->
|
||||
|
||||
<color name="settingslib_colorSurfaceVariant">@android:color/system_neutral1_700</color>
|
||||
|
||||
<color name="settingslib_colorSurfaceHeader">@android:color/system_neutral1_700</color>
|
||||
|
||||
<!-- copy from accent_primary_variant_dark_device_default-->
|
||||
<color name="settingslib_accent_primary_variant">@android:color/system_accent1_300</color>
|
||||
|
||||
<color name="settingslib_text_color_primary_device_default">@android:color/system_neutral1_50</color>
|
||||
|
||||
<color name="settingslib_text_color_secondary_device_default">@android:color/system_neutral2_200</color>
|
||||
|
||||
<color name="settingslib_text_color_preference_category_title">@android:color/system_accent1_100</color>
|
||||
|
||||
<color name="settingslib_surface_dark">@android:color/system_neutral1_800</color>
|
||||
|
||||
<color name="settingslib_colorSurface">@color/settingslib_surface_dark</color>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user