sig
  type setting = Auto | Always | Never
  val default_setting : Misc.Color.setting
  val is_enabled : unit -> bool
end