{{localize "DAGGERHEART.SETTINGS.Menu.appearance.diceSoNice.hint"}}
{{#each dsnTabs as |dsnTab|}}
{{formInput fields.system value=values.system localize=true choices=@root.diceSoNiceSystems}}
{{formInput fields.foreground value=values.foreground localize=true}}
{{formInput fields.background value=values.background localize=true}}
{{formInput fields.outline value=values.outline localize=true}}
{{formInput fields.edge value=values.edge localize=true}}
{{formInput fields.colorset value=values.colorset choices=@root.diceSoNiceColorsets localize=true}}
{{formInput fields.texture value=values.texture choices=@root.diceSoNiceTextures localize=true}}
{{formInput fields.material value=values.material choices=@root.diceSoNiceMaterials localize=true}}
{{/each}}