class Term::ANSIColor::Attribute

def background?

def background?
  @name.to_s.start_with?('on_')
end