JagandeepBrar / lunasea

Self-hosted software controller built using Flutter
https://www.lunasea.app
GNU General Public License v3.0
1.29k stars 64 forks source link

Add Vectorized Logo #703

Closed Irishsmurf closed 2 years ago

Irishsmurf commented 2 years ago

Adds VectorDrawable images to use as the LunaSea application logo.

Currently we use static .png images for the Application logo - this means there must be multiple images generated per display size.

This change adds VectorDrawable images to the res directory, and references these for the Launcher Icons.

The first is the regular LunaSea colour logo - the second has a slightly Alpha'd logo for use as the Monochrome logo.

Examples:


Monochrome Theme: MonoIcon


Colour'd Theme:

Colour_Logo

JagandeepBrar commented 2 years ago

This is fantastic, thanks for doing this!