Update logo (#65)

This commit is contained in:
Marco Bulgarelli
2025-07-22 09:02:52 +02:00
committed by GitHub
parent dbdb1e9601
commit d209cd7fc3
3 changed files with 37 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<div align="center">
<img height="100" src="assets/logo.png"/>
<img height="125" src="assets/bluetui-logo-anim.svg"/>
<h2> TUI for managing bluetooth on Linux </h2>
<img src="https://github.com/user-attachments/assets/13498e90-b2d0-43c8-9dd7-8a9de2734f64"/>
</div>
@@ -128,3 +128,7 @@ pair = "p"
## ⚖️ License
GPLv3
## ✍️ Credits
Bluetui logo: [Marco Bulgarelli](https://github.com/Bugg4)

View File

@@ -0,0 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 500 188.446">
<!--
Designed by: Marco Bulgarelli | bulgarelli.marco99@gmail.com
Credits to: https://paul.af/github-readme-dark-mode
https://github.com/sindresorhus/css-in-readme-like-wat
-->
<style>
@media (prefers-color-scheme: dark) {
path {
filter: invert(1);
}
}
path#cursor {
animation: blink 1s steps(1, end) infinite;
}
@keyframes blink {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
</style>
<path id="main" d="M82.603 0v188.446l50.494-61.133-34.53-34.76L133.25 58.56ZM0 18.87v130.65h77.417v-3.26H3.262V22.131h74.155V18.87Zm106.557 0v3.262h390.181v124.127H127.542v3.262H500V18.87ZM95.395 34.35l20.31 23.483-20.31 19.915ZM28.528 49.157l-9.097 8.996C30.76 69.6 48.584 87.56 53.438 92.453c-4.894 4.821-22.612 22.286-33.93 33.383l8.956 9.135c12.876-12.622 38.53-37.906 38.53-37.906l4.562-4.497-4.51-4.562S41.35 62.111 28.527 49.156zm156.733 20.03v31.88c0 16.19 7.49 24.284 22.476 24.284 15.446 0 23.176-8.295 23.176-24.87V69.185h-12.435v32.49c0 8.622-3.432 12.933-10.283 12.933-6.979 0-10.46-4.462-10.46-13.391V69.186Zm56.024 0v55.196h33.102v-10.078H253.72v-12.627h18.055V91.586H253.72v-12.27h19.393v-10.13Zm39.562 0v10.13h15.672v45.066h12.474V79.316h15.736v-10.13Zm50.66 0v31.88c0 16.19 7.491 24.284 22.476 24.284 15.447 0 23.164-8.295 23.164-24.87V69.185h-12.423v32.49c0 8.622-3.431 12.933-10.282 12.933-6.98 0-10.474-4.462-10.474-13.391V69.186Zm57.655 0v55.196h12.436V69.186Zm-244.916.013.013 55.922h34.822V112.33H157.04V69.2Zm-48.85 38.3 20.462 20.604-20.463 24.782Z" />
<path id="cursor" d="M425.934 112.329v12.792h52.125V112.33z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB