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(3mo ago)03.8k↓50%proprietaryPHPPHP ^8.2

Since Jan 24Pushed 3mo agoCompare

[ Source](https://github.com/skylence-be/filament5-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 1mo ago

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

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

43

—

FairBetter than 91% of packages

Maintenance80

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community6

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

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

laravelcleanthemefilamentcorporatemodernglassglassmorphism

###  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

[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[jibaymcs/filament-tour

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

12247.8k](/packages/jibaymcs-filament-tour)[aymanalhattami/filament-context-menu

context menu (right click menu) for filament

9838.0k](/packages/aymanalhattami-filament-context-menu)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)

PHPackages © 2026

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