|
|
|
@ -238,6 +238,19 @@ GreenBlueDarkStyle = Style(
|
|
|
|
|
lighten('#7dcf30', 10), darken('#247fab', 10), '#fff')) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BlueStyle = Style( |
|
|
|
|
background=darken('#f8f8f8', 3), |
|
|
|
|
plot_background='#f8f8f8', |
|
|
|
|
foreground='rgba(0, 0, 0, 0.9)', |
|
|
|
|
foreground_light='rgba(0, 0, 0, 0.9)', |
|
|
|
|
foreground_dark='rgba(0, 0, 0, 0.6)', |
|
|
|
|
opacity='.5', |
|
|
|
|
opacity_hover='.9', |
|
|
|
|
transition='250ms ease-in', |
|
|
|
|
colors=('#00b2f0', '#43d9be', '#0662ab', '#ffd541', lighten('#43d9be', 20), |
|
|
|
|
lighten('#7dcf30', 10), darken('#0662ab', 15), '#7dcf30', darken('#ffd541', 20))) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
styles = {'default': DefaultStyle, |
|
|
|
|
'light': LightStyle, |
|
|
|
|
'neon': NeonStyle, |
|
|
|
@ -250,7 +263,8 @@ styles = {'default': DefaultStyle,
|
|
|
|
|
'turquoise': TurquoiseStyle, |
|
|
|
|
'green': GreenLightStyle, |
|
|
|
|
'dark_green': GreenDarkStyle, |
|
|
|
|
'dark_green_blue': GreenBlueDarkStyle} |
|
|
|
|
'dark_green_blue': GreenBlueDarkStyle, |
|
|
|
|
'blue_colorized': BlueStyle} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parametric_styles = {} |
|
|
|
|