mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-12 18:43:45 +00:00
feat(*): Add custom pokeball theme
This commit is contained in:
+17
-1
@@ -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'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user