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

Instance Method Summary collapse

Methods inherited from Base

#darken, #lighten, #next_color

Constructor Details

#initializeApples

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