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: cb22415c47f37be4c22012946571df42aa78e03c (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">#121212</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/defaultBrand</color>
</resources>