elk/docs/tokens.config.ts

9 lines
163 B
TypeScript
Raw Permalink Normal View History

import { defineTheme } from 'pinceau'
import { getColors } from 'theme-colors'
2023-01-08 21:42:59 +00:00
export default defineTheme({
color: {
primary: getColors('#d98018'),
2023-01-08 21:42:59 +00:00
},
})