Skip to content

Commit

Permalink
Merge pull request #1 from DinkDonk/light-and-dark
Browse files Browse the repository at this point in the history
Light and dark
  • Loading branch information
DinkDonk authored May 14, 2021
2 parents ea32cd6 + afdd1ea commit 8fbd883
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Kitty Application Icon
======================

<img src="kitty.png" width="180">
<p float="left">
<img src="kitty-dark.png" width="180">
<img src="kitty-light.png" width="180">
</p>

An alternative MacOS application icon for the wonderful [Kitty](https://sw.kovidgoyal.net/kitty/) terminal emulator.

Expand All @@ -18,5 +21,5 @@ $ rm /var/folders/*/*/*/com.apple.dock.iconcache; killall Dock
### Building

```bash
$ npx png2icons kitty.png kitty -icns
$ npx png2icons kitty-light.png kitty-light -icns && npx png2icons kitty-dark.png kitty-dark -icns
```
Binary file added kitty-dark.icns
Binary file not shown.
Binary file added kitty-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added kitty-light.icns
Binary file not shown.
Binary file added kitty-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified kitty.afdesign
Binary file not shown.
Binary file removed kitty.icns
Binary file not shown.
Binary file removed kitty.png
Binary file not shown.

0 comments on commit 8fbd883

Please sign in to comment.