notwonderful / filament-moonlight-theme
Moonlight dark theme for Filament PHP - A serene dark theme inspired by JetBrains Moonlight Theme
Package info
github.com/notwonderful/filament-moonlight-theme
Language:CSS
pkg:composer/notwonderful/filament-moonlight-theme
Requires
- php: ^8.1
- filament/filament: ^4.0|^5.0
README
🌙 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.
Installation
1. Install the package via Composer:
composer require notwonderful/filament-moonlight-theme
2. Register the Plugin
In your Filament panel provider:
use notwonderful\FilamentMoonlightTheme\MoonlightTheme; public function panel(Panel $panel): Panel { return $panel // ...your existing config ->plugin(MoonlightTheme::make()); }
3. Publish and Build Assets
After registering the plugin, publish and build the assets:
php artisan filament:assets
That's it! The theme will only apply in dark mode
Screenshots
📝 Changelog
Please see CHANGELOG.md for more information on what has changed recently.
🙏 Credits
This theme is based on the beautiful Moonlight theme for JetBrains IDEs created by Francisco Marín (@franmc01).
📄 License
The MIT License (MIT). Please see License File for more information.
⭐ Support
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