Class: Scruffy::Themes::Apples
Overview
Inspired by www.colorschemer.com/schemes/
Instance Attribute Summary
Attributes inherited from Base
#background, #colors, #font_family, #marker
Instance Method Summary collapse
-
#initialize ⇒ Apples
constructor
A new instance of Apples.
Methods inherited from Base
#darken, #lighten, #next_color
Constructor Details
#initialize ⇒ Apples
Returns a new instance of Apples.
95 96 97 98 99 100 101 |
# File 'lib/scruffy/themes.rb', line 95 def initialize super({ :background => ['#3B411F', '#4A465A'], :marker => '#DBD1C1', :colors => %w(#AA3322 #DD3322 #DD6644 #FFEE88 #BBCC66 #779933) }) end |