class Scruffy::Themes::CareBears
Inspired by www.colorschemer.com/schemes/
Public Class Methods
new()
click to toggle source
Calls superclass method
Scruffy::Themes::Base.new
# File lib/scruffy/themes.rb, line 142 def initialize super({ # Playing with Sky Background # :background => ['#2774B6', '#5EA6D8'], # :marker => :white, :background => [:black, '#4A465A'], :marker => :white, :colors => %w(#FFBBBB #00CC33 #7788BB #EEAA44 #FFDD11 #44BBDD #DD6677) }) end