Skip to content

Commit

Permalink
GitBook: [#33] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
booploops authored and gitbook-bot committed May 4, 2022
1 parent 792d12c commit 259ba63
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions themes/theme-definitions-theme.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

`theme.json` files require the following properties:

* `name` - The name of the theme
* `description` - Brief description of the theme
* `version` - Version of the theme
* `author` - Theme authors
* `github_repo` - The source repository of the theme, this is required for Cider to automatically update the theme. Formatted `<owner>/<repo_name>`
* `name: string` - The name of the theme
* `description: string` - Brief description of the theme
* `version: string` - Version of the theme
* `author: string` - Theme authors
* `github_repo: string` - The source repository of the theme, this is required for Cider to automatically update the theme. Formatted `<owner>/<repo_name>`
* `pack: array` - (optional) Declare individual LESS files as styles within the package
* Pack Object Format:
* `name: string` - Name of the style
* `file: string` - File name within the package / repo
* `description: string` - Description of the style

0 comments on commit 259ba63

Please sign in to comment.