🎨 Change App Theme
📋 Overview
Learn how to customize your app's color scheme and visual appearance.
🔄 Steps to Change Theme
1️⃣ Access Theme Settings
- Navigate to
lib/config/theme.dart
- Locate the color configuration section
- Update the color values with your desired theme
2️⃣ Apply Changes
- Save the theme file
- Rebuild the app to see changes
- Test on both light and dark modes
📝 Notes
- Maintain color contrast for accessibility
- Test theme changes across different screens
- Keep backup of original theme settings
Go to lib/ui/styles/colors.dart
and set your theme colors: