summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/colors.xml
blob: 952ed60358387763c1c689110afa1aa82fc019ba (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
<?xml version="1.0" encoding="utf-8"?>
<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>

    <!-- 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>
    <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>