# File lib/rouge/formatters/terminal256.rb, line 172
      def text_style
        style = theme.get_style(Token['Text'])
        # don't highlight text backgrounds
        style.delete :bg
        style
      end