/**
 * Color themes.
 * @module fur-resources/resources/colors
 */


module.exports = {
{{#each colors}}    {{@key}}: '{{this}}'{{#if @last}}{{else}},
{{/if}}
{{/each}}

};
