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

colors.xml « values-night « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c01010ad8ad153ca5a26cc9b40f05e9abe873e2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Colors -->

    <color name="primary_dark">#286090</color>

    <color name="bg_highlighted">#2a2a2a</color>
    <color name="bg_normal">#121212</color>
    <color name="bg_attention">#ff3333</color>
    <color name="fg_default">#eeeeee</color>
    <color name="fg_default_selection">#cccccc</color>
    <color name="fg_default_low">#aaaaaa</color>
    <color name="fg_default_high">#757575</color>
    <color name="fg_contrast">#000000</color>

    <color name="category_background">@color/primary</color>
</resources>