# File lib/pastel/ansi.rb, line 58
    def foreground?(code)
      [*(30..37), *(90..97)].include?(code.to_i)
    end