summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/colours.xml
blob: 89fb41dd59fc29dc7d588a3626228f77fac02b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (c) 2012-2014 Arne Schwabe
  ~ Distributed under the GNU GPL v2. For full terms see the file doc/LICENSE.txt
  -->

<resources>
    <!-- Indigo -->
    <!-- OpenVPN colours #203155, #C66D0D -->
    <color name="primary">#3F51B5</color>
    <color name="primary_dark">#303F9F</color>
    <color name="accent">#FFA726</color>
</resources>