This directory contains official logo and branding assets for PVC Explorer. All files are available under the same license as the project (Apache License 2.0).
| File | Purpose | Background | Use Case |
|---|---|---|---|
logo.svg |
Primary dark logo | Dark (#1e2130) with grid | Dark backgrounds, GitHub, documentation |
logo-light.svg |
Primary light logo | Light (#f1f5f9) with grid | Light backgrounds, light mode UIs |
logo-no-bg.svg |
Transparent variant | Transparent | UI overlays, badges, complex layouts |
logo-ui-bg.svg |
UI integrated | Dark (#1e2130) to match sidebar | Web UI, dashboards |
| File | Purpose | Size | Use Case |
|---|---|---|---|
logo-icon.svg |
Icon only (no text) | Flexible (cropped to 420×300) | Favicons, app icons, badges |
logo-wordmark.svg |
Horizontal wordmark | 900×200 | Headers, banners, horizontal layouts |
logo-favicon.svg |
Small favicon | 64×64 | Browser tabs, favorites |
Dark Theme:
#326CE5 (Kubernetes blue)#00CFFF (magnifying glass glow, active highlights)#22C55E (active/enabled state)#1E3660 (inactive borders)#1e2130 (dark UI background)#2a3348 (subtle grid lines)Light Theme:
#2563eb (lighter Kubernetes blue)#8b5cf6 (light mode accent)#f1f5f9 (light slate)#cbd5e1 (visible grid lines)The logo features:
Use logo.svg or logo-ui-bg.svg for:
Use logo-light.svg for:
Use logo-icon.svg for:
Use logo-wordmark.svg for:
Use logo-favicon.svg for:
<!-- Transparent variant for UI overlays -->
<img src="/logo.svg" class="logo" />
<!-- Responsive dark/light mode -->
<img src="logo.svg" class="dark-only" />
<img src="logo-light.svg" class="light-only" />

<img src="docs/branding/logo.svg" alt="PVC Explorer logo" width="280">
To suggest changes to the logo or branding assets:
Keep in mind:
All branding assets are provided under the Apache License 2.0. You are free to use, modify, and redistribute these assets in accordance with the license terms.