| Install | |
|---|---|
composer require andreia/filament-nord-theme |
|
| Latest Version: | v3.1.0 |
| PHP: | ^8.2 |
A light and dark arctic Nord theme for Filament PHP.

| Filament | Filament Nord Theme | Documentation |
|---|---|---|
| 3.x | 1.x | Check the docs |
| 4.x | 2.x | Current |
| 5.x | 3.x | Check the docs |
composer require andreia/filament-nord-theme:"^2.0"
Add a new item to the input array of your vite.config.js file:
'vendor/andreia/filament-nord-theme/resources/css/theme.css'
Run:
npm run build
Register the plugin on your panel (e.g. /app/Providers/Filament/AdminPanelProvider.php):
use Andreia\FilamentNordTheme\FilamentNordThemePlugin;
$panel
->plugin(FilamentNordThemePlugin::make())
You're all set!
| Dashboard Light | Dashboard Dark |
|---|---|
|
|
| User Menu Light | User Menu Dark |
|---|---|
|
|
| Create Product Light | Create Product Dark |
|---|---|
|
|
| Order List Light | Order List Dark | Create Order Light | Create Order Dark |
|---|---|---|---|
|
|
|
|