{{#with colorSchemeData}}

{{this.name}}

{{{this.hint}}}

{{#each this.colors}}
{{> (dynamicPartial "color-picker") this value=(lookup ../colors @key) parentObjectName="colorSchemeData" }}
{{/each}}
{{/with}}
{{#with indicatorColorData}}

{{this.name}}

{{{this.hint}}}

{{#each this.colors}}
{{> (dynamicPartial "color-picker") this value=(lookup ../colors @key) parentObjectName="indicatorColorData" }}
{{/each}}
{{/with}}

Warning: The actions below are destructive or risky. Please proceed carefully.

{{#with colorSchemeData}}

Reset to Default Theme

Reset your colors to one of the default themes, in a dark or light scheme.

Toggle Auto-Contrast

{{#if (eq this.autoContrast true)}}

This will make it so your chosen accent and gallery tile colors aren't automatically adjusted to contrast with your background color; however you risk choosing colors that make text illegible.

{{else}}

This will cause your chosen accent and gallery tile colors to automatically adjust in brightness to contrast with your chosen background color.

{{/if}}
{{/with}}
{{#with sheetSettings}}

{{this.name}}

{{{this.hint}}}

{{> (dynamicPartial "fieldset-button-group") type="checkbox" variant="visible-tick" choices=this.modularChoices propertyString="sheetSettings.modularChoices" extraClass="flex-wrap" }} {{/with}}
{{#with fadeSheetImagesData}}

{{this.name}}

{{{this.hint}}}

{{> (dynamicPartial "fieldset-button-group") type="radio" choices=this.choices chosen=this.chosen variant="visible-tick" propertyString="fadeSheetImagesData.chosen" }} {{/with}}
{{#with sheetFadeOpacityData}}

{{name}}

{{{hint}}}

{{rangePicker value=this.value name="sheetFadeOpacityData.value" min=20 max=100 step=10 }}
{{/with}}
{{#with dedicatedDisplayData}}

{{this.name}}

{{{this.hint}}}

{{#with this.journal}}

{{this.name}}

{{{this.hint}}}

{{/with}} {{> (dynamicPartial "checkbox") propertyString=(getPropertyString @root "dedicatedDisplayData.journal" "autoActivate") variant="visible-tick" key="autoActivate" checked=@root.dedicatedDisplayData.journal.autoActivate }} {{> (dynamicPartial "checkbox") propertyString=(getPropertyString @root "dedicatedDisplayData.journal" "autoView") variant="visible-tick" key="autoView" checked=@root.dedicatedDisplayData.journal.autoView }}
{{#with this.scene}}

{{this.name}}

{{{this.hint}}}

{{/with}} {{> (dynamicPartial "checkbox") propertyString=(getPropertyString @root "dedicatedDisplayData.scene" "autoActivate") variant="visible-tick" key="autoActivate" checked=@root.dedicatedDisplayData.scene.autoActivate }} {{> (dynamicPartial "checkbox") propertyString=(getPropertyString @root "dedicatedDisplayData.scene" "autoView") variant="visible-tick" key="autoView" checked=@root.dedicatedDisplayData.scene.autoView }}
{{/with}}
{{#with defaultTileImages}}

{{this.name}}

{{{this.hint}}}

{{#each this.paths}}
{{filePicker type="image" target=(concat "defaultTileImages.paths." @key)}}
{{/each}} {{/with}}