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: 06862fe83ed94c2095260a75c9eb5c2823e7e483 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="fg_secondary">#666</color>
    <color name="bg_highlighted">#2a2a2a</color>
    <color name="bg_info_box">#222222</color>
    <color name="avatars_overlapping_border_color">#424242</color>

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