Files
lawnchair/res/values-night/colors.xml
Jon Miranda 48a2f7a0ac Use color tokens for all apps entry buttons.
Bug: 220356537
Bug: 205803230
Test: manual, dark mode, light mode
Change-Id: I0973d5aa9ab1ccbdcc78c1e411cbbf63953f2f94
2022-02-23 19:47:33 +00:00

25 lines
969 B
XML

<?xml version="1.0" encoding="utf-8"?><!--
/*
* Copyright (C) 2022 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>
<color name="all_apps_button_bg_color">#2E3132</color>
<color name="all_apps_button_color_1">#33B9DB</color>
<color name="all_apps_button_color_2">#EFFBFF</color>
<color name="all_apps_button_color_3">#B1EBFF</color>
<color name="all_apps_button_color_4">#DEE0FF</color>
</resources>