andreia/filament-nord-theme

A minimalist Arctic Nord theme for FilamentPHP
43,101 136
Install
composer require andreia/filament-nord-theme
Latest Version:v3.2.0
PHP:^8.2
License:MIT
Last Updated:Jun 21, 2026
Links: GitHub  ·  Packagist
Maintainer: andreiabohner

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Filament Nord Theme

A light and dark arctic Nord theme for Filament PHP.

Dashboard Light and Dark

Version Compatibility

Filament Filament Nord Theme Documentation
3.x 1.x Check the docs
4.x 2.x Check the docs
5.x 3.x Current

Installation

composer require andreia/filament-nord-theme:"^3.0"

Register the plugin on your panel (e.g. /app/Providers/Filament/AdminPanelProvider.php):

use Andreia\FilamentNordTheme\FilamentNordThemePlugin;

$panel
  ->plugin(FilamentNordThemePlugin::make())

Publish the theme assets:

php artisan filament:assets

Also add the line to import the Nord theme on your custom Filamenttheme.css (eg. resources/css/filament/admin/theme.css):

 @import '../../../../vendor/filament/filament/resources/css/theme.css';
 @import '../../../../vendor/andreia/filament-nord-theme/resources/css/theme.css';

and run:

npm run build

You're all set!

Appearance

Dashboard

User Menu

Product

Order