@angularforge/command-palette
Theming
Override CSS custom properties to match your design system.
af-command-palette element. Light and dark defaults ship out of the box. Override them globally or scoped to the element:
--af-command-palette-bg | #ffffff | |
--af-command-palette-color | #0f172a | |
--af-command-palette-border | rgba(0,0,0,0.1) | |
--af-command-palette-shadow | 0 25px 50px … | |
--af-command-palette-radius | 14px | |
--af-command-palette-width | 640px | |
--af-command-palette-backdrop | rgba(0,0,0,0.45) | |
--af-command-palette-muted | #94a3b8 | |
--af-command-palette-item-active-bg | rgba(99,102,241,0.1) | |
--af-command-palette-item-active-color | #4f46e5 | |
--af-command-palette-focus-ring | #6366f1 | |
--af-command-palette-footer-bg | transparent |
af-command-palette {
--af-command-palette-item-active-bg: rgba(16, 185, 129, 0.12);
--af-command-palette-item-active-color: #059669;
--af-command-palette-focus-ring: #10b981;
--af-command-palette-radius: 8px;
}