# Contributing guidelines To measure theme popularity, one thing that we must ask of you is that **each one of your themes is developed within a repository of its own**. ## Before contributing A theme name (as well as color scheme name) should consist of one word starting with an uppercase letter and shouldn't contain `spicetify` or any whitespace in it; if a "-" is present in the name it must be followed by an uppercase letter. ## How to contribute If you want your theme to show up on **Spicetify Marketplace**, you will need to create a Pull Request to this repository with the following structure: ``` . ├── ... ├── THEME_NAME # Folder with your theme name. │ ├── screenshots # Folder with theme screenshots. │ ├── manifest.json # Manifest file with the structure detailed below. │ └── README.md # Readme file with the theme description. └── ... ``` For this, you'll need: 1. Fork this repository 2. Create another folder named after your theme name 3. Create a `README.md` in it with the following structure ```markdown # THEME_NAME
Description of your theme. ## Screenshots [Put at least one image per color scheme here] ## More [Specify any needed font; (optionally) author name and/or any other info about the theme] ``` 4. Add the theme preview to [THEMES.md](./THEMES.md) (themes are in alphabetical order) following this structure if it has only one color scheme: ```markdown ## THEME_NAME [A single image of the theme] ``` If, instead, more than one color scheme is present: ```markdown ## THEME_NAME | | | | :-------------------------------------: | :-----------------------------------: | | ![light]([THEME]/screenshots/light.png) | ![dark]([THEME]/screenshots/dark.png) | | light | dark | ... ``` > _Note_: All screenshots must be in PNG format and, additionally, must be uploaded to this repository. 5. Commit only once, more details in the **Commit Message** 6. Open a Pull Request and mention the most important changes you've made to the UI (ignoring the color scheme) **Thanks to all the contributors.** ## Commit Message **NOTE: commit only once when you add a new theme or scheme (you can also commit again later if you need to).** ### Format