Add custom theme option

This commit is contained in:
Ariful Alam
2022-03-23 02:13:51 +06:00
parent 4013491663
commit 725091dc52
5 changed files with 72 additions and 8 deletions

View File

@@ -132,7 +132,20 @@ const config = {
'night',
'coffee',
'winter',
'procyon',
],
// Custom theme
customTheme: {
procyon: {
primary: '#fc055b',
secondary: '#219aaf',
accent: '#e8d03a',
neutral: '#2A2730',
'base-100': '#E3E3ED',
'--rounded-box': '3rem',
},
},
},
};