Skip to main content

color_scheme

A color_scheme from a color_scheme setting.


Tip

To learn about color scheme groups in themes, refer to color_scheme_group setting.


Properties

The ID of the color_scheme

Anchor to
settings

The settings of the color_scheme.

{
"id": "background-2",
"settings": {}
}
Anchor to Referencing color_scheme settings directly

Referencing color_scheme settings directly

When a color_scheme setting is referenced directly, the color scheme ID is returned.

{{ settings.card_color_scheme }}

Output

background-2
Was this section helpful?