aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/colors.xml
blob: 6d1a3c2e822fb18182dc1b28f31796c91e3fd559 (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="color_primary">#ed2c3e50</color> <!-- WireGuard blue, but lighter -->
    <color name="list_item_activated">#cfd8dc</color> <!-- Blue Grey 200 -->
    <color name="list_item_ripple">#808e95</color> <!-- Blue Grey 200 dark -->
    <color name="wireguard_brand_red">#871719</color>
    <color name="wireguard_brand_blue">#2c3e50</color>
</resources>