andreia / filament-nord-theme
A minimalist Arctic Nord theme for FilamentPHP
Fund package maintenance!
andreia
Installs: 23 767
Dependents: 1
Suggesters: 0
Security: 0
Stars: 127
Watchers: 2
Forks: 7
Open Issues: 4
Language:CSS
pkg:composer/andreia/filament-nord-theme
Requires
- php: ^8.2
- filament/filament: ^4.0
- illuminate/contracts: ^10.0|^11.0|^12.0
Requires (Dev)
- larastan/larastan: ^2.0.1||^3.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.10.0||^8.1.1
- orchestra/testbench: ^8.22.0||^9.0.0||^10.0.0
- pestphp/pest: ^2.1||^3.0
- pestphp/pest-plugin-arch: ^2.0||^3.0
- pestphp/pest-plugin-laravel: ^2.0||^3.0
- pestphp/pest-plugin-livewire: ^2.1||^3.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0||^2.0
- phpstan/phpstan-phpunit: ^1.0||^2.0
- dev-main
- 2.x-dev
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- 1.x-dev
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
- dev-dependabot/github_actions/actions/checkout-6
- dev-fix_styles
- dev-fix_styles_applied_to_another_panel
- dev-dependabot/github_actions/aglipanci/laravel-pint-action-2.6
- dev-filament4_support
- dev-update_theme
- dev-filament4
- dev-update_toggle_style
- dev-update_topnavigation_style
- dev-update_preset_dir
- dev-remove_deprectated_phpstan_config
- dev-update_libraries
- dev-add_postcss_nesting
- dev-fix_button_group_style
This package is auto-updated.
Last update: 2026-01-01 17:48:45 UTC
README
Filament Nord Theme
A light and dark arctic Nord theme for Filament PHP.
Version Compatibility
| Filament | Filament Nord Theme | Documentation |
|---|---|---|
| 3.x | 1.x | Check the docs |
| 4.x | 2.x | Current |
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
Dashboard
| Dashboard Light | Dashboard Dark |
|---|---|
|
|
User Menu
| User Menu Light | User Menu Dark |
|---|---|
|
|
Product
| Create Product Light | Create Product Dark |
|---|---|
|
|
Order
| Order List Light | Order List Dark | Create Order Light | Create Order Dark |
|---|---|---|---|
|
|
|
|










