universal7885: overlay: SystemUI: Use Monet colors for power menu

It's odd that the power menu doesn't use Monet colors, unlike most of
System UI. This makes it feel more integrated with the rest of the
system.

[edit]: don't apply monet theming to Emergency icon
	because it's hard to distinguish which one is Emergency button
	when you really get in *TROUBLE* and panicked

Signed-off-by: someone5678 <nemui3353@gmail.com>
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
Danny Lin 2021-10-09 14:39:38 -07:00 committed by roynatech2544
commit 46821ddc2f
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 The Proton AOSP 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>
<!-- Monet colors for power menu -->
<color name="global_actions_lite_background">@*android:color/primary_device_default_dark</color>
<color name="global_actions_lite_button_background">@*android:color/surface_variant_dark</color>
<color name="global_actions_lite_text">@*android:color/foreground_device_default_dark</color>
</resources>