> ## Documentation Index
> Fetch the complete documentation index at: https://docs.devdeia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Filament Nord Theme

> A light and dark arctic Nord theme for Filament PHP.

<span className="inline-flex items-center gap-1 rounded-full border border-green-300 bg-green-50 px-3 py-1 text-xs font-semibold text-green-800 dark:border-green-700 dark:bg-green-950 dark:text-green-300">
  ★ Free · Open Source
</span>

<p className="mt-3 text-lg text-gray-600 dark:text-gray-300">
  A light and dark arctic <a href="https://www.nordtheme.com/">Nord</a>-palette theme for Filament panels.
</p>

<div className="flex flex-wrap gap-3 mt-4">
  <a href="https://github.com/andreia/filament-nord-theme" className="inline-flex items-center gap-2 rounded-lg bg-[#84C225] px-4 py-2 font-semibold text-white no-underline hover:opacity-90">
    View on GitHub →
  </a>
</div>

<img className="rounded-xl mt-8" src="https://raw.githubusercontent.com/andreia/filament-nord-theme/main/docs/dashboard.jpg" alt="Filament Nord Theme dashboard, light and dark" />

## Version compatibility

Use the version switcher above the sidebar to pick the docs matching your Filament version:

| Filament | Filament Nord Theme |
| -------- | ------------------- |
| 3.x      | 1.x                 |
| 4.x      | 2.x                 |
| 5.x      | 3.x (current)       |

## Requirements

* PHP 8.2+
* Filament 3, 4, or 5 (matching the table above)

Continue to **Installation** in the version you need, using the switcher above the sidebar.
