feat(*): Add custom pokeball theme

This commit is contained in:
Josh Creek
2024-04-10 21:50:43 +01:00
parent 99ed144a34
commit 6213c773c3
+17 -1
View File
@@ -6,6 +6,22 @@ export default {
},
plugins: [require('daisyui')],
daisyui: {
themes: ['light', 'dark', 'dracula']
themes: [
'light',
'dark',
'dracula',
{
pokeball: {
primary: '#ee1515',
'primary-content': '#ffffff',
secondary: '#3b82c4',
'secondary-content': '#ffffff',
accent: '#7e308e',
neutral: '#ffffff',
'base-100': '#f0f0f0',
'base-content': '#222224'
}
}
]
}
};