kitty/logo
Kovid Goyal 5a2f2767ad
Fix window icon not working on X11 with 64bits
Apparently on X11 the maximum icon size is 128x128. 256x256 is too
large for the X11 protocol because the X server unserializes the icons
using "unsigned long" which is 64 bits on Linux. So we have to use
64bits per pixel instead of 32, with 32bits padded to 0.

While there I also got rid of the kitty.rgba file replacing it with a
128x128 PNG file.

Fixes #3260
2021-01-25 20:54:19 +05:30
..
kitty.iconset Add the generated macOS icons to git 2019-06-28 13:48:09 +05:30
beam-cursor.png macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds 2018-07-07 10:43:30 +05:30
beam-cursor@2x.png macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds 2018-07-07 10:43:30 +05:30
kitty-128.png Fix window icon not working on X11 with 64bits 2021-01-25 20:54:19 +05:30
kitty.png Add a clean action to setup.py 2017-10-17 13:35:54 +05:30
kitty.svg Make the logo a little nicer 2017-02-02 15:23:46 +05:30
make.py Fix window icon not working on X11 with 64bits 2021-01-25 20:54:19 +05:30