summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/colors.xml
blob: e0e9530b64e5754a02d468576b1c57a0f31660f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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>
    <color name="accent">@color/e_accent</color>

    <color name="primary_text">@color/e_primary_text_color</color>
    <color name="secondary_text">@color/e_secondary_text_color</color>

    <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="green_valid">#28C97C</color>
    <color name="red_off">#F8432E</color>
    <color name="blue_unselected">#AADCFE</color> <!-- used in combination with accent color ! -->

    <!-- Widget -->
    <color name="on_surface_high_emphasis">@color/e_primary_text_color_dark</color>
    <color name="on_primary_medium_emphasis">@color/e_secondary_text_color_dark</color>
    <color name="on_primary_high_emphasis">@color/e_primary_text_color_dark</color>
    <color name="on_primary_disabled">@color/e_disabled_color_dark</color>

    <color name="widget_background">@color/e_launcher_widget_background</color>

    <color name="launcher_icon_background">#2CCF69</color>

    <color name="on_surface_medium_emphasis_light">@color/e_secondary_text_color_light</color>
    <color name="on_surface_disabled_light">@color/e_disabled_color_light</color>
</resources>