Get Started
Customize your theme
How to configure the theme of your project
Shipit uses Shadcn as the theme system and components library.
Thanks to that we get a powerful and flexible system to create and customize our components.
Just go to the app/globals.css
file and you will see the following code:
app/globals.css
Just modify the values of the variables to change the colors of the theme.
If you want more information about the theme system, you can go to the Shadcn documentation.