Welcome to mirror list, hosted at ThFree Co, Russian Federation.

colors.xml « values-night « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3e6cb42571aa4694794f82e336022e58e080920 (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
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!-- ======================================= -->
    <!-- Base Theme                              -->
    <!-- ======================================= -->

    <color name="primary">@android:color/black</color>
    <color name="accent">@android:color/white</color>

    <!-- ======================================= -->
    <!-- Custom styles                           -->
    <!-- TODO REMOVE                             -->
    <!-- ======================================= -->

    <color name="fg_secondary">#666</color>
    <color name="bg_highlighted">#212121</color>
    <color name="bg_info_box">#222222</color>
    <color name="bg_card">#1e1e1e</color>
    <color name="defaultTextHighlightBackground">#55eeeeff</color>

    <!-- ======================================= -->
    <!-- Widgets                                 -->
    <!-- ======================================= -->

    <color name="widget_outer_background">#dd121212</color>
    <color name="widget_background">#dd000000</color>
    <color name="widget_foreground">#d8d8d8</color>

    <!-- ======================================= -->
    <!-- Static colors                           -->
    <!-- Are theme independent and should match  -->
    <!-- the colors of the Deck server app.      -->
    <!-- ======================================= -->

    <!-- Due Date badges -->
    <color name="due_tomorrow">#232323</color>
    <color name="due_today">#ac7c06</color>
    <color name="due_overdue">#aa2926</color>
    <color name="due_text_tomorrow">#ffffff</color>
    <color name="due_text_today">#ffffff</color>
    <color name="due_text_overdue">#ffffff</color>
</resources>