Abyss Theme
Aesthetic light on eyes Abyss theme for Filament apps
Author:
Osama Nagi
Documentation
Aesthetic Abyss theme for FilamentPHP.

#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!
| Dashboard Light | Dashboard Dark |
|---|---|
|
|
#User Menu
| User Menu Light | User Menu Dark |
|---|---|
|
|
#Product
| Create Product Light | Create Product Dark |
|---|---|
|
|
#Notification
| Notification Light | Notification Dark |
|---|---|
|
|
#Order
| 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
- Osama Nagi
- Andréia Bohner - For the inspiration
- All Contributors
#License
The MIT License (MIT). Please see License File for more information.
The author
Osama Nagi is a software engineer and open-source enthusiast. He is exploring new technologies and sharing his knowledge with the community.
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese