Nord theme plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Nord theme

Community

Dark and light arctic Nord theme.

Tags: Theme Panels
Supported versions:
5.x 4.x 3.x
Andréia Bohner avatar Author: Andréia Bohner

Package health

Beta

Automated checks of this plugin's Composer package

74 / 100
Security 58
Maintenance 90
Ecosystem 100
13 checks
  • Passed: Current Laravel version supported — Package dependencies resolve together with current Laravel 13.0.
  • Passed: Current PHP version supported — Constraint ^8.2 supports current PHP 8.5.
  • Skipped: Current Symfony version supported
  • Passed: Abandoned or archived — No consulted source marks the package abandoned (packagist, github).
  • Passed: Commit and release recency — Active: last commit 65 days ago; last release 77 days ago.
  • Passed: composer.lock not committed by library — composer.lock is absent from the released dist archive.
  • Warning: Dist archive is lean
  • Failed: GitHub Actions pinned to SHA View details on Plumb
  • Passed: Open security advisories
  • Passed: Dependabot PR responsiveness — No stale Dependabot PRs.
  • Warning: Dependabot or Renovate configured — Updater is configured but does not cover the Composer ecosystem.
  • Failed: Dependency update cooldown configured No cooldown configured in .github/dependabot.yml. View details on Plumb
  • Passed: SECURITY.md present
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the filament/ namespace. Review the source and install at your own risk. Found malware or an unresolved security issue the author won't address? Report it .
Powered by Plumb Last scanned 12 hours ago

Documentation

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

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 Current
4.x 2.x Check the docs

#Installation

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

To install the theme's required JS libraries (install TailwindCSS plugins: forms, typography, and also postcss, and autoprefixer. Create postcss.config.js if it not exists yet), run:

php artisan filament-nord-theme:install

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())

#Appearance

#Dashboard

Dashboard Light Dashboard Dark
Dashboard Light Dashboard Dark

#User Menu

User Menu Light User Menu Dark
User Menu Light User Menu Dark

#Product

Create Product Light Create Product Dark
Create Product Light Create Product Dark

#Order

Order List Light Order List Dark Create Order Light Create Order Dark
Order List Light Order List Dark Create Order Light Create Order Dark