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: fb270e106a8aee0379bf6d6897aeea226644a874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="primary">@android:color/black</color>
    <color name="accent">@android:color/white</color>
    <color name="fg_secondary">#666</color>
    <color name="bg_highlighted">#2a2a2a</color>
    <color name="bg_info_box">#222222</color>
    <color name="bg_card">#121212</color>
    <color name="bg_card_wrapper">@color/primary</color>

    <color name="widget_background">#cc212121</color>
    <color name="widget_foreground">#ccf5f5f5</color>
</resources>