pvc-explorer

PVC Explorer Branding Assets

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).

Logo Variants

Main Logos

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

Special Variants

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

Design Elements

Color Palette

Dark Theme:

Light Theme:

Design System

The logo features:

Usage Guidelines

Dark Mode (Primary)

Use logo.svg or logo-ui-bg.svg for:

Light Mode

Use logo-light.svg for:

Icon Only

Use logo-icon.svg for:

Wordmark

Use logo-wordmark.svg for:

Favicon

Use logo-favicon.svg for:

Integration Examples

In Web UI (Vue.js)

<!-- 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" />

In Markdown

![PVC Explorer](/pvc-explorer/docs/branding/logo.svg)

In HTML

<img src="docs/branding/logo.svg" alt="PVC Explorer logo" width="280">

Technical Specifications

Contributing to Branding

To suggest changes to the logo or branding assets:

  1. Open an issue describing the suggested change
  2. Include mockups or design rationale
  3. Wait for maintainer feedback before implementing

Keep in mind:

License

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.