🏛 Zeba Academy Palette

A curated academic-inspired Flutter color palette designed for literary, manuscript, journal, and scholarly UI themes.


✨ Features

  • 🎨 12 Academic Color Constants
  • 🌗 Prebuilt Light & Dark ThemeData
  • 📦 Zero-dependency micro-package
  • 🧩 Fully compatible with Material 3

📦 Installation

Add the package to your pubspec.yaml:

dependencies:
  zeba_academy_palette: ^0.0.1

Then run:

flutter pub get

💡 Usage

Import the package:

import 'package:zeba_academy_palette/zeba_academy_palette.dart';

Apply the academic theme:

MaterialApp(
  theme: ZebaAcademyTheme.lightTheme(),
);

🎨 Example Color Usage

Container(
  color: ZebaAcademyTheme.zebaPaper,
  child: const Text(
    'Scholarly Content',
    style: TextStyle(
      color: ZebaAcademyTheme.zebaInk,
    ),
  ),
);

📚 Design Philosophy

Zeba Academy Palette is designed to reflect:

  • Manuscript-style backgrounds
  • Print-inspired ink tones
  • Scholarly blue accents
  • Elegant, distraction-free reading environments

This package enables any Flutter application to instantly adopt a refined academic visual identity.

Libraries

zeba_academy_palette
Zeba Academy Palette