Class: Scruffy::Themes::Vitamins

Inherits:
Base
  • Object
show all
Defined in:
lib/scruffy/themes.rb

Overview

Instance Attribute Summary

Attributes inherited from Base

#background, #colors, #font_family, #marker

Instance Method Summary collapse

Methods inherited from Base

#darken, #lighten, #next_color

Constructor Details

#initializeVitamins

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