import type { Template } from './index.js'; import { colorSetToVariants } from '../color-set/index.js'; import { source } from 'common-tags'; const template: Template = { name: 'Wox', render: async function* (colorSet) { const variants = colorSetToVariants(colorSet); for (const { colors, title } of variants) { yield { path: `${title.human}.xaml`, content: source` ${colors.accent4}