Class: Scruffy::Themes::Apples

Inherits:
Base
  • Object
show all
Defined in:
lib/scruffy/themes.rb

Overview

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

Methods inherited from Base

#darken, #lighten, #next_color, #next_outline

Constructor Details

#initializeApples

Returns a new instance of Apples.



129
130
131
132
133
134
135
# File 'lib/scruffy/themes.rb', line 129

def initialize
  super({
          :background => ['#3B411F', '#4A465A'],
          :marker => '#DBD1C1',
          :colors => %w(#AA3322 #DD3322 #DD6644 #FFEE88 #BBCC66 #779933)
        })
end