Methods

Class/Module Index [+]

Quicksearch

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 72
def initialize
  super({
          :background => ['#101010', '#999977'],
          :marker => :white,
          :colors => %(#DD3300 #66AABB #225533 #992200)
        })
  
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.