Theme Inverness
A refined, premium theme for Filament inspired by Laravel's signature red aesthetic, featuring tight spacing, subtle shadows, and dynamic primary color accents. Designed for Filament v4 and v5.
Author:
Spykapps
Documentation

A refined, minimal Filament theme with tight spacing, subtle shadows, and Laravel-red accents. Designed for Filament v4 and v5.
#Screenshots
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
#Installation
composer require spykapps/theme-inverness
Then run the install command:
php artisan inverness:install
The 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
#Register the Plugin
Add the plugin to your panel provider:
use SpyApp\ThemeInverness\ThemeInvernessPlugin;
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugin(ThemeInvernessPlugin::make());
}
#Compile Assets
npm run build
#Features
- 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
#Credits
#License
The MIT License (MIT). Please see License File for more information.
The author
Spykapps is an open-source development wing focusing on building high-quality Laravel and FilamentPHP packages. We’re currently working on a collection of open-source tools aimed at improving developer experience, UI consistency, and workflow automation within the Filament ecosystem.
From the same author
Uppy Upload Form Field
A powerful chunked file upload field for Filament 4 & 5 using Uppy.js
Author:
Spykapps
Flat Theme
A simple theme for FilamentPHP based on flat design.
Author:
Spykapps
Passwordless Login
A highly customizable Filament 4 plugin for passwordless magic link authentication with login page, actions, resource management, and analytics widgets.
Author:
Spykapps
Theme Aberdeen
A refined, minimal Filament theme with tight spacing, subtle shadows, and Brand New Filament warm-amber accents. Designed for Filament v4 and v5.
Author:
Spykapps
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle
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





