Class: Scruffy::Themes::Tulips
Overview
Inspired by www.colorschemer.com/schemes/
Instance Attribute Summary
Attributes inherited from Base
#background, #colors, #font_family, #marker
Instance Method Summary collapse
-
#initialize ⇒ Tulips
constructor
A new instance of Tulips.
Methods inherited from Base
#darken, #lighten, #next_color
Constructor Details
#initialize ⇒ Tulips
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 |