summaryrefslogtreecommitdiff
path: root/navit/android/res/values/styles.xml
blob: 78dadf1ce098604707dd2c0ac5ae5aa981a06019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<resources>
    <!-- Yellow from Navit icon background (300 and 700 are the extremes of the gradient, 500 is the average, 900 is the line color) -->
    <color name="navitYellow300">#e9cb14</color>
    <color name="navitYellow500">#d5a411</color>
    <!-- <color name="navitYellow600">#d19b13</color> -->
    <color name="navitYellow700">#c17d11</color>
    <color name="navitYellow900">#43350f</color>

    <!-- Blue from arrow in Navit icon (500 is the midpoint of the gradient, 300 is the end, 900 is the line color) -->
    <color name="navitBlue300">#329eff</color>
    <color name="navitBlue500">#1a6cb6</color>
    <color name="navitBlue900">#1f3157</color>
</resources>