kitty/logo
Luflosi 527ff0238a
Replace all instances of EnvironmentError with OSError
According to the text just above https://docs.python.org/3/library/exceptions.html#EnvironmentError, `EnvironmentError` has been an alias of `OSError` since Python 3.3. Replacing it makes the code more consistent since `OSError` is used in other places in the code too.
2020-01-11 16:47:36 +01:00
..
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.png Add a clean action to setup.py 2017-10-17 13:35:54 +05:30
kitty.rgba Make the logo a little nicer 2017-02-02 15:23:46 +05:30
kitty.svg Make the logo a little nicer 2017-02-02 15:23:46 +05:30
make.py Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00