fix: clarify theme naming conventions

This commit is contained in:
morpheusthewhite 2020-11-06 22:10:02 +01:00 committed by GitHub
parent 058a27221e
commit c908e6a172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ Some themes have 2 or more different color schemes. You can switch between them,
If you want to add your theme:
- Fork this repository
- Create another folder with your theme name. The theme name should consist of one word starting with an uppercase letter and shouldn't contain `spicetify` or any whitespace in it
- Create another folder with your theme name. The theme 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.
- Copy `color.ini` and `user.css` to it
- Create a `README.md` in it with the following structure
```markdown