summaryrefslogtreecommitdiffstats
path: root/openbb_terminal/openbb_terminal/assets/styles/default/dark.mpfstyle.json
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_terminal/openbb_terminal/assets/styles/default/dark.mpfstyle.json')
-rw-r--r--openbb_terminal/openbb_terminal/assets/styles/default/dark.mpfstyle.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/openbb_terminal/openbb_terminal/assets/styles/default/dark.mpfstyle.json b/openbb_terminal/openbb_terminal/assets/styles/default/dark.mpfstyle.json
new file mode 100644
index 00000000000..069d22e4369
--- /dev/null
+++ b/openbb_terminal/openbb_terminal/assets/styles/default/dark.mpfstyle.json
@@ -0,0 +1,47 @@
+{
+ "style_name": "dark",
+ "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": "#A3A0A2",
+ "gridstyle": ":",
+ "facecolor": "black",
+ "edgecolor": null,
+ "figcolor": null,
+ "gridaxis": null,
+ "rc": null,
+ "legacy_rc": null
+}