spykapps/theme-aberdeen
A premium Filament theme with refined aesthetics, tight spacing, and Brand New Filament warm-amber accents.
2,167
7
| Install | |
|---|---|
composer require spykapps/theme-aberdeen |
|
| Latest Version: | v1.0.1 |
| PHP: | ^8.1 |
| License: | MIT |
| Last Updated: | Mar 25, 2026 |
| Links: | GitHub · Packagist |
Maintainer: sanchitpatil

Aberdeen - A Premium Filament Theme by Spykapps
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.
Related Packages
spykapps/theme-inverness
A premium Filament theme with refined aesthetics, tight spacing, and Laravel-red...
3,033
3
spykapps/theme-edinburgh
A royal Filament theme inspired by Edinburgh's Old Town — stone-gray surfaces, b...
6,289
3
khoirulaksara/awrel
Premium dashboard theme plugin for Filament v5 with micro-interactions, skeleton...
21
0





