Class: Scruffy::Themes::Vitamins
Overview
Inspired by www.colorschemer.com/schemes/
Instance Attribute Summary
Attributes inherited from Base
#background, #colors, #font_family, #marker
Instance Method Summary collapse
-
#initialize ⇒ Vitamins
constructor
A new instance of Vitamins.
Methods inherited from Base
#darken, #lighten, #next_color
Constructor Details
#initialize ⇒ Vitamins
Returns a new instance of Vitamins.
121 122 123 124 125 126 127 |
# File 'lib/scruffy/themes.rb', line 121 def initialize super({ :background => [:black, '#4A465A'], :marker => :white, :colors => %w(#CC9933 #FFCC66 #CCCC99 #CCCC33 #99CC33 #3333CC #336699 #6633CC #9999CC #333366) }) end |