summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/colors.xml')
-rw-r--r--app/src/main/res/values/colors.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 952ed60..e0e9530 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2023 MURENA SAS
+ ~ Copyright (C) 2021 E FOUNDATION
+ ~
+ ~ This program is free software: you can redistribute it and/or modify
+ ~ it under the terms of the GNU General Public License as published by
+ ~ the Free Software Foundation, either version 3 of the License, or
+ ~ (at your option) any later version.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <https://www.gnu.org/licenses/>.
+ -->
<resources>
<!--themable -->
<color name="primary">@color/e_action_bar</color>
@@ -10,14 +27,16 @@
<color name="background">@color/e_background</color>
<color name="iconInvertedColor">@color/e_alpha_base</color>
+ <color name="disabled">@color/e_disabled_color</color>
+ <color name="divider">@color/e_divider_color</color>
+
+ <color name="background_overlay">@color/e_background_overlay</color>
<!-- Custom -->
<color name="dark_color">#263238</color>
<color name="white">#FFFFFFFF</color>
- <color name="grey_overlay">@color/e_disabled_color</color>
<color name="green_valid">#28C97C</color>
<color name="red_off">#F8432E</color>
<color name="blue_unselected">#AADCFE</color> <!-- used in combination with accent color ! -->
- <color name="divider">@color/e_background_overlay</color>
<!-- Widget -->
<color name="on_surface_high_emphasis">@color/e_primary_text_color_dark</color>