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

