Class: Scruffy::Themes::Vitamins
Overview
Inspired by www.colorschemer.com/schemes/
Instance Attribute Summary
Attributes inherited from Base
#background, #colors, #font_family, #legend_font_size, #marker, #marker_font_size, #outlines, #title_font_size
Instance Method Summary collapse
-
#initialize ⇒ Vitamins
constructor
A new instance of Vitamins.
Methods inherited from Base
#darken, #lighten, #next_color, #next_outline
Constructor Details
#initialize ⇒ Vitamins
Returns a new instance of Vitamins.
155 156 157 158 159 160 161 |
# File 'lib/scruffy/themes.rb', line 155 def initialize super({ :background => [:black, '#4A465A'], :marker => :white, :colors => %w(#CC9933 #FFCC66 #CCCC99 #CCCC33 #99CC33 #3333CC #336699 #6633CC #9999CC #333366) }) end |