24 lines
564 B
Plaintext
24 lines
564 B
Plaintext
/* @settings
|
|
|
|
name: Your Section Name Here
|
|
id: a-unique-id
|
|
settings:
|
|
-
|
|
id: my-title
|
|
title: My Settings
|
|
type: heading
|
|
level: 3
|
|
-
|
|
id: accent
|
|
title: Accent Color
|
|
type: variable-color
|
|
format: hsl-split
|
|
default: '#007AFF'
|
|
-
|
|
id: text
|
|
title: UI font
|
|
description: Font used for the user interface
|
|
type: variable-text
|
|
default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
|
|
|
|
*/ |