summaryrefslogtreecommitdiffstats
path: root/openbb_terminal/openbb_terminal/assets/styles/default/dark.pltstyle.json
blob: f1f75a99fa25dcd8411d405dc1a38b4f80756c9d (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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
    "line": {
        "up_color": "#00ACFF",
        "down_color": "#e4003a",
        "color": "#ffed00",
        "width": 1.5
    },
    "data": {
        "candlestick": [
            {
                "decreasing": {
                    "fillcolor": "#e4003a",
                    "line": {
                        "color": "#e4003a"
                    }
                },
                "increasing": {
                    "fillcolor": "#00ACFF",
                    "line": {
                        "color": "#00ACFF"
                    }
                },
                "type": "candlestick"
            }
        ]
    },
    "layout": {
        "annotationdefaults": {
            "showarrow": false
        },
        "autotypenumbers": "strict",
        "colorway": [
            "#ffed00",
            "#ef7d00",
            "#e4003a",
            "#c13246",
            "#822661",
            "#48277c",
            "#005ca9",
            "#00aaff",
            "#9b30d9",
            "#af005f",
            "#5f00af",
            "#af87ff"
        ],
        "dragmode": "pan",
        "font": {
            "family": "Fira Code",
            "size": 18
        },
        "hoverlabel": {
            "align": "left"
        },
        "mapbox": {
            "style": "dark"
        },
        "hovermode": "x",
        "legend": {
            "bgcolor": "rgba(0, 0, 0, 0.5)",
            "x": 0.01,
            "xanchor": "left",
            "y": 0.99,
            "yanchor": "top",
            "font": {
                "size": 15
            }
        },
        "legend2": {
            "bgcolor": "rgba(0, 0, 0, 0.5)",
            "font": {
                "size": 15
            }
        },
        "legend3": {
            "bgcolor": "rgba(0, 0, 0, 0.5)",
            "font": {
                "size": 15
            }
        },
        "legend4": {
            "bgcolor": "rgba(0, 0, 0, 0.5)",
            "font": {
                "size": 15
            }
        },
        "legend5": {
            "bgcolor": "rgba(0, 0, 0, 0.5)",
            "font": {
                "size": 15
            }
        },
        "paper_bgcolor": "#000000",
        "plot_bgcolor": "#000000",
        "xaxis": {
            "automargin": true,
            "autorange": true,
            "rangeslider": {
                "visible": false
            },
            "showgrid": true,
            "showline": true,
            "tickfont": {
                "size": 14
            },
            "zeroline": false,
            "tick0": 1,
            "title": {
                "standoff": 20
            },
            "linecolor": "#F5EFF3",
            "mirror": true,
            "ticks": "outside"
        },
        "yaxis": {
            "anchor": "x",
            "automargin": true,
            "fixedrange": false,
            "zeroline": false,
            "showgrid": true,
            "showline": true,
            "side": "right",
            "tick0": 0.5,
            "title": {
                "standoff": 20
            },
            "gridcolor": "#283442",
            "linecolor": "#F5EFF3",
            "mirror": true,
            "ticks": "outside"
        }
    }
}