|
|
@ -35,8 +35,8 @@ class Style(object): |
|
|
|
transition='250ms', |
|
|
|
transition='250ms', |
|
|
|
colors=( |
|
|
|
colors=( |
|
|
|
'#ff5995', '#b6e354', '#feed6c', '#8cedff', '#9e6ffe', |
|
|
|
'#ff5995', '#b6e354', '#feed6c', '#8cedff', '#9e6ffe', |
|
|
|
'#899ca1', '#f8f8f2', '#808384', '#bf4646', '#516083', |
|
|
|
'#899ca1', '#f8f8f2', '#bf4646', '#516083', '#f92672', |
|
|
|
'#f92672', '#82b414', '#fd971f', '#56c2d6', '#8c54fe', |
|
|
|
'#82b414', '#fd971f', '#56c2d6', '#808384', '#8c54fe', |
|
|
|
'#465457')): |
|
|
|
'#465457')): |
|
|
|
self.background = background |
|
|
|
self.background = background |
|
|
|
self.plot_background = plot_background |
|
|
|
self.plot_background = plot_background |
|
|
|