|
|
@@ -13,10 +13,10 @@ enum AppTheme {
|
|
|
static let controlBackground = Color(red: 0.98, green: 0.98, blue: 0.99)
|
|
|
static let cardShadow = Color.black.opacity(0.06)
|
|
|
static let upgradeCardBackground = Color(red: 1.0, green: 0.95, blue: 0.92)
|
|
|
- static let upgradeBorder = Color(red: 0.98, green: 0.84, blue: 0.82)
|
|
|
+ static let upgradeBorder = Color(red: 0.88, green: 0.70, blue: 0.68)
|
|
|
static let upgradeCrown = Color(red: 0.92, green: 0.70, blue: 0.15)
|
|
|
static let upgradeDescription = Color(red: 0.55, green: 0.48, blue: 0.45)
|
|
|
- static let upgradeButtonBorder = Color(red: 0.92, green: 0.90, blue: 0.89)
|
|
|
+ static let upgradeButtonBorder = Color(red: 0.76, green: 0.74, blue: 0.73)
|
|
|
|
|
|
static let windowMinWidth: CGFloat = 1080
|
|
|
static let windowMinHeight: CGFloat = 680
|
|
|
@@ -29,14 +29,14 @@ enum AppTheme {
|
|
|
static let chatInputQuickActionSpacing: CGFloat = 14
|
|
|
|
|
|
static let chatInputCornerRadius: CGFloat = 22
|
|
|
- static let chatInputBorder = Color(red: 0.90, green: 0.90, blue: 0.90)
|
|
|
+ static let chatInputBorder = Color(red: 0.74, green: 0.74, blue: 0.77)
|
|
|
static let chatInputBackground = Color(red: 0.97, green: 0.97, blue: 0.98)
|
|
|
static let chatInputHeight: CGFloat = 84
|
|
|
static let chatInputToolbarHeight: CGFloat = 40
|
|
|
static let chatToolbarPillBackground = Color(red: 0.92, green: 0.92, blue: 0.94)
|
|
|
- static let chatActionButtonBorder = Color(red: 0.84, green: 0.84, blue: 0.87)
|
|
|
+ static let chatActionButtonBorder = Color(red: 0.68, green: 0.68, blue: 0.72)
|
|
|
static let chatSendButtonBackground = Color(red: 0.14, green: 0.14, blue: 0.16)
|
|
|
- static let chatHeaderDivider = Color(red: 0.92, green: 0.92, blue: 0.94)
|
|
|
+ static let chatHeaderDivider = Color(red: 0.78, green: 0.78, blue: 0.81)
|
|
|
|
|
|
static let quickActionBackground = chatInputBackground
|
|
|
static let quickActionForeground = textPrimary
|