Class: Scruffy::Themes::Tulips

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

#initializeTulips

Returns a new instance of Tulips.



166
167
168
169
170
171
172
# File 'lib/scruffy/themes.rb', line 166

def initialize
  super({
          :background => ['#670A0A', '#831515'],
          :marker => '#DBD1C1',
          :colors => %w(#F2C8CA #BF545E #D2808E #97985C #B3B878 #A24550)
        })
end