v2.0.1
Fixed
- The palette is now fully theme-aware. Neutral colours use Filament's
--gray-*variables and the accent uses--primary-*directly. Filament v5 exposes these as full colours (consumed asvar(--…)); the accent previously used the v3/v4rgb(var(--primary-600))channel syntax, which is invalid in v5 and silently fell back to a hardcoded blue. The palette, topbar trigger, and global-search hint now match the panel's primary and gray theme in both light and dark mode. Hex fallbacks are kept for safety; neutral translucent overlays (backdrop, subtle hovers) remain untinted by design.
Upgrade: composer require xuanpablo/filament-palette:^2.0