-
Notifications
You must be signed in to change notification settings - Fork 0
/
colors.json
75 lines (75 loc) · 2.01 KB
/
colors.json
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
{
"Secondary100": "#09090A",
"Secondary95": "#0E0E11",
"Secondary90": "#15151A",
"Secondary80": "#1D1D23",
"Secondary70": "#24242B",
"Secondary60": "#2B2B34",
"Secondary50": "#393945",
"OnPrimary10": "#2A2A36",
"OnSecondary10": "#EEEEF0",
"OnSecondary20": "#E7E8EA",
"OnSecondary30": "#C4C6CB",
"OnSecondary40": "#B0B3BA",
"OnSecondary50": "#9DA0A8",
"OnSecondary60": "#8E8E9A",
"OnSecondary70": "#717181",
"OnSecondary80": "#555568",
"OnSecondary90": "#474757",
"OnSecondary100": "#393945",
"Error": "#D7276B",
"OnError": "#EEEEF0",
"Success": "#5CBFA6",
"OnSuccess": "#EEEEF0",
"OnWarning": "#EEEEF0",
"Down": "#E95A51",
"Up": "#0CB1A0",
"StatusMicro": "#EEEEF0",
"OnStatusMicro": "#1E2234",
"OnStatusBasic": "#EEEEF0",
"StatusBasic": "#0CB1A0",
"StatusSilver": "#5FC0F8",
"OnStatusSilver": "#EEEEF0",
"StatusGold": "#E8A700",
"OnStatusGold": "#EEEEF0",
"StatusPlatinum": "#63B7FB",
"OnStatusPlatinum": "#EEEEF0",
"StatusExclusive": "#7D3FE4",
"OnStatusExclusive": "#EEEEF0",
"StatusDemo": "#E95A51",
"OnStatusDemo": "#1E2234",
"PlotGate": "#F2CA54",
"PlotPrimary": "#FFBF01",
"OnPlotPrimary": "#EEEEF0",
"PlotDown": "#E95A51",
"PlotUp": "#0CB1A0",
"OnPlotDown": "#EEEEF0",
"OnPlotUp": "#EEEEF0",
"PlotIndicator2": "#F0C52F",
"PlotIndicator3": "#E58031",
"PlotIndicator4": "#E65043",
"PlotIndicator5": "#D2571B",
"PlotIndicator6": "#2D7FB7",
"PlotIndicator7": "#9A5AB4",
"PlotIndicator1": "#EEEEF0",
"PlotIndicator8": "#6ECD59",
"OnPlotGate": "#BF9B36",
"PlotCandleDown": "#2F96F0",
"PlotCandleUp": "#EEEEF0",
"ButtonDown": "#131317",
"ButtonUp": "#131317",
"OnButtonUp1": "#0CB1A0",
"Warning": "#FD7326",
"OnButtonDown1": "#E95A51",
"ModalTint": "#000000",
"Analytics1": "#2F96F0",
"Analytics2": "#32A88A",
"Analytics3": "#FAB81E",
"Analytics4": "#D7276B",
"Analytics5": "#7D3FE4",
"OnButtonDown2": "#47313A",
"OnButtonUp2": "#263E46",
"Primary10": "#FFD456",
"Primary20": "#FFCA2B",
"Primary30": "#FFBF01"
}