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