# File lib/rouge/formatters/terminal256.rb, line 166 def get_style(token) return text_style if token.ancestors.include? Token::Tokens::Text theme.get_own_style(token) || text_style end