Files
WebUITest-RealProjecT/FrontEnd
arDTDev a7296be512 feat: Add theme system with 7 themes including Otaku and Pink Pink
- Implement ThemeContext with CSS variables for dynamic theming
- Add theme presets: Cyberpunk, Windows Classic, Dark Modern, Matrix, Industrial, Otaku Mode, Pink Pink
- Add theme selector UI in Footer with color preview
- Theme persists to localStorage
- Each theme has unique background effects, colors, and styling
- Otaku Mode: anime-style dark purple with pink/purple glow and star effects
- Pink Pink: cute pastel pink with heart pattern overlay

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 23:34:08 +09:00
..
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00
2025-11-25 20:14:41 +09:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1WUaQ4phJ_kZujzyiakV5X8RFgCwgaUDq

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev