feat: change to dark mode theme

based on dracula midnight colors
This commit is contained in:
w33ble
2026-01-11 20:36:59 -07:00
parent 6d22f8860f
commit dde699e3f4
5 changed files with 74 additions and 55 deletions

View File

@@ -16,6 +16,7 @@
- Setting up the Vite/TypeScript/Tailwind environment.
## Active Decisions
- **Dark Mode Implementation**: Adopted a Dracula Midnight theme (`#21222c` background) as the primary interface style. Added custom Dracula color palette to `tailwind.config.js`.
- Using **Vite** for the build tool.
- Using **Vanilla TypeScript** to avoid framework overhead.
- Using **Vitest** for unit testing calculation logic.