class Scruffy::Themes::Apples

Inspired by www.colorschemer.com/schemes/

Public Class Methods

new() click to toggle source
# File lib/scruffy/themes.rb, line 131
def initialize
  super({
          :background => ['#3B411F', '#4A465A'],
          :marker => '#DBD1C1',
          :colors => %w(#AA3322 #DD3322 #DD6644 #FFEE88 #BBCC66 #779933)
        })
end