spykapps/theme-inverness

A premium Filament theme with refined aesthetics, tight spacing, and Laravel-red accents.

Maintainers

👁 sanchitpatil

Package info

github.com/SpykApp/theme-inverness

Homepage

Language:CSS

pkg:composer/spykapps/theme-inverness

Fund package maintenance!

SpykApp

Statistics

Installs: 1 492

Dependents: 1

Suggesters: 0

Stars: 3

Open Issues: 0

v1.0.0 2026-02-26 12:42 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

proprietary da9340cee813b029f0c549d9fff054f3154fc21f

  • SpyKapps <hello.woop@spykapps.com>

themelaravelfilamentfilament-pluginspykappsinverness

This package is auto-updated.

Last update: 2026-06-25 09:50:15 UTC


README

👁 Screenshot

👁 Packagist Version
👁 Total Downloads
👁 Laravel 12
👁 PHP 8.3
👁 License

Inverness - A Premium Filament Theme by Spykapps

A refined, minimal Filament theme with tight spacing, subtle shadows, and Laravel-red accents. Designed for Filament v4 and v5.

Screenshots

👁 Dashboard
👁 Table View
👁 Form View
👁 Dark Mode
👁 Sidebar Active
👁 Modal View

Installation

composer require spykapps/theme-inverness

Then run the install command:

php artisan inverness: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 Inverness stylesheet import automatically

Register the Plugin

Add the plugin to your panel provider:

use SpyApp\ThemeInverness\ThemeInvernessPlugin;

public function panel(Panel $panel): Panel
{
 return $panel
 // ...
 ->plugin(ThemeInvernessPlugin::make());
}

Compile Assets

npm run build

Features

  • Tight border-radius — Clean 4px corners throughout
  • Refined shadows — Subtle, layered box-shadows for light & dark modes
  • Laravel-red 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.