1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
matomocamp-companion-android/res/values/colors.xml

12 lines
473 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="fosdem_purple">#a91991</color>
<color name="main_menu_background">#f0fafafa</color>
<color name="translucent_grey">#29000000</color>
<color name="schedule_time_background">#29000000</color>
2014-02-23 20:27:56 +01:00
<color name="schedule_time_foreground">#000</color>
<color name="schedule_time_running_background">#d6000000</color>
<color name="schedule_time_running_foreground">#fff</color>
</resources>