Edit

The @opencenter/headlamp-plugin-branding plugin provides custom OpenCenter logos and themes for the Headlamp Kubernetes dashboard.

Features

  • Custom OpenCenter logos (light and dark variants)

  • Two complete themes:

    • Cloud Day — light theme

    • Abyssal Night — dark theme

  • No Headlamp fork required — pure plugin integration

Installation

Build the plugin and load it into your Headlamp instance:

cd plugins/branding
bun run build

The built plugin is output to plugins/branding/dist/. Copy the dist folder to your Headlamp plugins directory.

Development

cd plugins/branding
bun run start    # Development server with hot reload
bun run test     # Run tests
bun run lint     # Lint source