forked from osmandapp/OsmAnd-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OAColors.h
38 lines (29 loc) · 1 KB
/
OAColors.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//
// OAColors.h
// OsmAnd
//
// Created by Alexey Kulish on 04/11/2017.
// Copyright © 2017 OsmAnd. All rights reserved.
//
#ifndef OAColors_h
#define OAColors_h
#define color_nav_arrow 0xFADE23
#define color_nav_arrow_distant 0xC0C0C0
#define color_nav_arrow_imminent 0x2EFF00
#define color_myloc_distance 0x0080FF
#define color_map_widget_stroke_argb 0x4c000000
#define color_widgettext_shadow_night_argb 0xdc262626
#define color_icon_color 0x727272
#define color_icon_color_night 0xFFFFFF
#define color_dialog_buttons_light 0x2f7af5
#define color_dialog_buttons_dark 0xff8800
#define color_on_map_icon_color 0x505050
#define color_sky_day 0x8cbed6
#define color_sky_night 0x05142e
#define color_ctx_menu_amenity_opened_text 0x5baf3f
#define color_ctx_menu_amenity_closed_text 0xc66545
#define color_primary_text_light_argb 0xde000000
#define color_secondary_text_light_argb 0x8a000000
#define color_primary_text_dark_argb 0xffffffff
#define color_secondary_text_dark_argb 0xb3ffffff
#endif /* OAColors_h */