Class: Scruffy::Themes::Mephisto
Overview
Roughly, roughly based on the color scheme of www.mephistoblog.com.
Instance Attribute Summary
Attributes inherited from Base
#background, #colors, #font_family, #marker
Instance Method Summary collapse
-
#initialize ⇒ Mephisto
constructor
A new instance of Mephisto.
Methods inherited from Base
#darken, #lighten, #next_color
Constructor Details
#initialize ⇒ Mephisto
Returns a new instance of Mephisto.
72 73 74 75 76 77 78 79 |
# File 'lib/scruffy/themes.rb', line 72 def initialize super({ :background => ['#101010', '#999977'], :marker => :white, :colors => %w(#DD3300 #66AABB #225533 #992200) }) end |