import SwiftUI

enum TetherShotTheme {
    /// A vivid violet that remains legible in both macOS appearances.
    static let accent = Color(red: 0.55, green: 0.32, blue: 0.96)
}
