Skip to content

Commit 6201a07

Browse files
committed
Changed icons for completion menu to HiDPI version
1 parent 432af5b commit 6201a07

File tree

7 files changed

+10
-0
lines changed

7 files changed

+10
-0
lines changed

Support/icons/all.png

24.4 KB
Loading

Support/icons/const.png

1017 Bytes
Loading

Support/icons/func.png

712 Bytes
Loading

Support/icons/make_icons.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
# brew install imagemagick
3+
4+
# create HiDPI icons from Texmate Go-code screenshot
5+
convert all.png -crop 60x30+12+27 func.png
6+
convert all.png -crop 60x30+63+117 const.png
7+
convert all.png -crop 60x30+58+146 var.png
8+
convert all.png -crop 60x30+58+177 type.png
9+
convert all.png -crop 60x30+58+207 package.png
10+

Support/icons/package.png

790 Bytes
Loading

Support/icons/type.png

874 Bytes
Loading

Support/icons/var.png

657 Bytes
Loading

0 commit comments

Comments
 (0)