初始化提交

This commit is contained in:
2025-09-14 02:05:42 +08:00
parent 1a3730454e
commit 9f94e92eaf
19 changed files with 385 additions and 322 deletions

View File

@@ -17,6 +17,14 @@ export default {
800: '#854D0E',
900: '#713F12',
},
// Light theme colors
light: {
background: '#FFFFFF',
panel: '#F8F9FA',
border: '#E9ECEF',
text: '#212529',
textSecondary: '#6C757D',
}
},
fontFamily: {
sans: ['Inter', 'system-ui', 'sans-serif'],