You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dark theme functionality - convert to light-only mode
- Remove all dark: prefixed Tailwind CSS classes from entire codebase
- Clean 2D visualizations, shared components, playground components, and sections
- Remove ColorMode type and dark mode functions from ThemeContext
- Update copilot instructions to reflect light-only theme system
- Ensure consistent light theme across all UI components and visualizations
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ src/
32
32
33
33
## 🎨 Design System Guidelines
34
34
35
+
### **Theme System**
36
+
37
+
**⚠️ Important**: Code Executives operates exclusively in light mode. All dark theme functionality has been completely removed from the application. Use only light theme colors and classes.
38
+
35
39
### **Shared Theme System**
36
40
37
41
Code Executives uses a comprehensive shared theme system located in `src/utils/theme.ts` to ensure design consistency across all sections, pages, and components.
**⚠️ Important**: Code Executives operates exclusively in light mode. Do not use `dark:` prefixed Tailwind classes as they have been completely removed from the application.
0 commit comments