add branding directory

This commit is contained in:
yuni 2024-05-21 19:00:00 +02:00
parent 77b682a7c1
commit 42c1d3e191
7 changed files with 19 additions and 1 deletions

View file

@ -13,5 +13,5 @@
rootdir="${1:-}"
install -Dm755 "target/release/outfly" "$rootdir/usr/bin/outfly"
install -Dm644 "build/linux/outfly.png" "$rootdir/usr/share/pixmaps/outfly.png"
install -Dm644 "doc/branding/logo.png" "$rootdir/usr/share/pixmaps/outfly.png"
install -Dm644 "build/linux/outfly.desktop" "$rootdir/usr/share/applications/outfly.desktop"

18
doc/branding/README.md Normal file
View file

@ -0,0 +1,18 @@
# OutFly Branding
## Colors
- Primary color: #BE1251 (pink)
- Secondary color: #CCCCCC (white)
- Warning color: #F0D50C (golden)
## Logo
[![logo](logo.png)](logo.png)
based on the [SVG Version](logo.svg), exported with Inkscape 1.3.2
## Sticker
[![sticker](sticker.jpg)](sticker.jpg)
based on the [SVG Version](sticker.svg), exported with Inkscape 1.3.2

View file

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View file

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
doc/branding/sticker.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 654 KiB

View file

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB