mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
540 B
26 lines
540 B
module.exports = {
|
|
plugins: [
|
|
require('daisyui')
|
|
],
|
|
daisyui: {
|
|
themes: [
|
|
{
|
|
docuseal: {
|
|
'color-scheme': 'dark',
|
|
primary: '#e4e0e1',
|
|
secondary: '#ef9fbc',
|
|
accent: '#eeaf3a',
|
|
neutral: '#291334',
|
|
'base-100': '#1a1a1a',
|
|
'base-200': '#ededde',
|
|
'base-300': '#ededde',
|
|
'base-content': '#ededde',
|
|
'--rounded-btn': '1.9rem',
|
|
'--tab-border': '2px',
|
|
'--tab-radius': '.5rem'
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|