summaryrefslogtreecommitdiffstats
path: root/openbb_terminal/openbb_terminal/assets/styles/default/light.mpfstyle.json
blob: 9f75a73a30f024e9e274ec10ee09b5d2e3f45890 (plain)
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
{
    "style_name": "light",
    "base_mpf_style": null,
    "marketcolors": {
        "candle": {
            "up": "#00ACFF",
            "down": "#e4003a"
        },
        "edge": {
            "up": "#00ACFF",
            "down": "#e4003a"
        },
        "wick": {
            "up": "#00ACFF",
            "down": "#e4003a"
        },
        "ohlc": {
            "up": "#00ACFF",
            "down": "#e4003a"
        },
        "volume": {
            "up": "#00ACFF",
            "down": "#e4003a"
        },
        "vcedge": {
            "up": "#219E4F",
            "down": "#9E1711"
        },
        "vcdopcod": true,
        "alpha": 1
    },
    "mavcolors": [
        "#EB3DBC",
        "#31EBEA",
        "#EB8C54",
        "#EB5549"
    ],
    "y_on_right": true,
    "gridcolor": "grey",
    "gridstyle": ":",
    "facecolor": "white",
    "edgecolor": null,
    "figcolor": null,
    "gridaxis": null,
    "rc": null,
    "legacy_rc": null
}