notwonderful/filament-moonlight-theme

Moonlight dark theme for Filament PHP - A serene dark theme inspired by JetBrains Moonlight Theme

Maintainers

Package info

github.com/notwonderful/filament-moonlight-theme

Language:CSS

pkg:composer/notwonderful/filament-moonlight-theme

Statistics

Installs: 139

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

1.0.3 2026-02-19 22:38 UTC

This package is auto-updated.

Last update: 2026-03-19 22:54:00 UTC


README

🌙 Filament Moonlight Theme

PHP Version Filament Version License

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

Users List

📝 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