Browse Source

Added new style -

pull/70/head
Fayiz Musthafa 11 years ago
parent
commit
b5662a19c3
  1. 13
      pygal/style.py

13
pygal/style.py

@ -252,6 +252,19 @@ BlueStyle = Style(
'#ffd541', '#7dcf30', lighten('#00b2f0', 15), darken('#ffd541', 20))) '#ffd541', '#7dcf30', lighten('#00b2f0', 15), darken('#ffd541', 20)))
SolidColorStyle = Style(
background='#FFFFFF',
plot_background='#FFFFFF',
foreground='#000000',
foreground_light='#000000',
foreground_dark='#828282',
opacity='.8',
opacity_hover='.9',
transition='400ms ease-in',
colors=('#FF9900', '#DC3912', '#4674D1', '#109618', '#990099',
'#0099C6', '#DD4477', '#74B217', '#B82E2E', '#316395', '#994499'))
styles = {'default': DefaultStyle, styles = {'default': DefaultStyle,
'light': LightStyle, 'light': LightStyle,
'neon': NeonStyle, 'neon': NeonStyle,

Loading…
Cancel
Save