One overlay's drift status against the installed theme.
@type status() :: :current | :auto_updatable | :conflict | :untracked | :rewritten | :shadowed
@type t() :: %Cherry.Theme.Drift.Entry{ overlay: Path.t(), status: status(), template: atom() }