feat: add 'omg' custom theme

This commit is contained in:
axolotle 2024-08-19 19:43:20 +02:00
parent 478b09c4e2
commit 40b1a4ac29

View file

@ -69,6 +69,29 @@ module.exports = {
'--rounded-btn': '0.1875rem',
'--border-btn': '1px',
},
omg: {
primary: '#ffe066',
secondary: '#eebefa',
accent: '#bac8ff',
neutral: '#e7ebf3',
info: '#a5d8ff',
success: '#63e6be',
warning: '#ff922b',
error: '#fcc2d7',
'base-100': '#343a40',
'base-200': '#6f7479',
'base-300': '#212529',
'base-content': '#f1f3f5',
'--rounded-box': '.13rem',
'--rounded-btn': '.3rem',
'--rounded-badge': '1.9rem',
'--animation-btn': '0.25s',
'--animation-input': '0.2s',
'--btn-focus-scale': '0.95',
'--border-btn': '1px',
'--tab-border': '1px',
'--tab-radius': '0.5rem',
},
},
],
},