Skip to main content

🎨 Change App Theme

📋 Overview

Learn how to customize your app's color scheme and visual appearance.

🔄 Steps to Change Theme

1️⃣ Access Theme Settings

  1. Navigate to lib/config/theme.dart
  2. Locate the color configuration section
  3. Update the color values with your desired theme

2️⃣ Apply Changes

  1. Save the theme file
  2. Rebuild the app to see changes
  3. 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:

e-School SaaS