Theme Explorer

Theme Explorer

themes.ray.so

A tool to easily share, browse and import Raycast Themes.


Contributing

This is a Next.js 13 app. If you're unfamiliar with it, check out the Next.js Documentation.

Download the repo and run the development server:

npm run dev

Adding Themes

We welcome contribition to the Themes data. Here's how you can contribute:

Copy the theme JSON from Raycast

  • Open Theme Studio in Raycast
  • Right click on your Theme and select "Copy as JSON"

Add the theme to repo

  • In /themes, create a folder with your Raycast username, ie: peduarte
  • In that folder, create a file with the theme name, ie: red.json
  • In that file, paste the theme JSON you copied from Raycast's Theme Studio
  • Create a Pull Request 🚀