Theme Definitions (theme.json)
theme.json
files require the following properties:
name: string
- The name of the themedescription: string
- Brief description of the themeversion: string
- Version of the themeauthor: string
- Theme authorsgithub_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 packagePack Object Format:
name: string
- Name of the stylefile: string
- File name within the package / repodescription: string
- Description of the style
Last updated