class 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 120
def initialize
  super({
          :background => ['#670A0A', '#831515'],
          :marker => '#DBD1C1',
          :colors => %w(#007777 #444477 #994444 #77FFBB #D75A20)
        })
end