Color Themes All color themes are available for use in the navbar while navy is the default.
Important Notes: If the theme prop is set to none, the navbar will have a transparent background.Reference the schema for all options. Navbar schema
Demo
Twig
{% include '@bolt-components-navbar/navbar.twig' with {
  theme: 'gray-xlight',
  ...
} only %}
HTML
Not available in plain HTML. Please use Twig.