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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
| $themes: (
| light: (
| main_background: #fff,
| text_color: #333,
| text_color1: #868c9a,
| text_color2: #868c9a,
| text_color3: #000000,
| //
| tab_background: #f5f5f5,
| tab_background1: #fff,
| //
| tab_background2: #868c9a,
| //
| active_line: #00d6ca,
| footer_background: #fff,
| btn_main: #00d6ca,
| color_main: #00d6ca,
| btn_background: #00d6ca,
| //按钮颜色
| btn_background1: #eff7ff,
| //按钮颜色
| btn_background2: #c8cad2,
| //按钮颜色
| input_background: #f5f5f5,
| cont_background: #f6f6f6,
| title_color: #000,
| line_color: #e5e7ed,
| bg_dark: #c8cad2,
| border_color: #f3f3f3,
| border_color1: #f3f3f3,
| divi_line: #f3f3f3,
| bg_step: #e5e9f0,
| bg_Bottom: #fff,
| chat_bg: #f3f3f3,
| upload_bg: #f7f8fa,
| grey_bg: #f3f3f3,
| input_background1: #f5f5f5,
| c2c_color: #000,
| c2c_background: #1d91ff,
| c2c_background1: #f5f5f5,
| c2c_tab_background: #fff,
| c2c_tip_background: #eff7ff,
| light-greybg: #f3f4f9,
| dark-greybg: #cbd0e3,
| home_bg: #f5f5f5,
| cont_round: #fff,
| cont_nav: #00d6ca,
| // 新版本新增
| new_text_color: #d2d2dc,
| ),
| dark: (
| main_background: #121212,
| //主题色
| text_color: #fff,
| //文字颜色
| text_color1: #868d9a,
| //文字浅色
| text_color2: #fff,
| // 资金页面所用对应
| text_color3: #fff,
| //
| tab_background: #242424,
| //tab切换背景颜色
| tab_background1: #000,
| //tab切换背景颜色
| tab_background2: #242424,
| //tab切换背景颜色
| active_line: #00d6ca,
| //tab选中样式颜色
| footer_background: #1a1a1a,
| // 底部颜色
| btn_main: #00d6ca,
| //主题色按钮
| color_main: #00d6ca,
| //主题色文字
| btn_background: #474b62,
| //按钮颜色
| btn_background1: #112542,
| //按钮颜色
| btn_background2: #1b2134,
| //按钮颜色
| input_background: #242424,
| //input背景颜色
| cont_background: #242424,
| //title背景色
| title_color: #b8bdc5,
| line_color: #393e49,
| bg_dark: #474b62,
| border_color: #474b62,
| border_color1: #212c4e,
| divi_line: #111,
| //分割线
| bg_step: #868d9a,
| bg_Bottom: #313346,
| chat_bg: #474b62,
| upload_bg: #474b62,
| grey_bg: #1e1e1e,
| input_background1: #121212,
| //质押借币input
| c2c_color: #fff,
| c2c_background: #121212,
| c2c_background1: #242424,
| c2c_tab_background: #242424,
| c2c_tip_background: #121212,
| light-greybg: #242424,
| dark-greybg: #000,
| home_bg: #131313,
| cont_round: #212329,
| cont_nav: #2b2d34,
| // 新版本新增
| new_text_color: #d2d2dc,
| ),
| );
|
|