From 3b63374b33a3db38a3d2b2e467f7902b6a9fe1af Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 11 Mar 2019 21:00:12 +0100 Subject: Dist: make icon a proper square (#9716) The canvas was resized from 128x104 to 128x128 and centered via Gimp and further optimized via optipng. Fixes https://github.com/neovim/neovim/issues/9715 --- runtime/nvim.png | Bin 6432 -> 5887 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/runtime/nvim.png b/runtime/nvim.png index dbc65ef363..5d6cee3b49 100644 Binary files a/runtime/nvim.png and b/runtime/nvim.png differ -- cgit