mirror of https://github.com/docusealco/docuseal
parent
89b5209ff6
commit
5a5b344b54
@ -1,23 +1,31 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: [require("daisyui")],
|
plugins: [require('daisyui')],
|
||||||
|
theme: {
|
||||||
|
extend: {
|
||||||
|
fontFamily: {
|
||||||
|
mono: ['AsterMono', 'monospace'],
|
||||||
|
sans: ['AsterMono', 'sans-serif'],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
daisyui: {
|
daisyui: {
|
||||||
themes: [
|
themes: [
|
||||||
{
|
{
|
||||||
arcab: {
|
arcab: {
|
||||||
"color-scheme": "light",
|
'color-scheme': 'light',
|
||||||
primary: "#000fff",
|
primary: '#000fff',
|
||||||
secondary: "#ef9fbc",
|
secondary: '#ef9fbc',
|
||||||
accent: "#eeaf3a",
|
accent: '#eeaf3a',
|
||||||
neutral: "#000fff",
|
neutral: '#000fff',
|
||||||
"base-100": "#faf7f5",
|
'base-100': '#faf7f5',
|
||||||
"base-200": "#efeae6",
|
'base-200': '#efeae6',
|
||||||
"base-300": "#e7e2df",
|
'base-300': '#e7e2df',
|
||||||
"base-content": "#291334",
|
'base-content': '#291334',
|
||||||
"--rounded-btn": "1.9rem",
|
'--rounded-btn': '1.9rem',
|
||||||
"--tab-border": "2px",
|
'--tab-border': '2px',
|
||||||
"--tab-radius": ".5rem",
|
'--tab-radius': '.5rem',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
}
|
||||||
|
|||||||
Loading…
Reference in new issue