class Scruffy::Themes::Vitamins

Inspired by www.colorschemer.com/schemes/

Public Class Methods

new() click to toggle source
# File lib/scruffy/themes.rb, line 157
def initialize
  super({
          :background => [:black, '#4A465A'],
          :marker => :white,
          :colors => %w(#CC9933 #FFCC66 #CCCC99 #CCCC33 #99CC33 #3333CC #336699 #6633CC #9999CC #333366)
        })
end