spykapps/theme-aberdeen
Aberdeen is a refined, minimal Filament theme with tight spacing, subtle shadows, warm-amber accents, compact UI elements, smooth transitions, and full dark mode support. Built for Filament v4/v5; install via artisan command and register as a panel plugin.

A refined, minimal Filament theme with tight spacing, subtle shadows, and Brand New Filament warm-amber accents. Designed for Filament v4 and v5.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
composer require spykapps/theme-aberdeen
Then run the install command:
php artisan aberdeen:install
The command will:
Add the plugin to your panel provider:
use SpyApp\ThemeAberdeen\ThemeAberdeenPlugin;
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugin(ThemeAberdeenPlugin::make());
}
npm run build
The MIT License (MIT). Please see License File for more information.
How can I help you explore Laravel packages today?