notwonderful/filament-moonlight-theme
A serene dark theme for Filament PHP, inspired by the beautiful Moonlight theme for JetBrains IDEs.
Reduce eye strain with soothing colors designed for comfortable filament panel usage.
composer require notwonderful/filament-moonlight-theme
In your Filament panel provider:
use notwonderful\FilamentMoonlightTheme\MoonlightTheme;
public function panel(Panel $panel): Panel
{
return $panel
// ...your existing config
->plugin(MoonlightTheme::make());
}
After registering the plugin, publish and build the assets:
php artisan filament:assets
That's it! The theme will only apply in dark mode
Please see CHANGELOG.md for more information on what has changed recently.
This theme is based on the beautiful Moonlight theme for JetBrains IDEs created by Francisco Marín (@franmc01).
The MIT License (MIT). Please see License File for more information.
If you like this theme, please consider giving it a star ⭐ on GitHub!
Made with ❤️ by notwonderful Inspired by Francisco Marín's Moonlight Theme for JetBrains
How can I help you explore Laravel packages today?