cometchat-ios-theming
Installation
SKILL.md
Purpose
This skill teaches how to customize the visual appearance of CometChat iOS UI Kit components. It covers global theming, component-level styling, dark mode support, and creating custom themes.
1. Global Theme Configuration
CometChat iOS UI Kit uses CometChatTheme for global styling. Configure it early in your app lifecycle, before showing any CometChat UI.
Primary Colors
import CometChatUIKitSwift
// Set primary brand color
CometChatTheme.primaryColor = UIColor.systemBlue