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(5mo ago)1714.6k↓14.9%7[2 PRs](https://github.com/resmatech/filament-awin-theme/pulls)MITCSSPHP ^8.2

Since Aug 19Pushed 5mo ago1 watchersCompare

[ 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 1mo 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

46

—

FairBetter than 93% of packages

Maintenance69

Regular maintenance activity

Popularity37

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

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

179d 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

[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

246177.6k7](/packages/awcodes-filament-quick-create)[mradder/filament-logger

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

141.1k](/packages/mradder-filament-logger)[a909m/filament-statefusion

Filament StateFusion is a powerful FilamentPHP plugin that seamlessly integrates Spatie Laravel Model States into the Filament admin panel. This package provides an intuitive way to manage model states, transitions, and filtering within Filament, enhancing the user experience and developer productivity.

3010.8k1](/packages/a909m-filament-statefusion)[inerba/filament-db-config

A Filament plugin for database-backed application settings and editable content, with caching and easy page generation.

329.1k](/packages/inerba-filament-db-config)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

303.2k](/packages/caresome-filament-neobrutalism-theme)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)

PHPackages © 2026

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