Skip to content

Commit acd6227

Browse files
Dark Binance Theme Updated Feature Request #614
Feature Request: New style called binance-dark #614
1 parent 1174779 commit acd6227

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
style = dict(style_name = 'binancedark',
2+
base_mpl_style= 'dark_background',
3+
marketcolors = {'candle' : {'up': '#3dc985', 'down': '#ef4f60'},
4+
'edge' : {'up': '#3dc985', 'down': '#ef4f60'},
5+
'wick' : {'up': '#3dc985', 'down': '#ef4f60'},
6+
'ohlc' : {'up': 'green', 'down': 'red'},
7+
'volume' : {'up': '#247252', 'down': '#82333f'},
8+
'vcedge' : {'up': 'green', 'down': 'red'},
9+
'vcdopcod' : False,
10+
'alpha' : 1.0,
11+
},
12+
mavcolors = ['#ffc201','#ff10ff','#cd0468','#1f77b4',
13+
'#ff7f0e','#2ca02c','#40e0d0'],
14+
y_on_right = True,
15+
gridcolor = None,
16+
gridstyle = '--',
17+
facecolor = None,
18+
rc = [ ('axes.grid','True'),
19+
('axes.grid.axis' , 'y'),
20+
('axes.edgecolor' , '#474d56' ),
21+
('axes.titlecolor','red'),
22+
('figure.titlesize', 'x-large' ),
23+
('figure.titleweight','semibold'),
24+
('figure.facecolor', '#0a0a0a' ),
25+
],
26+
base_mpf_style= 'binancedark'
27+
)

0 commit comments

Comments
 (0)