1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-23 14:46:08 +09:00
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-09 06:42:59 +09:00
export default defineTheme({
color: {
primary: getColors('#d98018'),
2023-01-09 06:42:59 +09:00
},
})