diff --git a/README.md b/README.md index 5030ebc..6d88882 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/esphome/print/lockup/main/ESPH-lockup-main-color-on bright-cmyk.eps b/esphome/print/lockup/main/ESPH-lockup-main-color-on bright-cmyk.eps new file mode 100644 index 0000000..0aef53e Binary files /dev/null and b/esphome/print/lockup/main/ESPH-lockup-main-color-on bright-cmyk.eps differ diff --git a/esphome/print/lockup/main/ESPH-lockup-main-color-on bright-cmyk.pdf b/esphome/print/lockup/main/ESPH-lockup-main-color-on bright-cmyk.pdf new file mode 100644 index 0000000..acb2e54 Binary files /dev/null and b/esphome/print/lockup/main/ESPH-lockup-main-color-on bright-cmyk.pdf differ diff --git a/esphome/print/lockup/main/ESPH-lockup-main-color-on-dark-cmyk.eps b/esphome/print/lockup/main/ESPH-lockup-main-color-on-dark-cmyk.eps new file mode 100644 index 0000000..f4cfc50 Binary files /dev/null and b/esphome/print/lockup/main/ESPH-lockup-main-color-on-dark-cmyk.eps differ diff --git a/esphome/print/lockup/main/ESPH-lockup-main-color-on-dark-cmyk.pdf b/esphome/print/lockup/main/ESPH-lockup-main-color-on-dark-cmyk.pdf new file mode 100644 index 0000000..5e76148 Binary files /dev/null and b/esphome/print/lockup/main/ESPH-lockup-main-color-on-dark-cmyk.pdf differ diff --git a/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on bright-cmyk.eps b/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on bright-cmyk.eps new file mode 100644 index 0000000..40797f3 Binary files /dev/null and b/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on bright-cmyk.eps differ diff --git a/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on bright-cmyk.pdf b/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on bright-cmyk.pdf new file mode 100644 index 0000000..0822f09 Binary files /dev/null and b/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on bright-cmyk.pdf differ diff --git a/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on-dark-cmyk.eps b/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..d09c02d Binary files /dev/null and b/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on-dark-cmyk.eps differ diff --git a/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on-dark-cmyk.pdf b/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..da61e20 Binary files /dev/null and b/esphome/print/lockup/main/ESPH-lockup-main-monochrome-on-dark-cmyk.pdf differ diff --git a/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-bright-cmyk.eps b/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-bright-cmyk.eps new file mode 100644 index 0000000..a260e28 Binary files /dev/null and b/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-bright-cmyk.eps differ diff --git a/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-bright-cmyk.pdf b/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-bright-cmyk.pdf new file mode 100644 index 0000000..895de78 Binary files /dev/null and b/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-bright-cmyk.pdf differ diff --git a/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-dark-cmyk.eps b/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-dark-cmyk.eps new file mode 100644 index 0000000..ff16ca6 Binary files /dev/null and b/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-dark-cmyk.eps differ diff --git a/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-dark-cmyk.pdf b/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-dark-cmyk.pdf new file mode 100644 index 0000000..425e44d Binary files /dev/null and b/esphome/print/lockup/stacked/ESPH-lockup-stacked-color-on-dark-cmyk.pdf differ diff --git a/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-bright-cmyk.eps b/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-bright-cmyk.eps new file mode 100644 index 0000000..28453d7 Binary files /dev/null and b/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-bright-cmyk.eps differ diff --git a/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-bright-cmyk.pdf b/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-bright-cmyk.pdf new file mode 100644 index 0000000..92f3bbb Binary files /dev/null and b/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-bright-cmyk.pdf differ diff --git a/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-dark-cmyk.eps b/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..7b8d4a4 Binary files /dev/null and b/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-dark-cmyk.eps differ diff --git a/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-dark-cmyk.pdf b/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..705c20b Binary files /dev/null and b/esphome/print/lockup/stacked/ESPH-lockup-stacked-monochrome-on-dark-cmyk.pdf differ diff --git a/esphome/print/logomark/ESPH-mark-color-cmyk.eps b/esphome/print/logomark/ESPH-mark-color-cmyk.eps new file mode 100644 index 0000000..422d380 Binary files /dev/null and b/esphome/print/logomark/ESPH-mark-color-cmyk.eps differ diff --git a/esphome/print/logomark/ESPH-mark-color-cmyk.pdf b/esphome/print/logomark/ESPH-mark-color-cmyk.pdf new file mode 100644 index 0000000..110238b Binary files /dev/null and b/esphome/print/logomark/ESPH-mark-color-cmyk.pdf differ diff --git a/esphome/print/logomark/ESPH-mark-monochrome-on-bright-cmyk.eps b/esphome/print/logomark/ESPH-mark-monochrome-on-bright-cmyk.eps new file mode 100644 index 0000000..3703a9b Binary files /dev/null and b/esphome/print/logomark/ESPH-mark-monochrome-on-bright-cmyk.eps differ diff --git a/esphome/print/logomark/ESPH-mark-monochrome-on-bright-cmyk.pdf b/esphome/print/logomark/ESPH-mark-monochrome-on-bright-cmyk.pdf new file mode 100644 index 0000000..b710ae0 Binary files /dev/null and b/esphome/print/logomark/ESPH-mark-monochrome-on-bright-cmyk.pdf differ diff --git a/esphome/print/logomark/ESPH-mark-monochrome-on-dark-cmyk.eps b/esphome/print/logomark/ESPH-mark-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..a47c4a2 Binary files /dev/null and b/esphome/print/logomark/ESPH-mark-monochrome-on-dark-cmyk.eps differ diff --git a/esphome/print/logomark/ESPH-mark-monochrome-on-dark-cmyk.pdf b/esphome/print/logomark/ESPH-mark-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..3742018 Binary files /dev/null and b/esphome/print/logomark/ESPH-mark-monochrome-on-dark-cmyk.pdf differ diff --git a/esphome/lockup/png/esphome-lockup-main-color-on-light.png b/esphome/screen/lockup/main/ESPH-lockup-main-color-on bright.png similarity index 100% rename from esphome/lockup/png/esphome-lockup-main-color-on-light.png rename to esphome/screen/lockup/main/ESPH-lockup-main-color-on bright.png diff --git a/esphome/lockup/svg/esphome-lockup-main-color-on-light.svg b/esphome/screen/lockup/main/ESPH-lockup-main-color-on bright.svg similarity index 100% rename from esphome/lockup/svg/esphome-lockup-main-color-on-light.svg rename to esphome/screen/lockup/main/ESPH-lockup-main-color-on bright.svg diff --git a/esphome/lockup/png/esphome-lockup-main-color-on-dark.png b/esphome/screen/lockup/main/ESPH-lockup-main-color-on-dark.png similarity index 100% rename from esphome/lockup/png/esphome-lockup-main-color-on-dark.png rename to esphome/screen/lockup/main/ESPH-lockup-main-color-on-dark.png diff --git a/esphome/lockup/svg/esphome-lockup-main-color-on-dark.svg b/esphome/screen/lockup/main/ESPH-lockup-main-color-on-dark.svg similarity index 100% rename from esphome/lockup/svg/esphome-lockup-main-color-on-dark.svg rename to esphome/screen/lockup/main/ESPH-lockup-main-color-on-dark.svg diff --git a/esphome/lockup/png/esphome-lockup-main-monochrome-on-light.png b/esphome/screen/lockup/main/ESPH-lockup-main-monochrome-on bright.png similarity index 100% rename from esphome/lockup/png/esphome-lockup-main-monochrome-on-light.png rename to esphome/screen/lockup/main/ESPH-lockup-main-monochrome-on bright.png diff --git a/esphome/lockup/svg/esphome-lockup-main-monochrome-on-light.svg b/esphome/screen/lockup/main/ESPH-lockup-main-monochrome-on bright.svg similarity index 100% rename from esphome/lockup/svg/esphome-lockup-main-monochrome-on-light.svg rename to esphome/screen/lockup/main/ESPH-lockup-main-monochrome-on bright.svg diff --git a/esphome/lockup/png/esphome-lockup-main-monochrome-on-dark.png b/esphome/screen/lockup/main/ESPH-lockup-main-monochrome-on-dark.png similarity index 100% rename from esphome/lockup/png/esphome-lockup-main-monochrome-on-dark.png rename to esphome/screen/lockup/main/ESPH-lockup-main-monochrome-on-dark.png diff --git a/esphome/lockup/svg/esphome-lockup-main-monochrome-on-dark.svg b/esphome/screen/lockup/main/ESPH-lockup-main-monochrome-on-dark.svg similarity index 100% rename from esphome/lockup/svg/esphome-lockup-main-monochrome-on-dark.svg rename to esphome/screen/lockup/main/ESPH-lockup-main-monochrome-on-dark.svg diff --git a/esphome/lockup/png/esphome-lockup-stacked-color-on-light.png b/esphome/screen/lockup/stacked/ESPH-lockup-stacked-color-on-bright.png similarity index 100% rename from esphome/lockup/png/esphome-lockup-stacked-color-on-light.png rename to esphome/screen/lockup/stacked/ESPH-lockup-stacked-color-on-bright.png diff --git a/esphome/lockup/svg/esphome-lockup-stacked-color-on-light.svg b/esphome/screen/lockup/stacked/ESPH-lockup-stacked-color-on-bright.svg similarity index 100% rename from esphome/lockup/svg/esphome-lockup-stacked-color-on-light.svg rename to esphome/screen/lockup/stacked/ESPH-lockup-stacked-color-on-bright.svg diff --git a/esphome/lockup/png/esphome-lockup-stacked-color-on-dark.png b/esphome/screen/lockup/stacked/ESPH-lockup-stacked-color-on-dark.png similarity index 100% rename from esphome/lockup/png/esphome-lockup-stacked-color-on-dark.png rename to esphome/screen/lockup/stacked/ESPH-lockup-stacked-color-on-dark.png diff --git a/esphome/lockup/svg/esphome-lockup-stacked-color-on-dark.svg b/esphome/screen/lockup/stacked/ESPH-lockup-stacked-color-on-dark.svg similarity index 100% rename from esphome/lockup/svg/esphome-lockup-stacked-color-on-dark.svg rename to esphome/screen/lockup/stacked/ESPH-lockup-stacked-color-on-dark.svg diff --git a/esphome/lockup/png/esphome-lockup-stacked-monochrome-on-light.png b/esphome/screen/lockup/stacked/ESPH-lockup-stacked-monochrome-on-bright.png similarity index 100% rename from esphome/lockup/png/esphome-lockup-stacked-monochrome-on-light.png rename to esphome/screen/lockup/stacked/ESPH-lockup-stacked-monochrome-on-bright.png diff --git a/esphome/lockup/svg/esphome-lockup-stacked-monochrome-on-light.svg b/esphome/screen/lockup/stacked/ESPH-lockup-stacked-monochrome-on-bright.svg similarity index 100% rename from esphome/lockup/svg/esphome-lockup-stacked-monochrome-on-light.svg rename to esphome/screen/lockup/stacked/ESPH-lockup-stacked-monochrome-on-bright.svg diff --git a/esphome/lockup/png/esphome-lockup-stacked-monochrome-on-dark.png b/esphome/screen/lockup/stacked/ESPH-lockup-stacked-monochrome-on-dark.png similarity index 100% rename from esphome/lockup/png/esphome-lockup-stacked-monochrome-on-dark.png rename to esphome/screen/lockup/stacked/ESPH-lockup-stacked-monochrome-on-dark.png diff --git a/esphome/lockup/svg/esphome-lockup-stacked-monochrome-on-dark.svg b/esphome/screen/lockup/stacked/ESPH-lockup-stacked-monochrome-on-dark.svg similarity index 100% rename from esphome/lockup/svg/esphome-lockup-stacked-monochrome-on-dark.svg rename to esphome/screen/lockup/stacked/ESPH-lockup-stacked-monochrome-on-dark.svg diff --git a/esphome/logomark/png/esphome-mark-color.png b/esphome/screen/logomark/ESPH-mark-color.png similarity index 100% rename from esphome/logomark/png/esphome-mark-color.png rename to esphome/screen/logomark/ESPH-mark-color.png diff --git a/esphome/logomark/svg/esphome-mark-color.svg b/esphome/screen/logomark/ESPH-mark-color.svg similarity index 100% rename from esphome/logomark/svg/esphome-mark-color.svg rename to esphome/screen/logomark/ESPH-mark-color.svg diff --git a/esphome/logomark/png/esphome-mark-monochrome-on-light.png b/esphome/screen/logomark/ESPH-mark-monochrome-on-bright.png similarity index 100% rename from esphome/logomark/png/esphome-mark-monochrome-on-light.png rename to esphome/screen/logomark/ESPH-mark-monochrome-on-bright.png diff --git a/esphome/logomark/svg/esphome-mark-monochrome-on-light.svg b/esphome/screen/logomark/ESPH-mark-monochrome-on-bright.svg similarity index 100% rename from esphome/logomark/svg/esphome-mark-monochrome-on-light.svg rename to esphome/screen/logomark/ESPH-mark-monochrome-on-bright.svg diff --git a/esphome/logomark/png/esphome-mark-monochrome-on-dark.png b/esphome/screen/logomark/ESPH-mark-monochrome-on-dark.png similarity index 100% rename from esphome/logomark/png/esphome-mark-monochrome-on-dark.png rename to esphome/screen/logomark/ESPH-mark-monochrome-on-dark.png diff --git a/esphome/logomark/svg/esphome-mark-monochrome-on-dark.svg b/esphome/screen/logomark/ESPH-mark-monochrome-on-dark.svg similarity index 100% rename from esphome/logomark/svg/esphome-mark-monochrome-on-dark.svg rename to esphome/screen/logomark/ESPH-mark-monochrome-on-dark.svg diff --git a/home-assistant/print/lockup/main/HA-lockup-main-color-on-dark-cmyk.eps b/home-assistant/print/lockup/main/HA-lockup-main-color-on-dark-cmyk.eps new file mode 100644 index 0000000..9b1b000 Binary files /dev/null and b/home-assistant/print/lockup/main/HA-lockup-main-color-on-dark-cmyk.eps differ diff --git a/home-assistant/print/lockup/main/HA-lockup-main-color-on-dark-cmyk.pdf b/home-assistant/print/lockup/main/HA-lockup-main-color-on-dark-cmyk.pdf new file mode 100644 index 0000000..f40ce7a Binary files /dev/null and b/home-assistant/print/lockup/main/HA-lockup-main-color-on-dark-cmyk.pdf differ diff --git a/home-assistant/print/lockup/main/HA-lockup-main-color-on-light-cmyk.eps b/home-assistant/print/lockup/main/HA-lockup-main-color-on-light-cmyk.eps new file mode 100644 index 0000000..5bcb2e1 Binary files /dev/null and b/home-assistant/print/lockup/main/HA-lockup-main-color-on-light-cmyk.eps differ diff --git a/home-assistant/print/lockup/main/HA-lockup-main-color-on-light-cmyk.pdf b/home-assistant/print/lockup/main/HA-lockup-main-color-on-light-cmyk.pdf new file mode 100644 index 0000000..9750b03 Binary files /dev/null and b/home-assistant/print/lockup/main/HA-lockup-main-color-on-light-cmyk.pdf differ diff --git a/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-dark-cmyk.eps b/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..b820710 Binary files /dev/null and b/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-dark-cmyk.eps differ diff --git a/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-dark-cmyk.pdf b/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..2da34df Binary files /dev/null and b/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-dark-cmyk.pdf differ diff --git a/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-light-cmyk.eps b/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-light-cmyk.eps new file mode 100644 index 0000000..6aae845 Binary files /dev/null and b/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-light-cmyk.eps differ diff --git a/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-light-cmyk.pdf b/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-light-cmyk.pdf new file mode 100644 index 0000000..044bb21 Binary files /dev/null and b/home-assistant/print/lockup/main/HA-lockup-main-monochrome-on-light-cmyk.pdf differ diff --git a/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-dark-cmyk.eps b/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-dark-cmyk.eps new file mode 100644 index 0000000..f3e8468 Binary files /dev/null and b/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-dark-cmyk.eps differ diff --git a/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-dark-cmyk.pdf b/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-dark-cmyk.pdf new file mode 100644 index 0000000..1ab1f70 Binary files /dev/null and b/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-dark-cmyk.pdf differ diff --git a/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-light-cmyk.eps b/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-light-cmyk.eps new file mode 100644 index 0000000..b334285 Binary files /dev/null and b/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-light-cmyk.eps differ diff --git a/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-light-cmyk.pdf b/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-light-cmyk.pdf new file mode 100644 index 0000000..36d4a39 Binary files /dev/null and b/home-assistant/print/lockup/stacked/HA-lockup-stacked-color-on-light-cmyk.pdf differ diff --git a/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-dark-cmyk.eps b/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..5cb6ac6 Binary files /dev/null and b/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-dark-cmyk.eps differ diff --git a/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-dark-cmyk.pdf b/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..187b0e1 Binary files /dev/null and b/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-dark-cmyk.pdf differ diff --git a/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-light-cmyk.eps b/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-light-cmyk.eps new file mode 100644 index 0000000..01676ed Binary files /dev/null and b/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-light-cmyk.eps differ diff --git a/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-light-cmyk.pdf b/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-light-cmyk.pdf new file mode 100644 index 0000000..0027d26 Binary files /dev/null and b/home-assistant/print/lockup/stacked/HA-lockup-stacked-monochrome-on-light-cmyk.pdf differ diff --git a/home-assistant/print/logomark/HA-logomark-color-on-light-cmyk.eps b/home-assistant/print/logomark/HA-logomark-color-on-light-cmyk.eps new file mode 100644 index 0000000..bce6972 Binary files /dev/null and b/home-assistant/print/logomark/HA-logomark-color-on-light-cmyk.eps differ diff --git a/home-assistant/print/logomark/HA-logomark-color-on-light-cmyk.pdf b/home-assistant/print/logomark/HA-logomark-color-on-light-cmyk.pdf new file mode 100644 index 0000000..c101046 Binary files /dev/null and b/home-assistant/print/logomark/HA-logomark-color-on-light-cmyk.pdf differ diff --git a/home-assistant/print/logomark/HA-logomark-monochrome-on-dark-cmyk.eps b/home-assistant/print/logomark/HA-logomark-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..ab409d9 Binary files /dev/null and b/home-assistant/print/logomark/HA-logomark-monochrome-on-dark-cmyk.eps differ diff --git a/home-assistant/print/logomark/HA-logomark-monochrome-on-dark-cmyk.pdf b/home-assistant/print/logomark/HA-logomark-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..b66f8ed Binary files /dev/null and b/home-assistant/print/logomark/HA-logomark-monochrome-on-dark-cmyk.pdf differ diff --git a/home-assistant/print/logomark/HA-logomark-monochrome-on-light-cmyk.eps b/home-assistant/print/logomark/HA-logomark-monochrome-on-light-cmyk.eps new file mode 100644 index 0000000..f944e4b Binary files /dev/null and b/home-assistant/print/logomark/HA-logomark-monochrome-on-light-cmyk.eps differ diff --git a/home-assistant/print/logomark/HA-logomark-monochrome-on-light-cmyk.pdf b/home-assistant/print/logomark/HA-logomark-monochrome-on-light-cmyk.pdf new file mode 100644 index 0000000..21df3f3 Binary files /dev/null and b/home-assistant/print/logomark/HA-logomark-monochrome-on-light-cmyk.pdf differ diff --git a/home-assistant/lockup/png/ha-lockup-main-color-on-light.png b/home-assistant/screen/lockup/main/HA-lockup-main-color-on bright.png similarity index 100% rename from home-assistant/lockup/png/ha-lockup-main-color-on-light.png rename to home-assistant/screen/lockup/main/HA-lockup-main-color-on bright.png diff --git a/home-assistant/lockup/svg/ha-lockup-main-color-on-light.svg b/home-assistant/screen/lockup/main/HA-lockup-main-color-on bright.svg similarity index 100% rename from home-assistant/lockup/svg/ha-lockup-main-color-on-light.svg rename to home-assistant/screen/lockup/main/HA-lockup-main-color-on bright.svg diff --git a/home-assistant/lockup/png/ha-lockup-main-color-on-dark.png b/home-assistant/screen/lockup/main/HA-lockup-main-color-on-dark.png similarity index 100% rename from home-assistant/lockup/png/ha-lockup-main-color-on-dark.png rename to home-assistant/screen/lockup/main/HA-lockup-main-color-on-dark.png diff --git a/home-assistant/lockup/svg/ha-lockup-main-color-on-dark.svg b/home-assistant/screen/lockup/main/HA-lockup-main-color-on-dark.svg similarity index 100% rename from home-assistant/lockup/svg/ha-lockup-main-color-on-dark.svg rename to home-assistant/screen/lockup/main/HA-lockup-main-color-on-dark.svg diff --git a/home-assistant/lockup/png/ha-lockup-main-monochrome-on-light.png b/home-assistant/screen/lockup/main/HA-lockup-main-monochrome-on bright.png similarity index 100% rename from home-assistant/lockup/png/ha-lockup-main-monochrome-on-light.png rename to home-assistant/screen/lockup/main/HA-lockup-main-monochrome-on bright.png diff --git a/home-assistant/lockup/svg/ha-lockup-main-monochrome-on-light.svg b/home-assistant/screen/lockup/main/HA-lockup-main-monochrome-on bright.svg similarity index 100% rename from home-assistant/lockup/svg/ha-lockup-main-monochrome-on-light.svg rename to home-assistant/screen/lockup/main/HA-lockup-main-monochrome-on bright.svg diff --git a/home-assistant/lockup/png/ha-lockup-main-monochrome-on-dark.png b/home-assistant/screen/lockup/main/HA-lockup-main-monochrome-on-dark.png similarity index 100% rename from home-assistant/lockup/png/ha-lockup-main-monochrome-on-dark.png rename to home-assistant/screen/lockup/main/HA-lockup-main-monochrome-on-dark.png diff --git a/home-assistant/lockup/svg/ha-lockup-main-monochrome-on-dark.svg b/home-assistant/screen/lockup/main/HA-lockup-main-monochrome-on-dark.svg similarity index 100% rename from home-assistant/lockup/svg/ha-lockup-main-monochrome-on-dark.svg rename to home-assistant/screen/lockup/main/HA-lockup-main-monochrome-on-dark.svg diff --git a/home-assistant/lockup/png/ha-lockup-stacked-color-on-light.png b/home-assistant/screen/lockup/stacked/HA-lockup-stacked-color-on bright.png similarity index 100% rename from home-assistant/lockup/png/ha-lockup-stacked-color-on-light.png rename to home-assistant/screen/lockup/stacked/HA-lockup-stacked-color-on bright.png diff --git a/home-assistant/lockup/svg/ha-lockup-stacked-color-on-light.svg b/home-assistant/screen/lockup/stacked/HA-lockup-stacked-color-on bright.svg similarity index 100% rename from home-assistant/lockup/svg/ha-lockup-stacked-color-on-light.svg rename to home-assistant/screen/lockup/stacked/HA-lockup-stacked-color-on bright.svg diff --git a/home-assistant/lockup/png/ha-lockup-stacked-color-on-dark.png b/home-assistant/screen/lockup/stacked/HA-lockup-stacked-color-on-dark.png similarity index 100% rename from home-assistant/lockup/png/ha-lockup-stacked-color-on-dark.png rename to home-assistant/screen/lockup/stacked/HA-lockup-stacked-color-on-dark.png diff --git a/home-assistant/lockup/svg/ha-lockup-stacked-color-on-dark.svg b/home-assistant/screen/lockup/stacked/HA-lockup-stacked-color-on-dark.svg similarity index 100% rename from home-assistant/lockup/svg/ha-lockup-stacked-color-on-dark.svg rename to home-assistant/screen/lockup/stacked/HA-lockup-stacked-color-on-dark.svg diff --git a/home-assistant/lockup/png/ha-lockup-stacked-monochrome-on-light.png b/home-assistant/screen/lockup/stacked/HA-lockup-stacked-monochrome-on bright.png similarity index 100% rename from home-assistant/lockup/png/ha-lockup-stacked-monochrome-on-light.png rename to home-assistant/screen/lockup/stacked/HA-lockup-stacked-monochrome-on bright.png diff --git a/home-assistant/lockup/svg/ha-lockup-stacked-monochrome-on-light.svg b/home-assistant/screen/lockup/stacked/HA-lockup-stacked-monochrome-on bright.svg similarity index 100% rename from home-assistant/lockup/svg/ha-lockup-stacked-monochrome-on-light.svg rename to home-assistant/screen/lockup/stacked/HA-lockup-stacked-monochrome-on bright.svg diff --git a/home-assistant/lockup/png/ha-lockup-stacked-monochrome-on-dark.png b/home-assistant/screen/lockup/stacked/HA-lockup-stacked-monochrome-on-dark.png similarity index 100% rename from home-assistant/lockup/png/ha-lockup-stacked-monochrome-on-dark.png rename to home-assistant/screen/lockup/stacked/HA-lockup-stacked-monochrome-on-dark.png diff --git a/home-assistant/lockup/svg/ha-lockup-stacked-monochrome-on-dark.svg b/home-assistant/screen/lockup/stacked/HA-lockup-stacked-monochrome-on-dark.svg similarity index 100% rename from home-assistant/lockup/svg/ha-lockup-stacked-monochrome-on-dark.svg rename to home-assistant/screen/lockup/stacked/HA-lockup-stacked-monochrome-on-dark.svg diff --git a/home-assistant/logomark/png/ha-mark-color.png b/home-assistant/screen/logomark/HA-mark-color.png similarity index 100% rename from home-assistant/logomark/png/ha-mark-color.png rename to home-assistant/screen/logomark/HA-mark-color.png diff --git a/home-assistant/logomark/svg/ha-mark-color.svg b/home-assistant/screen/logomark/HA-mark-color.svg similarity index 100% rename from home-assistant/logomark/svg/ha-mark-color.svg rename to home-assistant/screen/logomark/HA-mark-color.svg diff --git a/home-assistant/logomark/png/ha-mark-monochrome-on-light.png b/home-assistant/screen/logomark/HA-mark-monochrome-on bright.png similarity index 100% rename from home-assistant/logomark/png/ha-mark-monochrome-on-light.png rename to home-assistant/screen/logomark/HA-mark-monochrome-on bright.png diff --git a/home-assistant/logomark/svg/ha-mark-monochrome-on-light.svg b/home-assistant/screen/logomark/HA-mark-monochrome-on bright.svg similarity index 100% rename from home-assistant/logomark/svg/ha-mark-monochrome-on-light.svg rename to home-assistant/screen/logomark/HA-mark-monochrome-on bright.svg diff --git a/home-assistant/logomark/png/ha-mark-monochrome-on-dark.png b/home-assistant/screen/logomark/HA-mark-monochrome-on-dark.png similarity index 100% rename from home-assistant/logomark/png/ha-mark-monochrome-on-dark.png rename to home-assistant/screen/logomark/HA-mark-monochrome-on-dark.png diff --git a/home-assistant/logomark/svg/ha-mark-monochrome-on-dark.svg b/home-assistant/screen/logomark/HA-mark-monochrome-on-dark.svg similarity index 100% rename from home-assistant/logomark/svg/ha-mark-monochrome-on-dark.svg rename to home-assistant/screen/logomark/HA-mark-monochrome-on-dark.svg diff --git a/music-assistant/lockup/png/ma-lockup-main-color-on-dark.png b/music-assistant/lockup/png/ma-lockup-main-color-on-dark.png deleted file mode 100644 index 0a75226..0000000 --- a/music-assistant/lockup/png/ma-lockup-main-color-on-dark.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fe6acdbfbfc220274ec4f4571b84149634af47a365b872c9b791160e34ec881 -size 57522 diff --git a/music-assistant/lockup/png/ma-lockup-main-color-on-light.png b/music-assistant/lockup/png/ma-lockup-main-color-on-light.png deleted file mode 100644 index 11dcf2b..0000000 --- a/music-assistant/lockup/png/ma-lockup-main-color-on-light.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0360ce410d8d3b214cc486b22cc87393789f540ffde7e94c804b0ae0151aa30e -size 57349 diff --git a/music-assistant/lockup/png/ma-lockup-main-monochrome-on-dark.png b/music-assistant/lockup/png/ma-lockup-main-monochrome-on-dark.png deleted file mode 100644 index 1811501..0000000 --- a/music-assistant/lockup/png/ma-lockup-main-monochrome-on-dark.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:216b7da092ef7372074c75f4c4fa0668448d7e778af800b522ec0e8a66e9adc8 -size 55949 diff --git a/music-assistant/lockup/png/ma-lockup-main-monochrome-on-light.png b/music-assistant/lockup/png/ma-lockup-main-monochrome-on-light.png deleted file mode 100644 index aab8c66..0000000 --- a/music-assistant/lockup/png/ma-lockup-main-monochrome-on-light.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5ac4fd27088e54650df259117c7f87e636414974a8df6e9c8f9850559eec3b3 -size 55922 diff --git a/music-assistant/lockup/svg/ma-lockup-main-color-on-dark.svg b/music-assistant/lockup/svg/ma-lockup-main-color-on-dark.svg deleted file mode 100644 index 15c441f..0000000 --- a/music-assistant/lockup/svg/ma-lockup-main-color-on-dark.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/music-assistant/lockup/svg/ma-lockup-main-color-on-light.svg b/music-assistant/lockup/svg/ma-lockup-main-color-on-light.svg deleted file mode 100644 index fb9bc6f..0000000 --- a/music-assistant/lockup/svg/ma-lockup-main-color-on-light.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/music-assistant/lockup/svg/ma-lockup-main-monochrome-on-dark.svg b/music-assistant/lockup/svg/ma-lockup-main-monochrome-on-dark.svg deleted file mode 100644 index c89f173..0000000 --- a/music-assistant/lockup/svg/ma-lockup-main-monochrome-on-dark.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/music-assistant/lockup/svg/ma-lockup-main-monochrome-on-light.svg b/music-assistant/lockup/svg/ma-lockup-main-monochrome-on-light.svg deleted file mode 100644 index 415b2b1..0000000 --- a/music-assistant/lockup/svg/ma-lockup-main-monochrome-on-light.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-bright-cmyk.eps b/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-bright-cmyk.eps new file mode 100644 index 0000000..ba2e314 Binary files /dev/null and b/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-bright-cmyk.eps differ diff --git a/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-bright-cmyk.pdf b/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-bright-cmyk.pdf new file mode 100644 index 0000000..f1331dd Binary files /dev/null and b/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-bright-cmyk.pdf differ diff --git a/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-dark-cmyk.eps b/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-dark-cmyk.eps new file mode 100644 index 0000000..d5388c3 Binary files /dev/null and b/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-dark-cmyk.eps differ diff --git a/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-dark-cmyk.pdf b/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-dark-cmyk.pdf new file mode 100644 index 0000000..b9a3beb Binary files /dev/null and b/music-assistant/print/Lockup/Main/MA-lockup-main-color-on-dark-cmyk.pdf differ diff --git a/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-bright-cmyk.eps b/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-bright-cmyk.eps new file mode 100644 index 0000000..733c3c2 Binary files /dev/null and b/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-bright-cmyk.eps differ diff --git a/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-bright-cmyk.pdf b/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-bright-cmyk.pdf new file mode 100644 index 0000000..cca7782 Binary files /dev/null and b/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-bright-cmyk.pdf differ diff --git a/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-dark-cmyk.eps b/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..6a90c82 Binary files /dev/null and b/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-dark-cmyk.eps differ diff --git a/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-dark-cmyk.pdf b/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..8f3cecb Binary files /dev/null and b/music-assistant/print/Lockup/Main/MA-lockup-main-monochrome-on-dark-cmyk.pdf differ diff --git a/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on bright-cmyk.eps b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on bright-cmyk.eps new file mode 100644 index 0000000..87254b5 Binary files /dev/null and b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on bright-cmyk.eps differ diff --git a/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on bright-cmyk.pdf b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on bright-cmyk.pdf new file mode 100644 index 0000000..93b6a27 Binary files /dev/null and b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on bright-cmyk.pdf differ diff --git a/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on-dark-cmyk.eps b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on-dark-cmyk.eps new file mode 100644 index 0000000..b9ff4a8 Binary files /dev/null and b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on-dark-cmyk.eps differ diff --git a/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on-dark-cmyk.pdf b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on-dark-cmyk.pdf new file mode 100644 index 0000000..f7a6b6a Binary files /dev/null and b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-color-on-dark-cmyk.pdf differ diff --git a/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on bright-cmyk.eps b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on bright-cmyk.eps new file mode 100644 index 0000000..82675a0 Binary files /dev/null and b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on bright-cmyk.eps differ diff --git a/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on bright-cmyk.pdf b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on bright-cmyk.pdf new file mode 100644 index 0000000..cf8811f Binary files /dev/null and b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on bright-cmyk.pdf differ diff --git a/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on-dark-cmyk.eps b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..a3b1d27 Binary files /dev/null and b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on-dark-cmyk.eps differ diff --git a/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on-dark-cmyk.pdf b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..c349138 Binary files /dev/null and b/music-assistant/print/Lockup/Stacked/MA-lockup-stacked-monochrome-on-dark-cmyk.pdf differ diff --git a/music-assistant/print/Logomark/MA-mark-color-cmyk.eps b/music-assistant/print/Logomark/MA-mark-color-cmyk.eps new file mode 100644 index 0000000..0f007eb Binary files /dev/null and b/music-assistant/print/Logomark/MA-mark-color-cmyk.eps differ diff --git a/music-assistant/print/Logomark/MA-mark-color-cmyk.pdf b/music-assistant/print/Logomark/MA-mark-color-cmyk.pdf new file mode 100644 index 0000000..dd58322 Binary files /dev/null and b/music-assistant/print/Logomark/MA-mark-color-cmyk.pdf differ diff --git a/music-assistant/print/Logomark/MA-mark-monochrome-on bright-cmyk.eps b/music-assistant/print/Logomark/MA-mark-monochrome-on bright-cmyk.eps new file mode 100644 index 0000000..a1b25c9 Binary files /dev/null and b/music-assistant/print/Logomark/MA-mark-monochrome-on bright-cmyk.eps differ diff --git a/music-assistant/print/Logomark/MA-mark-monochrome-on bright-cmyk.pdf b/music-assistant/print/Logomark/MA-mark-monochrome-on bright-cmyk.pdf new file mode 100644 index 0000000..83eab2d Binary files /dev/null and b/music-assistant/print/Logomark/MA-mark-monochrome-on bright-cmyk.pdf differ diff --git a/music-assistant/print/Logomark/MA-mark-monochrome-on-dark-cmyk.eps b/music-assistant/print/Logomark/MA-mark-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..85262c3 Binary files /dev/null and b/music-assistant/print/Logomark/MA-mark-monochrome-on-dark-cmyk.eps differ diff --git a/music-assistant/print/Logomark/MA-mark-monochrome-on-dark-cmyk.pdf b/music-assistant/print/Logomark/MA-mark-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..8f36081 Binary files /dev/null and b/music-assistant/print/Logomark/MA-mark-monochrome-on-dark-cmyk.pdf differ diff --git a/music-assistant/print/what-is-what.jpg b/music-assistant/print/what-is-what.jpg new file mode 100644 index 0000000..8b3bcb2 Binary files /dev/null and b/music-assistant/print/what-is-what.jpg differ diff --git a/music-assistant/screen/lockup/main/MA-lockup-main-color-on-bright.png b/music-assistant/screen/lockup/main/MA-lockup-main-color-on-bright.png new file mode 100644 index 0000000..c112262 --- /dev/null +++ b/music-assistant/screen/lockup/main/MA-lockup-main-color-on-bright.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9855ad41d858765d336d04bdd13930a5319956539dabc04d44e5b97db9f8de38 +size 59734 diff --git a/music-assistant/screen/lockup/main/MA-lockup-main-color-on-bright.svg b/music-assistant/screen/lockup/main/MA-lockup-main-color-on-bright.svg new file mode 100644 index 0000000..9f777a9 --- /dev/null +++ b/music-assistant/screen/lockup/main/MA-lockup-main-color-on-bright.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/music-assistant/screen/lockup/main/MA-lockup-main-color-on-dark.png b/music-assistant/screen/lockup/main/MA-lockup-main-color-on-dark.png new file mode 100644 index 0000000..e2cf742 --- /dev/null +++ b/music-assistant/screen/lockup/main/MA-lockup-main-color-on-dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b4af32c13df6525f17205f4eda6ae529d6639e4b18e288755f46b29276dc9e +size 59687 diff --git a/music-assistant/screen/lockup/main/MA-lockup-main-color-on-dark.svg b/music-assistant/screen/lockup/main/MA-lockup-main-color-on-dark.svg new file mode 100644 index 0000000..aed9e5e --- /dev/null +++ b/music-assistant/screen/lockup/main/MA-lockup-main-color-on-dark.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-bright.png b/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-bright.png new file mode 100644 index 0000000..69d638a --- /dev/null +++ b/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-bright.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d5ef427367d1201e12a6f6b3e350894a59a2be13a72d91c33ef7c0c2e97bd0 +size 58305 diff --git a/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-bright.svg b/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-bright.svg new file mode 100644 index 0000000..05215ce --- /dev/null +++ b/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-bright.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-dark.png b/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-dark.png new file mode 100644 index 0000000..63590aa --- /dev/null +++ b/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327042b610659755c50ee4243c0727ef0b98f0ac961791fb20e83de7f8396ba5 +size 58149 diff --git a/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-dark.svg b/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-dark.svg new file mode 100644 index 0000000..94ff021 --- /dev/null +++ b/music-assistant/screen/lockup/main/MA-lockup-main-monochrome-on-dark.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/music-assistant/lockup/png/ma-lockup-stacked-color-on-light.png b/music-assistant/screen/lockup/stacked/MA-lockup-stacked-color-on bright.png similarity index 100% rename from music-assistant/lockup/png/ma-lockup-stacked-color-on-light.png rename to music-assistant/screen/lockup/stacked/MA-lockup-stacked-color-on bright.png diff --git a/music-assistant/lockup/svg/ma-lockup-stacked-color-on-light.svg b/music-assistant/screen/lockup/stacked/MA-lockup-stacked-color-on bright.svg similarity index 100% rename from music-assistant/lockup/svg/ma-lockup-stacked-color-on-light.svg rename to music-assistant/screen/lockup/stacked/MA-lockup-stacked-color-on bright.svg diff --git a/music-assistant/lockup/png/ma-lockup-stacked-color-on-dark.png b/music-assistant/screen/lockup/stacked/MA-lockup-stacked-color-on-dark.png similarity index 100% rename from music-assistant/lockup/png/ma-lockup-stacked-color-on-dark.png rename to music-assistant/screen/lockup/stacked/MA-lockup-stacked-color-on-dark.png diff --git a/music-assistant/lockup/svg/ma-lockup-stacked-color-on-dark.svg b/music-assistant/screen/lockup/stacked/MA-lockup-stacked-color-on-dark.svg similarity index 100% rename from music-assistant/lockup/svg/ma-lockup-stacked-color-on-dark.svg rename to music-assistant/screen/lockup/stacked/MA-lockup-stacked-color-on-dark.svg diff --git a/music-assistant/lockup/png/ma-lockup-stacked-monochrome-on-light.png b/music-assistant/screen/lockup/stacked/MA-lockup-stacked-monochrome-on bright.png similarity index 100% rename from music-assistant/lockup/png/ma-lockup-stacked-monochrome-on-light.png rename to music-assistant/screen/lockup/stacked/MA-lockup-stacked-monochrome-on bright.png diff --git a/music-assistant/lockup/svg/ma-lockup-stacked-monochrome-on-light.svg b/music-assistant/screen/lockup/stacked/MA-lockup-stacked-monochrome-on bright.svg similarity index 100% rename from music-assistant/lockup/svg/ma-lockup-stacked-monochrome-on-light.svg rename to music-assistant/screen/lockup/stacked/MA-lockup-stacked-monochrome-on bright.svg diff --git a/music-assistant/lockup/png/ma-lockup-stacked-monochrome-on-dark.png b/music-assistant/screen/lockup/stacked/MA-lockup-stacked-monochrome-on-dark.png similarity index 100% rename from music-assistant/lockup/png/ma-lockup-stacked-monochrome-on-dark.png rename to music-assistant/screen/lockup/stacked/MA-lockup-stacked-monochrome-on-dark.png diff --git a/music-assistant/lockup/svg/ma-lockup-stacked-monochrome-on-dark.svg b/music-assistant/screen/lockup/stacked/MA-lockup-stacked-monochrome-on-dark.svg similarity index 100% rename from music-assistant/lockup/svg/ma-lockup-stacked-monochrome-on-dark.svg rename to music-assistant/screen/lockup/stacked/MA-lockup-stacked-monochrome-on-dark.svg diff --git a/music-assistant/logomark/png/ma-mark-color.png b/music-assistant/screen/logomark/MA-mark-color.png similarity index 100% rename from music-assistant/logomark/png/ma-mark-color.png rename to music-assistant/screen/logomark/MA-mark-color.png diff --git a/music-assistant/logomark/svg/ma-mark-color.svg b/music-assistant/screen/logomark/MA-mark-color.svg similarity index 100% rename from music-assistant/logomark/svg/ma-mark-color.svg rename to music-assistant/screen/logomark/MA-mark-color.svg diff --git a/music-assistant/logomark/png/ma-mark-monochrome-on-light.png b/music-assistant/screen/logomark/MA-mark-monochrome-on bright.png similarity index 100% rename from music-assistant/logomark/png/ma-mark-monochrome-on-light.png rename to music-assistant/screen/logomark/MA-mark-monochrome-on bright.png diff --git a/music-assistant/logomark/svg/ma-mark-monochrome-on-light.svg b/music-assistant/screen/logomark/MA-mark-monochrome-on bright.svg similarity index 100% rename from music-assistant/logomark/svg/ma-mark-monochrome-on-light.svg rename to music-assistant/screen/logomark/MA-mark-monochrome-on bright.svg diff --git a/music-assistant/logomark/png/ma-mark-monochrome-on-dark.png b/music-assistant/screen/logomark/MA-mark-monochrome-on-dark.png similarity index 100% rename from music-assistant/logomark/png/ma-mark-monochrome-on-dark.png rename to music-assistant/screen/logomark/MA-mark-monochrome-on-dark.png diff --git a/music-assistant/logomark/svg/ma-mark-monochrome-on-dark.svg b/music-assistant/screen/logomark/MA-mark-monochrome-on-dark.svg similarity index 100% rename from music-assistant/logomark/svg/ma-mark-monochrome-on-dark.svg rename to music-assistant/screen/logomark/MA-mark-monochrome-on-dark.svg diff --git a/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-bright-cmyk.eps b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-bright-cmyk.eps new file mode 100644 index 0000000..8f5cba4 Binary files /dev/null and b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-bright-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-bright-cmyk.pdf b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-bright-cmyk.pdf new file mode 100644 index 0000000..e9d3d54 Binary files /dev/null and b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-bright-cmyk.pdf differ diff --git a/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-dark-cmyk.eps b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-dark-cmyk.eps new file mode 100644 index 0000000..691c15e Binary files /dev/null and b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-dark-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-dark-cmyk.pdf b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-dark-cmyk.pdf new file mode 100644 index 0000000..67bb47d Binary files /dev/null and b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-color-on-dark-cmyk.pdf differ diff --git a/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-bright-cmyk.eps b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-bright-cmyk.eps new file mode 100644 index 0000000..e601045 Binary files /dev/null and b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-bright-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-bright-cmyk.pdf b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-bright-cmyk.pdf new file mode 100644 index 0000000..588eeea Binary files /dev/null and b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-bright-cmyk.pdf differ diff --git a/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-dark-cmyk.eps b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..d09610f Binary files /dev/null and b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-dark-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-dark-cmyk.pdf b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..4d9b352 Binary files /dev/null and b/open-home-foundation/print/lockup/inline/OHF-lockup-inline-monochrome-on-dark-cmyk.pdf differ diff --git a/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-bright-cmyk.eps b/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-bright-cmyk.eps new file mode 100644 index 0000000..30cce65 Binary files /dev/null and b/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-bright-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-bright-cmyk.pdf b/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-bright-cmyk.pdf new file mode 100644 index 0000000..a9adcbe Binary files /dev/null and b/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-bright-cmyk.pdf differ diff --git a/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-dark-cmyk.eps b/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-dark-cmyk.eps new file mode 100644 index 0000000..38e52a8 Binary files /dev/null and b/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-dark-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-dark-cmyk.pdf b/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-dark-cmyk.pdf new file mode 100644 index 0000000..f82012f Binary files /dev/null and b/open-home-foundation/print/lockup/main/OHF-lockup-main-color-on-dark-cmyk.pdf differ diff --git a/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-dark-cmyk.eps b/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..f0dae27 Binary files /dev/null and b/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-dark-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-dark-cmyk.pdf b/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..cf662d7 Binary files /dev/null and b/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-dark-cmyk.pdf differ diff --git a/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-light-cmyk.eps b/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-light-cmyk.eps new file mode 100644 index 0000000..3715e4a Binary files /dev/null and b/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-light-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-light-cmyk.pdf b/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-light-cmyk.pdf new file mode 100644 index 0000000..2f12740 Binary files /dev/null and b/open-home-foundation/print/lockup/main/OHF-lockup-main-monochrome-on-light-cmyk.pdf differ diff --git a/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-dark-cmyk.eps b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-dark-cmyk.eps new file mode 100644 index 0000000..598ea89 Binary files /dev/null and b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-dark-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-dark-cmyk.pdf b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-dark-cmyk.pdf new file mode 100644 index 0000000..ab88f9d Binary files /dev/null and b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-dark-cmyk.pdf differ diff --git a/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-light-cmyk.eps b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-light-cmyk.eps new file mode 100644 index 0000000..cefd337 Binary files /dev/null and b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-light-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-light-cmyk.pdf b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-light-cmyk.pdf new file mode 100644 index 0000000..a8498c3 Binary files /dev/null and b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-color-on-light-cmyk.pdf differ diff --git a/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-dark-cmyk.eps b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..e33931b Binary files /dev/null and b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-dark-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-dark-cmyk.pdf b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..581c71e Binary files /dev/null and b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-dark-cmyk.pdf differ diff --git a/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-light-cmyk.eps b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-light-cmyk.eps new file mode 100644 index 0000000..0cd8b38 Binary files /dev/null and b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-light-cmyk.eps differ diff --git a/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-light-cmyk.pdf b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-light-cmyk.pdf new file mode 100644 index 0000000..b6d9bc1 Binary files /dev/null and b/open-home-foundation/print/lockup/stacked/OHF-lockup-stacked-monochrome-on-light-cmyk.pdf differ diff --git a/open-home-foundation/print/logomark/OHF-logomark-color-on-dark-cmyk.eps b/open-home-foundation/print/logomark/OHF-logomark-color-on-dark-cmyk.eps new file mode 100644 index 0000000..de78eac Binary files /dev/null and b/open-home-foundation/print/logomark/OHF-logomark-color-on-dark-cmyk.eps differ diff --git a/open-home-foundation/print/logomark/OHF-logomark-color-on-dark-cmyk.pdf b/open-home-foundation/print/logomark/OHF-logomark-color-on-dark-cmyk.pdf new file mode 100644 index 0000000..d5fffe4 Binary files /dev/null and b/open-home-foundation/print/logomark/OHF-logomark-color-on-dark-cmyk.pdf differ diff --git a/open-home-foundation/print/logomark/OHF-logomark-color-on-light-cmyk.eps b/open-home-foundation/print/logomark/OHF-logomark-color-on-light-cmyk.eps new file mode 100644 index 0000000..c5e1d82 Binary files /dev/null and b/open-home-foundation/print/logomark/OHF-logomark-color-on-light-cmyk.eps differ diff --git a/open-home-foundation/print/logomark/OHF-logomark-color-on-light-cmyk.pdf b/open-home-foundation/print/logomark/OHF-logomark-color-on-light-cmyk.pdf new file mode 100644 index 0000000..7b591aa Binary files /dev/null and b/open-home-foundation/print/logomark/OHF-logomark-color-on-light-cmyk.pdf differ diff --git a/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-dark-cmyk.eps b/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-dark-cmyk.eps new file mode 100644 index 0000000..d889c9a Binary files /dev/null and b/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-dark-cmyk.eps differ diff --git a/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-dark-cmyk.pdf b/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-dark-cmyk.pdf new file mode 100644 index 0000000..6a2f55a Binary files /dev/null and b/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-dark-cmyk.pdf differ diff --git a/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-light-cmyk.eps b/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-light-cmyk.eps new file mode 100644 index 0000000..b643b0a Binary files /dev/null and b/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-light-cmyk.eps differ diff --git a/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-light-cmyk.pdf b/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-light-cmyk.pdf new file mode 100644 index 0000000..c91f576 Binary files /dev/null and b/open-home-foundation/print/logomark/OHF-logomark-monochrome-on-light-cmyk.pdf differ diff --git a/open-home-foundation/lockup/png/ohf-lockup-inline-color-on-light.png b/open-home-foundation/screen/lockup/inline/OHF-lockup-inline-color-on-bright.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-inline-color-on-light.png rename to open-home-foundation/screen/lockup/inline/OHF-lockup-inline-color-on-bright.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-inline-color-on-light.svg b/open-home-foundation/screen/lockup/inline/OHF-lockup-inline-color-on-bright.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-inline-color-on-light.svg rename to open-home-foundation/screen/lockup/inline/OHF-lockup-inline-color-on-bright.svg diff --git a/open-home-foundation/lockup/png/ohf-lockup-inline-color-on-dark.png b/open-home-foundation/screen/lockup/inline/OHF-lockup-inline-color-on-dark.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-inline-color-on-dark.png rename to open-home-foundation/screen/lockup/inline/OHF-lockup-inline-color-on-dark.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-inline-color-on-dark.svg b/open-home-foundation/screen/lockup/inline/OHF-lockup-inline-color-on-dark.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-inline-color-on-dark.svg rename to open-home-foundation/screen/lockup/inline/OHF-lockup-inline-color-on-dark.svg diff --git a/open-home-foundation/lockup/png/ohf-lockup-inline-monochrome-on-light.png b/open-home-foundation/screen/lockup/inline/OHF-lockup-inline-monochrome-on-bright.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-inline-monochrome-on-light.png rename to open-home-foundation/screen/lockup/inline/OHF-lockup-inline-monochrome-on-bright.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-inline-monochrome-on-light.svg b/open-home-foundation/screen/lockup/inline/OHF-lockup-inline-monochrome-on-bright.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-inline-monochrome-on-light.svg rename to open-home-foundation/screen/lockup/inline/OHF-lockup-inline-monochrome-on-bright.svg diff --git a/open-home-foundation/lockup/png/ohf-lockup-inline-monochrome-on-dark.png b/open-home-foundation/screen/lockup/inline/OHF-lockup-inline-monochrome-on-dark.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-inline-monochrome-on-dark.png rename to open-home-foundation/screen/lockup/inline/OHF-lockup-inline-monochrome-on-dark.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-inline-monochrome-on-dark.svg b/open-home-foundation/screen/lockup/inline/OHF-lockup-inline-monochrome-on-dark.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-inline-monochrome-on-dark.svg rename to open-home-foundation/screen/lockup/inline/OHF-lockup-inline-monochrome-on-dark.svg diff --git a/open-home-foundation/lockup/png/ohf-lockup-main-color-on-light.png b/open-home-foundation/screen/lockup/main/OHF-lockup-main-color-on-bright.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-main-color-on-light.png rename to open-home-foundation/screen/lockup/main/OHF-lockup-main-color-on-bright.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-main-color-on-light.svg b/open-home-foundation/screen/lockup/main/OHF-lockup-main-color-on-bright.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-main-color-on-light.svg rename to open-home-foundation/screen/lockup/main/OHF-lockup-main-color-on-bright.svg diff --git a/open-home-foundation/lockup/png/ohf-lockup-main-color-on-dark.png b/open-home-foundation/screen/lockup/main/OHF-lockup-main-color-on-dark.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-main-color-on-dark.png rename to open-home-foundation/screen/lockup/main/OHF-lockup-main-color-on-dark.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-main-color-on-dark.svg b/open-home-foundation/screen/lockup/main/OHF-lockup-main-color-on-dark.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-main-color-on-dark.svg rename to open-home-foundation/screen/lockup/main/OHF-lockup-main-color-on-dark.svg diff --git a/open-home-foundation/lockup/png/ohf-lockup-main-monochrome-on-light.png b/open-home-foundation/screen/lockup/main/OHF-lockup-main-monochrome-on-bright.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-main-monochrome-on-light.png rename to open-home-foundation/screen/lockup/main/OHF-lockup-main-monochrome-on-bright.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-main-monochrome-on-light.svg b/open-home-foundation/screen/lockup/main/OHF-lockup-main-monochrome-on-bright.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-main-monochrome-on-light.svg rename to open-home-foundation/screen/lockup/main/OHF-lockup-main-monochrome-on-bright.svg diff --git a/open-home-foundation/lockup/png/ohf-lockup-main-monochrome-on-dark.png b/open-home-foundation/screen/lockup/main/OHF-lockup-main-monochrome-on-dark.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-main-monochrome-on-dark.png rename to open-home-foundation/screen/lockup/main/OHF-lockup-main-monochrome-on-dark.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-main-monochrome-on-dark.svg b/open-home-foundation/screen/lockup/main/OHF-lockup-main-monochrome-on-dark.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-main-monochrome-on-dark.svg rename to open-home-foundation/screen/lockup/main/OHF-lockup-main-monochrome-on-dark.svg diff --git a/open-home-foundation/lockup/png/ohf-lockup-stacked-color-on-light.png b/open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-color-on-bright.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-stacked-color-on-light.png rename to open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-color-on-bright.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-stacked-color-on-light.svg b/open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-color-on-bright.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-stacked-color-on-light.svg rename to open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-color-on-bright.svg diff --git a/open-home-foundation/lockup/png/ohf-lockup-stacked-color-on-dark.png b/open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-color-on-dark.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-stacked-color-on-dark.png rename to open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-color-on-dark.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-stacked-color-on-dark.svg b/open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-color-on-dark.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-stacked-color-on-dark.svg rename to open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-color-on-dark.svg diff --git a/open-home-foundation/lockup/png/ohf-lockup-stacked-monochrome-on-light.png b/open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-monochrome-on-bright.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-stacked-monochrome-on-light.png rename to open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-monochrome-on-bright.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-stacked-monochrome-on-light.svg b/open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-monochrome-on-bright.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-stacked-monochrome-on-light.svg rename to open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-monochrome-on-bright.svg diff --git a/open-home-foundation/lockup/png/ohf-lockup-stacked-monochrome-on-dark.png b/open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-monochrome-on-dark.png similarity index 100% rename from open-home-foundation/lockup/png/ohf-lockup-stacked-monochrome-on-dark.png rename to open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-monochrome-on-dark.png diff --git a/open-home-foundation/lockup/svg/ohf-lockup-stacked-monochrome-on-dark.svg b/open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-monochrome-on-dark.svg similarity index 100% rename from open-home-foundation/lockup/svg/ohf-lockup-stacked-monochrome-on-dark.svg rename to open-home-foundation/screen/lockup/stacked/OHF-lockup-stacked-monochrome-on-dark.svg diff --git a/open-home-foundation/logomark/png/ohf-mark-color-on-light.png b/open-home-foundation/screen/logomark/OHF-mark-color-on-bright.png similarity index 100% rename from open-home-foundation/logomark/png/ohf-mark-color-on-light.png rename to open-home-foundation/screen/logomark/OHF-mark-color-on-bright.png diff --git a/open-home-foundation/logomark/svg/ohf-mark-color-on-light.svg b/open-home-foundation/screen/logomark/OHF-mark-color-on-bright.svg similarity index 100% rename from open-home-foundation/logomark/svg/ohf-mark-color-on-light.svg rename to open-home-foundation/screen/logomark/OHF-mark-color-on-bright.svg diff --git a/open-home-foundation/logomark/png/ohf-mark-color-on-dark.png b/open-home-foundation/screen/logomark/OHF-mark-color-on-dark.png similarity index 100% rename from open-home-foundation/logomark/png/ohf-mark-color-on-dark.png rename to open-home-foundation/screen/logomark/OHF-mark-color-on-dark.png diff --git a/open-home-foundation/logomark/svg/ohf-mark-color-on-dark.svg b/open-home-foundation/screen/logomark/OHF-mark-color-on-dark.svg similarity index 100% rename from open-home-foundation/logomark/svg/ohf-mark-color-on-dark.svg rename to open-home-foundation/screen/logomark/OHF-mark-color-on-dark.svg diff --git a/open-home-foundation/logomark/png/ohf-mark-monochrome-on-light.png b/open-home-foundation/screen/logomark/OHF-mark-monochrome-on-bright.png similarity index 100% rename from open-home-foundation/logomark/png/ohf-mark-monochrome-on-light.png rename to open-home-foundation/screen/logomark/OHF-mark-monochrome-on-bright.png diff --git a/open-home-foundation/logomark/svg/ohf-mark-monochrome-on-light.svg b/open-home-foundation/screen/logomark/OHF-mark-monochrome-on-bright.svg similarity index 100% rename from open-home-foundation/logomark/svg/ohf-mark-monochrome-on-light.svg rename to open-home-foundation/screen/logomark/OHF-mark-monochrome-on-bright.svg diff --git a/open-home-foundation/logomark/png/ohf-mark-monochrome-on-dark.png b/open-home-foundation/screen/logomark/OHF-mark-monochrome-on-dark.png similarity index 100% rename from open-home-foundation/logomark/png/ohf-mark-monochrome-on-dark.png rename to open-home-foundation/screen/logomark/OHF-mark-monochrome-on-dark.png diff --git a/open-home-foundation/logomark/svg/ohf-mark-monochrome-on-dark.svg b/open-home-foundation/screen/logomark/OHF-mark-monochrome-on-dark.svg similarity index 100% rename from open-home-foundation/logomark/svg/ohf-mark-monochrome-on-dark.svg rename to open-home-foundation/screen/logomark/OHF-mark-monochrome-on-dark.svg