andreia / filament-nord-theme
A minimalist Arctic Nord theme for FilamentPHP
Package info
github.com/andreia/filament-nord-theme
Language:CSS
pkg:composer/andreia/filament-nord-theme
Fund package maintenance!
v3.2.0
2026-04-24 18:19 UTC
Requires
- php: ^8.2
- filament/filament: ^5.0
- illuminate/contracts: ^11.0|^12.0|^13.0
Requires (Dev)
- larastan/larastan: ^2.0.1||^3.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.10.0||^8.1.1
- orchestra/testbench: ^9.0.0||^10.0.0|^11.0
- pestphp/pest: ^3.0|^4.4
- pestphp/pest-plugin-arch: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0||^2.0
- phpstan/phpstan-phpunit: ^1.0||^2.0
- 3.x-dev
- v3.2.0
- v3.1.0
- v3.0.0
- 2.x-dev
- v2.1.0
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- 1.x-dev
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dependabot/github_actions/dependabot/fetch-metadata-3.1.0
- dev-dependabot/github_actions/ramsey/composer-install-4
- dev-update_libraries
- dev-fix_npm_run_v3
This package is auto-updated.
Last update: 2026-05-06 17:20:59 UTC
README
Filament Nord Theme
A light and dark arctic Nord theme for Filament PHP.
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
| Dashboard Light | Dashboard Dark |
|---|---|
|
|
User Menu
| User Menu Light | User Menu Dark |
|---|---|
|
|
Product
| Create Product Light | Create Product Dark |
|---|---|
|
|
Order
| Order List Light | Order List Dark | Create Order Light | Create Order Dark |
|---|---|---|---|
|
|
|
|










