Theme Edinburgh plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Theme Edinburgh

Community

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.

Tags: Theme
Supported versions:
5.x 4.x
Spykapps avatar Author: Spykapps

Package health

Beta

Automated checks of this plugin's Composer package

92 / 100
Security 85
Maintenance 100
Ecosystem 100
13 checks
  • Passed: Current Laravel version supported — Package dependencies resolve together with current Laravel 13.0.
  • Passed: Current PHP version supported — Constraint ^8.1 supports current PHP 8.5.
  • Skipped: Current Symfony version supported
  • Passed: Abandoned or archived — No consulted source marks the package abandoned (packagist, github).
  • Passed: Commit and release recency — Active: last commit 113 days ago; last release 126 days ago.
  • Passed: composer.lock not committed by library composer.lock is absent from the released dist archive.
  • Passed: Dist archive is lean
  • Skipped: GitHub Actions pinned to SHA
  • Passed: Open security advisories
  • Passed: Dependabot PR responsiveness — No open Dependabot PRs.
  • Skipped: Dependabot or Renovate configured
  • Skipped: Dependency update cooldown configured
  • Failed: Provides a security policy View details on Plumb
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the filament/ namespace. Review the source and install at your own risk. Found malware or an unresolved security issue the author won't address? Report it .
Powered by Plumb Last scanned 8 hours ago

Documentation

Screenshot

Packagist Version Total Downloads Laravel 12 PHP 8.3 License

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

Dashboard Table View
Form View Dark Mode
Sidebar Active Modal View

#Installation

composer require spykapps/theme-edinburgh

Then run the install command:

php artisan edinburgh:install

The command will:

  1. Detect your Filament panels (or ask you to choose one if multiple exist)
  2. Create a theme CSS file if one doesn't exist yet
  3. 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.