Search by

khwr / filament-qt5-theme

khwr

A Qt5-inspired desktop theme for Filament panels.

Package info

github.com/KhawarMehfooz/filament-qt5-theme

Language:CSS

pkg:composer/khwr/filament-qt5-theme

Statistics

Installs: 42

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

v1.0.4 2026-09-10 16:37 UTC

This package is auto-updated.

Last update: 2026-09-10 16:37:58 UTC


README

A Qt5-inspired desktop theme for Filament panels. Supports Filament v4 and v5.

Screenshots

Dashboard (light) Dashboard (dark) Orders table Products table Table (dark) Form

Installation

composer require khwr/filament-qt5-theme

Register the plugin on your panel:

use Khwr\FilamentQt5Theme\FilamentQt5ThemePlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugin(FilamentQt5ThemePlugin::make());
}

Publish the compiled assets:

php artisan filament:assets

Development

CSS source lives in resources/css. Build the published stylesheet with:

npm install
npm run build

License

MIT. See LICENSE.md.