Skip to content

Commit

Permalink
Merge pull request #12 from msoap/hidpi_icons
Browse files Browse the repository at this point in the history
Changed icons for completion menu to HiDPI version
  • Loading branch information
syscrusher committed Oct 18, 2015
2 parents f490d6f + 6201a07 commit 9faf1ad
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
Binary file added Support/icons/all.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 Support/icons/const.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 Support/icons/func.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions Support/icons/make_icons.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
# brew install imagemagick

# create HiDPI icons from Texmate Go-code screenshot
convert all.png -crop 60x30+12+27 func.png
convert all.png -crop 60x30+63+117 const.png
convert all.png -crop 60x30+58+146 var.png
convert all.png -crop 60x30+58+177 type.png
convert all.png -crop 60x30+58+207 package.png

Binary file modified Support/icons/package.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 Support/icons/type.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 Support/icons/var.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9faf1ad

Please sign in to comment.