aethex-studio/app
Claude ebd535f106
Add theme customization system with 5 themes
Implemented comprehensive theme switching:
- 5 beautiful themes: Dark, Light, Synthwave, Forest, Ocean
- Persistent theme preference in localStorage
- Theme switcher in toolbar with descriptions
- Custom CSS variables for each theme
- Smooth theme transitions
- Mobile-friendly theme selector

Users can now customize their IDE appearance to match their preference.
2026-01-17 22:24:34 +00:00
..
App.tsx modified: .next/server/server-reference-manifest.json 2026-01-17 21:32:45 +00:00
globals.css Add theme customization system with 5 themes 2026-01-17 22:24:34 +00:00
index.html new file: .next/cache/config.json 2026-01-17 05:02:00 +00:00
layout.tsx new file: .next/cache/config.json 2026-01-17 05:02:00 +00:00
main.css new file: .next/cache/config.json 2026-01-17 05:02:00 +00:00
page.tsx modified: .next/server/server-reference-manifest.json 2026-01-17 21:32:45 +00:00