Qt5 Theme plugin screenshot
Dark mode ready
No multilingual support
Supports v5.x

Qt5 Theme

Community

A Qt5-inspired desktop theme for Filament panels, with light and dark mode support.

Tags: Theme
Supported versions:
5.x 4.x
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the filament/ namespace. Review the source and install at your own risk. Found malware or an unresolved security issue the author won't address? Report it .
Khawar Mehfooz avatar Author: Khawar Mehfooz

Documentation

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.

The author

Khawar Mehfooz avatar Author: Khawar Mehfooz

I am a web developer specializing in PHP, Laravel, and FilamentPHP, along with WordPress and the MERN stack. I am based in Azad Kashmir, Pakistan, and most of my work is on the web and backend side. I care about open source because much of what I know came from other developers who shared their code for free, and I try to give back the same way. If something I build saves you time, that is the whole point.

Plugins
1