class Rouge::Theme::Style

def initialize(theme, hsh={})

def initialize(theme, hsh={})
  super()
  @theme = theme
  merge!(hsh)
end