mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
feat: Add support for color themes in theme creation
This commit is contained in:
parent
01040237ed
commit
18c0733e99
1 changed files with 8 additions and 3 deletions
11
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
11
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
|
@ -33,11 +33,16 @@ body:
|
|||
placeholder: https://...
|
||||
validations:
|
||||
required: true
|
||||
- type: checkbox
|
||||
- type: checkboxes
|
||||
id: is-color-theme
|
||||
attributes:
|
||||
label: Is Color Theme
|
||||
description: Check this box if the theme is a color theme.
|
||||
label: Type
|
||||
description: The type of the theme.
|
||||
options:
|
||||
- label: JSON Color Theme
|
||||
value: true
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: styles
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue