| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Remove undefined logo SVG gradient | Christian Duerr | 2025-10-20 |
| | | | | | | | This removes a gradient that apparently doesn't exist, which causes issues with some SVG rasterizers. Closes #8706. | ||
| * | Remove duplicate clip-path from logo | philomathic_life | 2024-08-18 |
| | | |||
| * | Fix embedded _NET_WM_ICON on X11 | Christian Duerr | 2020-12-20 |
| | | | | | | | | | | | Previously the _NET_WM_ICON would use the .ico which was also used for the Windows icon. This icon used the dimensions 256x256, but the maximum supported image size is 192x192, so a new image with the dimensions 64x64 has been added. Since we know the image format anyways, the `image` dependency could also be easily replaced with `png`, which cuts out a few extra unused dependencies. | ||
| * | Add prerendered PNG and simplified SVG logo | jansol | 2019-11-28 |
| | | | | | | This should help with compatibility problems with some platforms like KDE, that do not support all the features necessary for rendering the default Alacritty logo. | ||
| * | Add icon to Linux .desktop file | Kirill Chibisov | 2019-04-04 |
| | | |||
| * | Add official logo | Christian Duerr | 2019-04-01 |