Files
gitprofile/src/constants/default-custom-theme.tsx
2024-01-20 18:24:26 +06:00

10 lines
209 B
TypeScript

export const DEFAULT_CUSTOM_THEME = {
primary: '#fc055b',
secondary: '#219aaf',
accent: '#e8d03a',
neutral: '#2A2730',
'base-100': '#E3E3ED',
'--rounded-box': '3rem',
'--rounded-btn': '3rem',
};