class Rouge::Formatters::Terminal256

def initialize(opts={})

def initialize(opts={})
  @theme = opts[:theme] || Themes::ThankfulEyes
  @theme = Theme.find(@theme) if @theme.is_a? String
end