import {title, subtitle, titleWrapper, sectionWrapper} from "@/components/primitives"; export const CustomThemes = () => { return (

Apply your own

theming 

decisions.

NextUI provides a custom TailwindCSS plugin that allows you to customize the default themes or create your own.

); };