# Setup Theme UI
This recipe helps you start developing with the [Theme UI](https://theme-ui.com) styling library.
This recipe:
---
Installs packages.
---
Adds the plugin `gatsby-plugin-theme-ui` to your `gatsby-config.js`.
---
Writes out Theme UI configuration files.
---
Once you've installed this recipe, you're ready to get started!
- Read the docs: https://theme-ui.com
- Learn about the theme specification: https://system-ui.com
*note:* if you're running this recipe on the default starter (or any other starter with
base css), you'll need to remove the require to `layout.css` in the `components/layout.js` file
as otherwise they'll override some theme-ui styles.