1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-08 23:36:49 +01:00
elk/docs/tokens.config.ts

9 lines
163 B
TypeScript
Raw 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
},
})