diff --git a/config/common.mk b/config/common.mk new file mode 100644 index 0000000000000000000000000000000000000000..15748c7ae40a2cb24c47e902e239ccada9c4f1b3 --- /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 0000000000000000000000000000000000000000..eec080584e1bfb06a8810df63c9fc34381a49e25 --- /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 + +