Add theme and color config

This commit is contained in:
chrox 2024-11-19 19:28:17 +01:00
parent 6fa043f340
commit 15939ce2fc
No known key found for this signature in database
GPG key ID: 07EA917B97209AE3
42 changed files with 582 additions and 220 deletions

View file

@ -37,6 +37,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"tinycolor2": "^1.6.0",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
@ -45,6 +46,7 @@
"@types/node": "^20",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/tinycolor2": "^1.4.6",
"autoprefixer": "^10.4.20",
"cpx": "^1.5.0",
"cross-var": "^1.1.0",