diff --git a/tailwind.config.js b/tailwind.config.js index e83b074..e0bedf1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -22,8 +22,8 @@ module.exports = { { legacy: { primary: '#2980b9', - secondary: '#7028b8', - accent: '#b87a28', + secondary: '#30333b', + accent: '#7028b8', neutral: '#999', info: '#2980b9', success: '#27ae60', @@ -44,6 +44,31 @@ module.exports = { '--rounded-box': '0rem', '--rounded-btn': '0rem', }, + admin: { + primary: '#53a5fb', + secondary: '#20cb98', + accent: '#b957ea', + neutral: '#EDEDED', + info: '#79e7f9', + success: '#70ea8d', + warning: '#ffd452', + error: '#ff5a5a', + 'base-100': '#202020', + 'base-200': '#3C3C3C', + 'base-300': '#303030', + 'base-content': '#fafafa', + 'primary-content': '#000', + 'secondary-content': '#000', + 'accent-content': '#000', + 'neutral-content': '#000', + 'info-content': '#000', + 'success-content': '#000', + 'warning-content': '#000', + 'error-content': '#000', + '--rounded-box': '0.1875rem', + '--rounded-btn': '0.1875rem', + '--border-btn': '1px', + }, }, ], },