PHPackages                             andreia/filament-nord-theme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. andreia/filament-nord-theme

ActiveLibrary[Templating &amp; Views](/categories/templating)

andreia/filament-nord-theme
===========================

A minimalist Arctic Nord theme for FilamentPHP

v3.2.0(3mo ago)13847.0k↓45.4%11[5 issues](https://github.com/andreia/filament-nord-theme/issues)[1 PRs](https://github.com/andreia/filament-nord-theme/pulls)1MITCSSPHP ^8.2CI passing

Since Dec 8Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/andreia/filament-nord-theme)[ Packagist](https://packagist.org/packages/andreia/filament-nord-theme)[ Docs](https://github.com/andreia/filament-nord-theme)[ GitHub Sponsors](https://github.com/andreia)[ RSS](/packages/andreia-filament-nord-theme/feed)WikiDiscussions 3.x Synced 2w ago

READMEChangelog (10)Dependencies (24)Versions (27)Used By (1)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9f41f12937063c33b945741b59c65835b283e6c56e1174329526124fdd2dbcc9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e64726569612f66696c616d656e742d6e6f72642d7468656d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andreia/filament-nord-theme)[![GitHub Tests Action Status](https://camo.githubusercontent.com/671b6c88ee1d3dd01170a74c4d8d48f37f74ffa4c21f2ab7bc8a9e583a58bd58/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616e64726569612f66696c616d656e742d6e6f72642d7468656d652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/andreia/filament-nord-theme/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://github.com/andreia/filament-nord-theme/actions/workflows/fix-php-code-style-issues.yml/badge.svg)](https://github.com/andreia/filament-nord-theme/actions/workflows/fix-php-code-style-issues.yml/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/8abaa924c9378e8510c1f7a4c7c84921e9ca5f4afcc6e8d3c3331e3eb715928f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e64726569612f66696c616d656e742d6e6f72642d7468656d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andreia/filament-nord-theme)

Filament Nord Theme
===================

[](#filament-nord-theme)

A light and dark arctic Nord theme for Filament PHP.

[![Dashboard Light and Dark](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/dashboard.jpg)](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/dashboard.jpg)

Version Compatibility
---------------------

[](#version-compatibility)

FilamentFilament Nord ThemeDocumentation3.x1.x[Check the docs](https://github.com/andreia/filament-nord-theme/tree/1.x)4.x2.x[Check the docs](https://github.com/andreia/filament-nord-theme/tree/2.x)5.x3.xCurrentInstallation
------------

[](#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 Filament`theme.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
----------

[](#appearance)

### Dashboard

[](#dashboard)

   Dashboard Light Dashboard Dark      [![Dashboard Light](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/dashboard_light.png)](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/dashboard_light.png)   [![Dashboard Dark](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/dashboard_dark.png)](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/dashboard_dark.png)   ### User Menu

[](#user-menu)

   User Menu Light User Menu Dark      [![User Menu Light](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/user_menu_light.png)](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/user_menu_light.png)   [![User Menu Dark](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/user_menu_dark.png)](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/user_menu_dark.png)   ### Product

[](#product)

   Create Product Light Create Product Dark      [![Create Product Light](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/product_create_light.png)](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/product_create_light.png)   [![Create Product Dark](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/product_create_dark.png)](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/product_create_dark.png)   ### Order

[](#order)

   Order List Light Order List Dark Create Order Light Create Order Dark      [![Order List Light](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/orders_light.png)](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/orders_light.png)   [![Order List Dark](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/orders_dark.png)](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/orders_dark.png)   [![Create Order Light](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/order_create_light.png)](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/order_create_light.png)   [![Create Order Dark](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/order_create_dark.png)](https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/order_create_dark.png)

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance83

Actively maintained with recent releases

Popularity47

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 78.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~24 days

Total

22

Last Release

106d ago

Major Versions

v1.0.8 → v2.0.02025-07-13

v1.0.9 → v2.0.22025-09-21

v1.0.10 → v2.0.32025-11-09

1.x-dev → v3.0.02026-01-26

2.x-dev → v3.2.02026-04-24

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/413354?v=4)[andreiabohner](/maintainers/andreiabohner)[@andreiabohner](https://github.com/andreiabohner)

---

Top Contributors

[![andreia](https://avatars.githubusercontent.com/u/38911?v=4)](https://github.com/andreia "andreia (61 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")[![alkoumi](https://avatars.githubusercontent.com/u/10585943?v=4)](https://github.com/alkoumi "alkoumi (1 commits)")[![mmonari](https://avatars.githubusercontent.com/u/131320557?v=4)](https://github.com/mmonari "mmonari (1 commits)")[![Rayiumir](https://avatars.githubusercontent.com/u/11635923?v=4)](https://github.com/Rayiumir "Rayiumir (1 commits)")

---

Tags

filamentfilament-pluginfilamentphplaravelnordnord-themephpthemethemesphplaravelthemefilamentfilamentphpfilament-themearcticnord-theme

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/andreia-filament-nord-theme/health.svg)

```
[![Health](https://phpackages.com/badges/andreia-filament-nord-theme/health.svg)](https://phpackages.com/packages/andreia-filament-nord-theme)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17861.9k3](/packages/stephenjude-filament-jetstream)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2324.4k1](/packages/mradder-filament-logger)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

278359.3k12](/packages/croustibat-filament-jobs-monitor)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

316.8k2](/packages/finity-labs-fin-mail)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17927.9k6](/packages/statikbe-laravel-filament-flexible-content-blocks)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
