Theme Edinburgh
A regal Filament theme inspired by Edinburgh's Old Town, stone-gray surfaces, brass accents, heavy borders, gradient sidebars, and ornate corner bracket details. Designed for Filament v4 and v5.
Author:
Spykapps
Documentation

A regal Filament theme inspired by Edinburgh's Old Town, stone-gray surfaces, brass accents, heavy borders, gradient sidebars, and ornate corner bracket details. Designed for Filament v4 and v5.
#Screenshots
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
#Installation
composer require spykapps/theme-edinburgh
Then run the install command:
php artisan edinburgh: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 Edinburgh stylesheet import automatically
#Register the Plugin
Add the plugin to your panel provider:
use SpyApp\ThemeEdinburgh\ThemeEdinburghPlugin;
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugin(ThemeEdinburghPlugin::make());
}
#Compile Assets
npm run build
#Features
- Stone & brass palette — Warm sandstone surfaces with aged brass gold accents
- Gradient sidebar — Subtle top-to-bottom gradient mimicking old stone walls
- Brass crown borders — 3px brass top-borders on modals, dropdowns, and auth cards
- Left-border navigation — Sidebar items use left-border indicators instead of background fills
- Corner brackets — Ornate L-shaped brass brackets on sections and stat cards
- Recessed inputs — Inset shadows for a carved-into-stone feel
- Gradient buttons — Primary buttons with polished brass gradient and inner glow
- Heavy table headers — Background-filled headers with double bottom borders
- Dark mode — Deep warm-black tones with brighter brass for contrast
- Circular avatars — Round avatars with 2px border and brass hover ring
#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
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





