osamanagi/filament-abyss-theme

An aesthetic Abyss theme for FilamentPHP
3,645 3
Install
composer require osamanagi/filament-abyss-theme
Latest Version:1.0.1
PHP:^8.2
License:MIT
Last Updated:Apr 21, 2026
Links: GitHub  ·  Packagist
Maintainer: OsamaNagi

Filament Abyss Theme

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

User Menu

Product

Notification

Order

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.

Related Packages

andreia/filament-nord-theme

A minimalist Arctic Nord theme for FilamentPHP

47,471 138
irajul/filament-shadcn-theme

A configurable, shadcn-inspired theme plugin for Filament panels.

16,497 0
usamamuneerchaudhary/filament-notifier

A powerful notification system for FilamentPHP that handles multi-channel notifi...

2,265 35
tomatophp/filament-icons

Picker & Table Column & Icons Provider for FilamentPHP

120,447 39
asosick/filament-layout-manager

Allow users to create & customize their own FilamentPHP pages composed of Livewi...

23,058 58