class Rouge::Formatters::Terminal256

def initialize(theme=nil)

the theme to render with.
@argument theme
def initialize(theme=nil)
  @theme = theme || Themes::ThankfulEyes
end