···2233/// Color token for terminal tab tint indicators, used in place of
44/// `Color` so that `TerminalTabItem` can remain `Equatable` and `Sendable`.
55-enum TerminalTabTintColor: Hashable, Sendable {
55+enum TerminalTabTintColor: String, Codable, Hashable, Sendable {
66 case green
77 case orange
88 case red