andreia/filament-nord-theme

A minimalist Arctic Nord theme for FilamentPHP
47,471 138
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

Related Packages

irajul/filament-shadcn-theme

A configurable, shadcn-inspired theme plugin for Filament panels.

16,497 0
usamamuneerchaudhary/filament-command-palette

A Spotlight/CMD+K style command palette for quick navigation and actions across...

3,152 14
asosick/filament-layout-manager

Allow users to create & customize their own FilamentPHP pages composed of Livewi...

23,058 58
tomatophp/filament-icons

Picker & Table Column & Icons Provider for FilamentPHP

120,447 39