spykapps/theme-inverness
Composer 安装命令:
composer require spykapps/theme-inverness
包简介
A premium Filament theme with refined aesthetics, tight spacing, and Laravel-red accents.
README 文档
README
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
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Installation
composer require spykapps/theme-inverness
Then run the install command:
php artisan inverness: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 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.
统计信息
- 总下载量: 1.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-02-26






