Qt5 Theme
CommunityA Qt5-inspired desktop theme for Filament panels, with light and dark mode support.
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
.
Author:
Khawar Mehfooz
Documentation
A Qt5-inspired desktop theme for Filament panels. Supports Filament v4 and v5.
#Screenshots

#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
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.
Featured Plugins
A selection of plugins curated by the Filament team
Noir Theme
A theme that gives panels a focused, refined look with near-black surfaces, crisp actions, and restrained color.
Filament
Soft Theme
A theme that gives panels a warm, approachable look with rounded shapes, gentle colors, and serif headings.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese