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
Documentation

A refined, minimal Filament theme with tight spacing, subtle shadows, and Brand New Filament warm-amber accents. Designed for Filament v4 and v5.
#Screenshots
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
#Installation
composer require spykapps/theme-aberdeen
Then run the install command:
php artisan aberdeen: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 aberdeen stylesheet import automatically
#Register the Plugin
Add the plugin to your panel provider:
use SpyApp\ThemeAberdeen\ThemeAberdeenPlugin;
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugin(ThemeAberdeenPlugin::make());
}
#Compile Assets
npm run build
#Features
- Tight border-radius — Clean 4px corners throughout
- Refined shadows — Subtle, layered box-shadows for light & dark modes
- Filament warm-amber 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 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
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
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission
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





