class Rouge::Formatters::Terminal256

def get_style(token)

def get_style(token)
  return text_style if token.ancestors.include? Token::Tokens::Text
  theme.get_own_style(token) || text_style
end