Class: Scruffy::Themes::CareBears
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 ⇒ CareBears
constructor
A new instance of CareBears.
Methods inherited from Base
#darken, #lighten, #next_color, #next_outline
Constructor Details
#initialize ⇒ CareBears
Returns a new instance of CareBears.
140 141 142 143 144 145 146 147 148 149 |
# File 'lib/scruffy/themes.rb', line 140 def initialize super({ # Playing with Sky Background # :background => ['#2774B6', '#5EA6D8'], # :marker => :white, :background => [:black, '#4A465A'], :marker => :white, :colors => %w(#FFBBBB #00CC33 #7788BB #EEAA44 #FFDD11 #44BBDD #DD6677) }) end |