Skip to content

Commit 1ece272

Browse files
authored
Update README with theme name formatting details
Clarified the format for the theme name and its relation to directory and CSS filenames.
1 parent 302f5b1 commit 1ece272

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,18 @@ info.json
2525
}
2626
```
2727

28-
`Name` is the name of the theme exactly matching the theme directory and css file name.
28+
`Name` is the name of the theme exactly matching the theme directory and css file name. It may contain spaces but these will be converted to dashes and with dashes this must then correspond to the directory and css filenames.
29+
2930
`Version` is a semver version, this isn't currently used for anything important.
31+
3032
`UpdatedDate` is the date the theme was updated in YYYY/MM/DD format.
33+
3134
`Description` A user-facing description of the theme and how it looks, and who may benefit from it.
35+
3236
`URL` is an address for the author (for example a personal website, github page, etc)
37+
3338
`Author` is the name(s) of the author(s), comma separated if there are multiple.
39+
3440
`Tags` is a list of user-defined tags. All third party themes must have the tag "Contributor", other tags can include things like "Dark", "Light", "Accessible", or any other tags which define the theme. These tags are used to build the top-level category lists within the store page.
3541

3642
preview.png screenshots

0 commit comments

Comments
 (0)