CometChatTheme
class is made up of two primary components such as:
Mode | Color code |
---|---|
Light | #FFFFFF |
Dark | #141414 |
Color | Description | Color code in light mode | Color code in dark mode |
---|---|---|---|
background | This is used as the background color for the main UI components. | #FFFFFF | #141414 |
primary | This is used to highlight or emphasize elements. | #3399FF | #3399FF |
error | This color is used for the destructive components/actions in components across UI Kit | #FF3B30 | #FF3B30 |
accent | This color is used as the background color to emphasize elements, but with less vibrance than the primary color | #141414 | #FFFFFF |
Accent colors | Opacity |
---|---|
accent50 | 4% |
accent100 | 8% |
accent200 | 15% |
accent300 | 24% |
accent400 | 33% |
accent500 | 46% |
accent600 | 58% |
accent700 | 69% |
accent800 | 82% |
accent900 | 100% |
Primary colors | Opacity |
---|---|
primary150 | 15% |
primary500 | 50% |
Name | Description | Value |
---|---|---|
Font family | This accepts a prioritized list of one or more font family names and/or generic family names for the selected element | Inter |
Name | Value |
---|---|
fontWeightRegular | 400 |
fontWeightMedium | 500 |
fontWeightSemibold | 600 |
fontWeightBold | 700 |
Typography | Font family | Size | Weight |
---|---|---|---|
Heading | Inter | 22px | fontWeightBold |
Name | Inter | 16px | fontWeightMedium |
Title1 | Inter | 22px | fontWeightRegular |
Title2 | Inter | 15px | fontWeightSemibold |
Subtitle1 | Inter | 15px | fontWeightRegular |
Subtitle2 | Inter | 13px | fontWeightRegular |
Text1 | Inter | 17px | fontWeightRegular |
Text2 | Inter | 15px | fontWeightMedium |
Text3 | Inter | 13px | fontWeightMedium |
Caption1 | Inter | 12px | fontWeightMedium |
Caption2 | Inter | 11px | fontWeightMedium |
Caption3 | Inter | 8px | fontWeightRegular |