PHPackages                             skylence/filament5-glass-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. skylence/filament5-glass-theme

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

skylence/filament5-glass-theme
==============================

A modern glassmorphism theme for FilamentPHP.

v1.0.0(5mo ago)04.2k↓88.5%1proprietaryPHPPHP ^8.2

Since Jan 24Pushed 4mo agoCompare

[ Source](https://github.com/skylence-be/filament-glass-theme)[ Packagist](https://packagist.org/packages/skylence/filament5-glass-theme)[ Docs](https://skylence.dev)[ RSS](/packages/skylence-filament5-glass-theme/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (8)Versions (5)Used By (1)

Glass Theme for Filament
========================

[](#glass-theme-for-filament)

A glassmorphism theme for Filament v4/v5 with Iconoir icons included.

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

[](#installation)

```
composer require skylence/glass-theme
```

Usage
-----

[](#usage)

Add the theme to your Filament panel:

```
use Skylence\GlassTheme\GlassTheme;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugin(GlassTheme::make());
}
```

Configuration
-------------

[](#configuration)

You can customize which features the theme applies:

```
GlassTheme::make()
    ->withSuggestedColors(false)  // Disable theme colors
    ->withSuggestedFont(false)    // Disable Manrope font
    ->withSuggestedIcons(false)   // Disable Iconoir icons
```

Features
--------

[](#features)

- **Glassmorphism Design** - Transparent backgrounds with backdrop blur effects
- **Iconoir Icons** - 1680+ icons mapped to Filament components
- **Custom Colors** - Curated color palette (Blue primary, Indigo secondary, Lime success, Yellow warning, Rose danger)
- **Manrope Font** - Clean, modern typography

Building CSS
------------

[](#building-css)

This theme uses Tailwind CSS. To build the theme CSS:

```
npm install
npm run build
```

License
-------

[](#license)

MIT

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance73

Regular maintenance activity

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~5 days

Total

4

Last Release

147d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ad0eeb3e0f0183e243d7edf649313243750f8048918eb00c9c041c5dc379149?d=identicon)[skylence](/maintainers/skylence)

---

Top Contributors

[![jonasvanderhaegen-xve](https://avatars.githubusercontent.com/u/216873699?v=4)](https://github.com/jonasvanderhaegen-xve "jonasvanderhaegen-xve (1 commits)")

---

Tags

laravelpackagelaravelcleanthemefilamentcorporatemodernglassglassmorphism

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/skylence-filament5-glass-theme/health.svg)

```
[![Health](https://phpackages.com/badges/skylence-filament5-glass-theme/health.svg)](https://phpackages.com/packages/skylence-filament5-glass-theme)
```

###  Alternatives

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12453.6k](/packages/jibaymcs-filament-tour)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

197.8k19](/packages/wsmallnews-filament-nestedset)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k3](/packages/tapp-filament-form-builder)[cocosmos/filament-quick-add-select

Instantly create and select new options in Filament relationship selects without opening modals

168.0k](/packages/cocosmos-filament-quick-add-select)

PHPackages © 2026

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