summaryrefslogtreecommitdiffstats
path: root/cli/openbb_cli/assets/styles/default/dark.pltstyle.json
diff options
context:
space:
mode:
Diffstat (limited to 'cli/openbb_cli/assets/styles/default/dark.pltstyle.json')
-rw-r--r--cli/openbb_cli/assets/styles/default/dark.pltstyle.json132
1 files changed, 132 insertions, 0 deletions
diff --git a/cli/openbb_cli/assets/styles/default/dark.pltstyle.json b/cli/openbb_cli/assets/styles/default/dark.pltstyle.json
new file mode 100644
index 00000000000..f1f75a99fa2
--- /dev/null
+++ b/cli/openbb_cli/assets/styles/default/dark.pltstyle.json
@@ -0,0 +1,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"
+ }
+ }
+}