PHPackages                             resma/filament-awin-theme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. resma/filament-awin-theme

ActiveLibrary[Admin Panels](/categories/admin)

resma/filament-awin-theme
=========================

A modern, responsive, and customizable theme for FilamentPHP, designed to elevate your admin panel with a sleek interface and seamless user experience.

v1.1.4(7mo ago)1820.8k↑26.1%10[3 issues](https://github.com/resmatech/filament-awin-theme/issues)[2 PRs](https://github.com/resmatech/filament-awin-theme/pulls)MITCSSPHP ^8.2

Since Aug 19Pushed 7mo agoCompare

[ Source](https://github.com/resmatech/filament-awin-theme)[ Packagist](https://packagist.org/packages/resma/filament-awin-theme)[ Docs](https://github.com/resmatech/filament-awin-theme)[ RSS](/packages/resma-filament-awin-theme/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (6)Dependencies (3)Versions (8)Used By (0)

Awin Theme - A Sleek FilamentPHP Theme
======================================

[](#awin-theme---a-sleek-filamentphp-theme)

A **modern, responsive, and customizable** theme for FilamentPHP, designed to elevate your admin panel with a sleek interface and seamless user experience. Perfect for developers who want a professional look with minimal setup.

✨ Features
----------

[](#-features)

- **Dark/Light Mode** – Toggle between elegant color schemes
- **FilamentPHP v4 Ready** – Fully compatible with the latest version
- **Fully Responsive** – Works flawlessly on all devices
- **Tailwind CSS/Sass** – Easy to customize and extend
- **Plug &amp; Play** – Install and activate in minutes

Installation
------------

[](#installation)

### 1. Install via Composer

[](#1-install-via-composer)

```
composer require resma/filament-awin-theme
```

### 2. Add CSS to Vite

[](#2-add-css-to-vite)

In your `vite.config.js`, include the theme's CSS:

```
input: [
    // ...existing files,
    'vendor/resma/filament-awin-theme/resources/css/theme.css'
],
```

Then rebuild assets:

```
npm run build
```

### 3. Register the Plugin

[](#3-register-the-plugin)

In your panel provider:

```
use Resma\FilamentAwinTheme\FilamentAwinTheme;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...your existing config
        ->plugins([
            FilamentAwinTheme::make(),
        ]);
}
```

🎨 Customizing the Primary Color
-------------------------------

[](#-customizing-the-primary-color)

The `FilamentAwinTheme` plugin allows you to set a custom primary color for your Filament panel.

### Using Filament’s Built-in Color Palettes

[](#using-filaments-built-in-color-palettes)

Filament provides predefined color palettes with proper shades (e.g. `500`, `600`, `700`), which are recommended for consistent UI.

```
use Resma\FilamentAwinTheme\FilamentAwinTheme;
use Filament\Support\Colors\Color;

$panel
    ->plugins([
        FilamentAwinTheme::make()
            ->primaryColor(Color::Emerald), // Use Filament's Emerald color palette
    ]);
```

### Using a Custom Hex Color

[](#using-a-custom-hex-color)

You can also pass a single hex value if you don’t want to use a palette:

```
FilamentAwinTheme::make()
    ->primaryColor('#3b82f6'); // Custom blue color
```

Screenshots
-----------

[](#screenshots)

    [ ![Dashboard Dark](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Dashboard-dark.png) ](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Dashboard-dark.png)   [![Dashboard Light](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Dashboard-light.png)](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Dashboard-light.png)     [ ![Form Dark](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Form-dark.png) ](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Form-dark.png)   [![Form Light](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Form-light.png)](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Form-light.png)     [ ![Table Dark](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Table-dark.png) ](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Table-dark.png)   [![Table Light](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Table-light.png)](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Table-light.png)     [ ![Notifications Dark](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Notifications-dark.png) ](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Notifications-dark.png)   [![Notifications Light](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Notifications-light.png)](https://raw.githubusercontent.com/resmatech/filament-awin-theme/refs/heads/main/images/Notifications-light.png)   License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance60

Regular maintenance activity

Popularity39

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~18 days

Total

6

Last Release

224d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f92ae7adb3d35eeaea241b1f0d2883ddc157cc13644c86a6d0a4b90f043a50f0?d=identicon)[resma](/maintainers/resma)

---

Top Contributors

[![RebwarMustafa](https://avatars.githubusercontent.com/u/34364413?v=4)](https://github.com/RebwarMustafa "RebwarMustafa (23 commits)")[![sombathoudom](https://avatars.githubusercontent.com/u/56711477?v=4)](https://github.com/sombathoudom "sombathoudom (1 commits)")

---

Tags

laravelthemefilamentfilamentphpResmafilament-awin-theme

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/resma-filament-awin-theme/health.svg)

```
[![Health](https://phpackages.com/badges/resma-filament-awin-theme/health.svg)](https://phpackages.com/packages/resma-filament-awin-theme)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2317.1k](/packages/mradder-filament-logger)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[relaticle/custom-fields

User Defined Custom Fields for Laravel Filament

16354.2k](/packages/relaticle-custom-fields)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
