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