Theme

@ui-kit.ai uses a design token based theming system to provide a consistent look and feel across components. The theme is customizable, allowing you to adjust colors, typography, and other design elements to match your brand or personal preferences.

The the is implement in Tailwind using custom CSS variables. This enables powerful extra functionality, like the intent API.

Intent API

The intent API allows using color to communicate semantic meaning in the UI. All colors may be overridden using the intent API, though it is recommended to use this feature sparingly to preserve meaning.

You do not have any active subscriptions.
Your last payment was unsuccessful.
Your subscription will expire in 3 days.
Your payment was successful.

Background color

The available background colors are an intentionally limited set of colors focusing on the following use cases:

bg-base--theme-default-bg-base
bg-base-raised--theme-default-bg-base-raised
bg-primary--theme-default-bg-primary
bg-primary-hover--theme-default-bg-primary-hover
bg-tint--theme-default-bg-tint

Text

The available text colors are also quite limited:

text-accent--theme-default-text-accent
text-hi-contrast--theme-default-text-hi-contrast
text-lo-contrast--theme-default-text-lo-contrast
text-placeholder--theme-default-text-placeholder

Border

The available border colors are also quite limited:

border-default--theme-default-border-default
border-field--theme-default-border-field
border-field-hover--theme-default-border-field-hover