From c77f7c306a91b9dd932ffb052f8b7f90624d1956 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Wed, 23 Mar 2022 18:18:01 +0530 Subject: [PATCH] vendor eos: Add /e/OS specific colors --- config/common.mk | 19 ++++++++ .../base/core/res/res/values/colors.xml | 45 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 config/common.mk create mode 100644 overlay/frameworks/base/core/res/res/values/colors.xml diff --git a/config/common.mk b/config/common.mk new file mode 100644 index 0000000..15748c7 --- /dev/null +++ b/config/common.mk @@ -0,0 +1,19 @@ +# Copyright (C) 2022 E FOUNDATION +# +# 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. + +VENDOR_PATH := vendor/eos + +# Overlays +DEVICE_PACKAGE_OVERLAYS += \ + $(VENDOR_PATH)/overlay diff --git a/overlay/frameworks/base/core/res/res/values/colors.xml b/overlay/frameworks/base/core/res/res/values/colors.xml new file mode 100644 index 0000000..eec0805 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values/colors.xml @@ -0,0 +1,45 @@ + + + + + + + #0086FF + #5DB2FF + + + #DEFFFFFF + #DE000000 + #99FFFFFF + #99000000 + + + #121212 + #FAFAFA + + + #1E1E1E + #FFFFFF + + + #272727 + #FFFFFF + #272727 + #FFFFFF + + -- GitLab