A refined, minimal Filament theme with tight spacing, subtle shadows, and Laravel-red accents. Designed for Filament v4 and v5.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
composer require spykapps/theme-invernessThen run the install command:
php artisan inverness:installThe command will:
- Detect your Filament panels (or ask you to choose one if multiple exist)
- Create a theme CSS file if one doesn't exist yet
- Add the Inverness stylesheet import automatically
Add the plugin to your panel provider:
use SpyApp\ThemeInverness\ThemeInvernessPlugin;
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugin(ThemeInvernessPlugin::make());
}npm run build- Tight border-radius — Clean 4px corners throughout
- Refined shadows — Subtle, layered box-shadows for light & dark modes
- Laravel-red accents — Primary buttons, active sidebar indicators, focus rings
- Compact spacing — Denser tables, sections, and form elements
- Dark mode — Full dark mode support with carefully tuned values
- Smooth transitions — 100ms/180ms transitions on interactive elements
The MIT License (MIT). Please see License File for more information.






