osamanagi/filament-abyss-theme

An aesthetic Abyss theme for FilamentPHP

Fund package maintenance!
osamanagi

Installs: 546

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 2

Language:CSS

pkg:composer/osamanagi/filament-abyss-theme

1.0.1 2025-09-08 15:27 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Aesthetic Abyss theme for FilamentPHP.

Dashboard Light and Dark

Installation

You can install the package via composer:

composer require osamanagi/filament-abyss-theme

Add a new item to the input array of your vite.config.js file:

'vendor/osamanagi/filament-abyss-theme/resources/css/theme.css';

Run:

npm run build

Register the plugin on your panel (e.g. /app/Providers/Filament/AdminPanelProvider.php):

use Nagi\FilamentAbyssTheme\FilamentAbyssThemePlugin;

$panel
  ->plugin(FilamentAbyssThemePlugin::make())

You're all set!

Appearance

Dashboard Light Dashboard Dark
Dashboard Light Dashboard Dark

User Menu

User Menu Light User Menu Dark
User Menu Light User Menu Dark

Product

Create Product Light Create Product Dark
Create Product Light Create Product Dark

Notification

Notification Light Notification Dark
Notification Light Notification Dark

Order

Order List Light Order List Dark Create Order Light Create Order Dark
Order List Light Order List Dark Create Order Light Create Order Dark

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.