hhd-dev / hhd-ui

The main UI for the Handheld Daemon.
GNU General Public License v3.0
7 stars 5 forks source link

[feature request] Use the new logos! #6

Closed antheas closed 8 months ago

antheas commented 8 months ago

Handheld Daemon has new logos, replace the Handheld Daemon text both on login and in the header of the UI to use them.

https://github.com/hhd-dev/hhd/tree/master/art

Can also be added to the readme as a header with:

<h1 align="center">
    <picture>
        <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/hhd-dev/hhd/master/art/logo_dark.svg" width="50%">
        <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/hhd-dev/hhd/master/art/logo_light.svg" width="50%">
        <img alt="Handheld Daemon Logo." src="https://raw.githubusercontent.com/hhd-dev/hhd/master/res/art/logo_light.svg" width="50%">
    </picture>
</h1>

Bonus points if the correct light/dark one is used based on browser mode.

Should probably do light mode too/all the other favicon stuff. Check out: https://favicon.io

It does a bulk export and is very easy to add.