Skip to main content

Density settings

The theme enables Filament’s dense schema spacing and compact supported components by default. Both can be disabled independently, per panel.

Via the plugin

Via the config file

Publish the config file to change the defaults for every panel that doesn’t override them explicitly:
config/filament-cappuccino-theme.php
Calling ->dense() or ->compact() on the plugin always takes priority over the config file.

Primary color palette

Pass any 50–950 color array — hex or OKLCH — to ->primaryColor() to override the default Cappuccino gold palette:
Use shade 600 for solid buttons and accents. That’s also the shade the mail theme installer bakes into the CSS when you run cappuccino-theme:install-mail — see Markdown Mail Theme.

Default gold palette

If you don’t call ->primaryColor(), the plugin falls back to this OKLCH gold palette:
ShadePreviewValue
50oklch(0.974 0.026 90.1)
100oklch(0.933 0.075 94.3)
200oklch(0.886 0.112 92.9)
300oklch(0.828 0.139 88.2)
400oklch(0.768 0.146 83.3)
500oklch(0.743 0.117 89.5)
600oklch(0.684 0.115 90.2)
700oklch(0.556 0.101 90.1)
800oklch(0.424 0.076 90.4)
900oklch(0.307 0.053 89.6)
950oklch(0.211 0.032 91.6)