Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 22 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,40 @@ This logo is trademarked and the property of the Open Home Foundation. This mean

## Structure

Each brand directory contains three asset variants, each with SVG and PNG formats:
Each brand directory contains files for print (eps, pdf) and screens (png, svg):

```
{brand}/
├── logomark/
│ ├── svg/
│ └── png/
├── wordmark/
│ ├── svg/
│ └── png/
└── lockup/
├── svg/
└── png/
├── print
├── lockup
├── inline
├── main
└── stacked
└── logomark
├── screen
├── lockup
├── inline
├── main
└── stacked
└── logomark
```

## Naming Convention

All files follow: `{variant}-{theme}.{ext}`
All files follow: `{brand}-{type}-{variant}-{theme}-{background}.{ext}`

- **Variants**: `logomark`, `wordmark`, `lockup`
- **Themes**: `color` (full color), `white` (reversed for dark backgrounds), `black` (monochrome)
- **Type**: `logomark`, `wordmark`, `lockup` (logomark + wordmark)
- **Variant**: `inline`, `main`, `stacked`
- **Themes**: `color` (full color), `monochrome` (one color)
- **Background**: `on-dark` (for dark backgrounds), `on-bright` (for bright backgrounds)

Examples:
- `open-home-foundation/logomark/svg/logomark-color.svg`
- `home-assistant/lockup/png/lockup-white.png`
- `music-assistant/wordmark/svg/wordmark-black.svg`
- `open-home-foundation/print/logomark/OHF-mark-color-on-bright-cmyk.eps`
- `home-assistant/screen/lockup/HA-lockup-main-color-on-dark.png`

## Adding a New Brand

1. Create a directory using the brand's kebab-case name (e.g., `my-project/`).
2. Add the `logomark/`, `wordmark/`, and `lockup/` subdirectories, each with `svg/` and `png/` folders.
3. Name files as `{variant}-{theme}.{ext}`.
2. Add the needed folder structure.
3. Name files as `{brand}-{type}-{variant}-{theme}-{background}.{ext}`.
4. Update the brands table in this README.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added esphome/print/logomark/ESPH-mark-color-cmyk.eps
Binary file not shown.
Binary file added esphome/print/logomark/ESPH-mark-color-cmyk.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions music-assistant/lockup/png/ma-lockup-main-color-on-dark.png
Diff not rendered.
3 changes: 0 additions & 3 deletions music-assistant/lockup/png/ma-lockup-main-color-on-light.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
25 changes: 0 additions & 25 deletions music-assistant/lockup/svg/ma-lockup-main-color-on-dark.svg
Diff not rendered.
Loading
Loading