# Customizing the Shadcn Theme in Remix Supabase

> How to update the theme in your Remix Supabase Makerkit application

*Canonical: https://makerkit.dev/docs/remix-supabase-turbo/customization/theme*

---

Makerkit uses [Shadcn UI](https://ui.shadcn.com) and it defines the theme according to its guidelines.

You can find the default theme inside the application at `apps/web/styles/global.css`.

If you want to override the default style, either define your own colors or pick a theme from the [Shadcn Themes page](https://ui.shadcn.com/themes), and copy/paste the theme into this file.
