Class: Scruffy::Themes::Standard
Overview
Instance Attribute Summary
Attributes inherited from Base
#background, #colors, #font_family, #marker
Instance Method Summary collapse
-
#initialize ⇒ Standard
constructor
A new instance of Standard.
Methods inherited from Base
#darken, #lighten, #next_color
Constructor Details
#initialize ⇒ Standard
Returns a new instance of Standard.
62 63 64 65 66 67 68 69 |
# File 'lib/scruffy/themes.rb', line 62 def initialize super({ :background => ['#FFFFFF', '#FFFFFF'], :marker => '#999999', :colors => %w(#1919B3 #FFB200 #FFFF00 #660099 #E9E9FF #FFF7E6 #FFFFE6 #F7E6FF #0F0F6B #996B00 #999900 #3D005C) }) end |