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, #marker

Instance Method Summary collapse

Methods inherited from Base

#darken, #lighten, #next_color

Constructor Details

#initializeTulips

Returns a new instance of Tulips.



132
133
134
135
136
137
138
# File 'lib/scruffy/themes.rb', line 132

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