class Scruffy::Themes::Tulips

Inspired by www.colorschemer.com/schemes/

Public Class Methods

new() click to toggle source
# File lib/scruffy/themes.rb, line 168
def initialize
  super({
          :background => ['#670A0A', '#831515'],
          :marker => '#DBD1C1',
          :colors => %w(#F2C8CA #BF545E #D2808E #97985C #B3B878 #A24550)
        })
end