1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-22 14:16:50 +01:00
elk/docs/tokens.config.ts

8 lines
129 B
TypeScript
Raw Normal View History

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