class Scruffy::Themes::Mephisto

Roughly, roughly based on the color scheme of www.mephistoblog.com.

Public Class Methods

new() click to toggle source
# File lib/scruffy/themes.rb, line 108
def initialize
  super({
          :background => ['#101010', '#999977'],
          :marker => :white,
          :colors => %w(#DD3300 #66AABB #225533 #992200)
        })
  
end