Methods

Class/Module Index [+]

Quicksearch

Scruffy::Themes::RubyBlog

Based on the color scheme used by almost every Ruby blogger.

Public Class Methods

new() click to toggle source
# File lib/scruffy/themes.rb, line 84
def initialize
  super({
          :background => ['#670A0A', '#831515'],
          :marker => '#DBD1C1',
          :colors => %(#007777 #444477 #994444 #77FFBB #D75A20)
        })
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.