Arctic Nord Theme for Filament PHP

The Filament PHP ecosystem just got a fresh new look! I’m excited to introduce the Nord Theme for Filament PHP. This beautifully designed theme features both light and dark modes and is inspired by the popular Nord color palette.
If you’re looking for …


This content originally appeared on DEV Community and was authored by Andréia Bohner

The Filament PHP ecosystem just got a fresh new look! I'm excited to introduce the Nord Theme for Filament PHP. This beautifully designed theme features both light and dark modes and is inspired by the popular Nord color palette.
If you're looking for a clean, stylish, and visually soothing user interface for your Filament applications, this theme is your perfect match! ❄️ ⛄

Why the Nord Theme?

Nord is a beloved color palette derived from the icy blues, snowy tones of the Arctic and the mesmerizing hues of the Aurora Borealis. Designed for optimal readability and minimal eye strain, it blends Nordic aesthetics with cool, calming, and balanced dimmed pastel tones making it a ideal choice for a modern and elegant UI.

Nord theme palettes

This is the Filament Nord theme custom gray palette used to match the Nord's Polar Night and Snow Storm colors:

Custom Filament gray palette

Features of the Filament Nord Theme

🌙 Light and Dark Modes – Seamlessly switch between light and dark themes.

🎨 Consistent Nord Palette – Every UI element is carefully styled to match the Nord theme.

⚡ Easy Installation – Quickly set up the theme in your Filament project.

Installation

Getting started with the Filament Nord Theme is simple. You can install it via Composer:

composer require andreia/filament-nord-theme

To install the theme's required JS libraries (the forms, typography TailwindCSS plugins, and also postcss and autoprefixer) and create the postcss.config.js file 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'

Compile the assets with:

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 are all set!

Theme Preview

Here's a preview of what the Filament demo project looks like with the Nord Theme applied:

Filament Nord Theme preview

Screenshots

Every detail is carefully thought out to create a eye-comfortable, and clean feeling.

Rounded corners dashboard widgets dark

Rounded corners dashboard widgets light

Rounded corners buttons light

Rounded corners button and widgets light

You can check more screenshots on my blog.

Give it a try and let me know your thoughts! You can find the project on GitHub: Filament Nord Theme.

Happy theming! 💛 ✨


This content originally appeared on DEV Community and was authored by Andréia Bohner


Print Share Comment Cite Upload Translate Updates
APA

Andréia Bohner | Sciencx (2025-02-09T17:47:20+00:00) Arctic Nord Theme for Filament PHP. Retrieved from https://www.scien.cx/2025/02/09/arctic-nord-theme-for-filament-php/

MLA
" » Arctic Nord Theme for Filament PHP." Andréia Bohner | Sciencx - Sunday February 9, 2025, https://www.scien.cx/2025/02/09/arctic-nord-theme-for-filament-php/
HARVARD
Andréia Bohner | Sciencx Sunday February 9, 2025 » Arctic Nord Theme for Filament PHP., viewed ,<https://www.scien.cx/2025/02/09/arctic-nord-theme-for-filament-php/>
VANCOUVER
Andréia Bohner | Sciencx - » Arctic Nord Theme for Filament PHP. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/02/09/arctic-nord-theme-for-filament-php/
CHICAGO
" » Arctic Nord Theme for Filament PHP." Andréia Bohner | Sciencx - Accessed . https://www.scien.cx/2025/02/09/arctic-nord-theme-for-filament-php/
IEEE
" » Arctic Nord Theme for Filament PHP." Andréia Bohner | Sciencx [Online]. Available: https://www.scien.cx/2025/02/09/arctic-nord-theme-for-filament-php/. [Accessed: ]
rf:citation
» Arctic Nord Theme for Filament PHP | Andréia Bohner | Sciencx | https://www.scien.cx/2025/02/09/arctic-nord-theme-for-filament-php/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.