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.1.0(3mo ago)13334.7k↓23.4%10[3 PRs](https://github.com/andreia/filament-nord-theme/pulls)1MITCSSPHP ^8.2CI passing

Since Dec 8Pushed 1mo 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 2.x Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (22)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.xCurrent5.x3.x[Check the docs](https://github.com/andreia/filament-nord-theme/tree/3.x)Installation
------------

[](#installation)

```
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!

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

56

—

FairBetter than 98% of packages

Maintenance86

Actively maintained with recent releases

Popularity45

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 75.4% 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 ~23 days

Recently: every ~11 days

Total

20

Last Release

91d 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.1.02026-02-16

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

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d0402fb770bca016dd6ee6a925501e0224783f1e5907788aee0ba7bc31c01ee?d=identicon)[andreiabohner](/maintainers/andreiabohner)

---

Top Contributors

[![andreia](https://avatars.githubusercontent.com/u/38911?v=4)](https://github.com/andreia "andreia (46 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 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-themephpthemephplaravelthemefilamentfilamentphpfilament-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

[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)[filafly/brisk

A simple, friendly theme for Filament.

2211.9k1](/packages/filafly-brisk)[openplain/filament-shadcn-theme

Shadcn UI theme for Filament - Beautiful color themes with the iconic Shadcn design system

4420.0k4](/packages/openplain-filament-shadcn-theme)[tomatophp/filament-plugins

Manage your modules as a plugin system with plugin generator

644.7k2](/packages/tomatophp-filament-plugins)

PHPackages © 2026

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