From 0e2aa2a3887d008ec6ac39894ed482b49f871eee Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 20 Aug 2019 17:54:20 +0200 Subject: Upscale 22x22px icons to 24x24px adding 1px to the edges Helper script: dirs=() for dir in $(find ./mate/24x24 -mindepth 1 -maxdepth 1 -type d); do directory=$(basename $dir) if [ -f "mate/22x22/$directory/Makefile.am" ]; \ then cp mate/22x22/$directory/Makefile.am mate/24x24/$directory/Makefile.am sed -i -e 's/-w=22 -h=22/-w=24 -h=24/g' mate/24x24/$directory/Makefile.am dirs+=($directory) fi done ./autogen.sh for dir in ${dirs[@]}; do make -C mate/24x24/$dir clean-png-icons build-png-icons done Change: - @inkscape -z $^ --export-area=A:B:C:D -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=A-1:B-1:C+1:D+1 -w=24 -h=24 -e=$@ 1> /dev/null --- mate/24x24/actions/Makefile.am | 220 +++++++++++------------ mate/24x24/actions/address-book-new.png | Bin 1506 -> 1205 bytes mate/24x24/actions/application-exit.png | Bin 1227 -> 1032 bytes mate/24x24/actions/appointment-new.png | Bin 1653 -> 1568 bytes mate/24x24/actions/bookmark-new.png | Bin 924 -> 931 bytes mate/24x24/actions/call-start.png | Bin 986 -> 1011 bytes mate/24x24/actions/call-stop.png | Bin 864 -> 924 bytes mate/24x24/actions/contact-new.png | Bin 1221 -> 969 bytes mate/24x24/actions/document-new.png | Bin 1483 -> 1342 bytes mate/24x24/actions/document-open-recent.png | Bin 1595 -> 1551 bytes mate/24x24/actions/document-page-setup.png | Bin 1245 -> 1162 bytes mate/24x24/actions/document-print-preview.png | Bin 1375 -> 1394 bytes mate/24x24/actions/document-print.png | Bin 1128 -> 1043 bytes mate/24x24/actions/document-properties.png | Bin 1179 -> 1160 bytes mate/24x24/actions/document-revert-rtl.png | Bin 1191 -> 1377 bytes mate/24x24/actions/document-revert.png | Bin 1152 -> 1345 bytes mate/24x24/actions/document-save-as.png | Bin 1305 -> 1101 bytes mate/24x24/actions/document-save.png | Bin 1299 -> 1256 bytes mate/24x24/actions/document-send.png | Bin 887 -> 747 bytes mate/24x24/actions/edit-clear-rtl.png | Bin 1281 -> 1090 bytes mate/24x24/actions/edit-clear.png | Bin 1289 -> 1091 bytes mate/24x24/actions/edit-copy.png | Bin 1221 -> 759 bytes mate/24x24/actions/edit-cut.png | Bin 1131 -> 1246 bytes mate/24x24/actions/edit-delete.png | Bin 1373 -> 1272 bytes mate/24x24/actions/edit-find-replace.png | Bin 1667 -> 1689 bytes mate/24x24/actions/edit-find.png | Bin 1440 -> 1499 bytes mate/24x24/actions/edit-paste.png | Bin 1050 -> 1167 bytes mate/24x24/actions/edit-redo-rtl.png | Bin 1053 -> 994 bytes mate/24x24/actions/edit-redo.png | Bin 1087 -> 969 bytes mate/24x24/actions/edit-select-all.png | Bin 1081 -> 1214 bytes mate/24x24/actions/edit-undo-rtl.png | Bin 1091 -> 1005 bytes mate/24x24/actions/edit-undo.png | Bin 1098 -> 964 bytes mate/24x24/actions/format-indent-less-rtl.png | Bin 1239 -> 650 bytes mate/24x24/actions/format-indent-less.png | Bin 1310 -> 644 bytes mate/24x24/actions/format-indent-more-rtl.png | Bin 1278 -> 623 bytes mate/24x24/actions/format-indent-more.png | Bin 1272 -> 627 bytes mate/24x24/actions/format-justify-center.png | Bin 1152 -> 430 bytes mate/24x24/actions/format-justify-fill.png | Bin 1319 -> 481 bytes mate/24x24/actions/format-justify-left.png | Bin 1184 -> 440 bytes mate/24x24/actions/format-justify-right.png | Bin 1150 -> 430 bytes mate/24x24/actions/format-text-bold.png | Bin 1243 -> 1117 bytes mate/24x24/actions/format-text-direction-ltr.png | Bin 1106 -> 1086 bytes mate/24x24/actions/format-text-direction-rtl.png | Bin 1168 -> 1145 bytes mate/24x24/actions/format-text-italic.png | Bin 1280 -> 1150 bytes mate/24x24/actions/format-text-strikethrough.png | Bin 1347 -> 801 bytes mate/24x24/actions/format-text-underline.png | Bin 1165 -> 963 bytes mate/24x24/actions/go-bottom.png | Bin 1223 -> 1200 bytes mate/24x24/actions/go-down.png | Bin 1122 -> 1044 bytes mate/24x24/actions/go-first.png | Bin 1321 -> 1259 bytes mate/24x24/actions/go-home.png | Bin 1377 -> 1287 bytes mate/24x24/actions/go-jump.png | Bin 1044 -> 935 bytes mate/24x24/actions/go-last.png | Bin 1295 -> 1257 bytes mate/24x24/actions/go-next.png | Bin 1107 -> 1053 bytes mate/24x24/actions/go-previous.png | Bin 1120 -> 1005 bytes mate/24x24/actions/go-top.png | Bin 1281 -> 1123 bytes mate/24x24/actions/go-up.png | Bin 1069 -> 936 bytes mate/24x24/actions/help-about.png | Bin 1383 -> 985 bytes mate/24x24/actions/help-faq.png | Bin 1457 -> 1077 bytes mate/24x24/actions/insert-image.png | Bin 855 -> 881 bytes mate/24x24/actions/insert-link.png | Bin 1272 -> 1049 bytes mate/24x24/actions/insert-object.png | Bin 1003 -> 797 bytes mate/24x24/actions/insert-text.png | Bin 918 -> 728 bytes mate/24x24/actions/list-add.png | Bin 1205 -> 777 bytes mate/24x24/actions/list-remove.png | Bin 707 -> 482 bytes mate/24x24/actions/mail-forward.png | Bin 1052 -> 1124 bytes mate/24x24/actions/mail-mark-important.png | Bin 1258 -> 870 bytes mate/24x24/actions/mail-mark-junk.png | Bin 1396 -> 1336 bytes mate/24x24/actions/mail-mark-notjunk.png | Bin 1483 -> 1132 bytes mate/24x24/actions/mail-mark-read.png | Bin 1467 -> 1111 bytes mate/24x24/actions/mail-mark-unread.png | Bin 1139 -> 1182 bytes mate/24x24/actions/mail-message-new.png | Bin 1192 -> 1167 bytes mate/24x24/actions/mail-reply-all.png | Bin 1289 -> 1090 bytes mate/24x24/actions/mail-reply-sender.png | Bin 1124 -> 1076 bytes mate/24x24/actions/mail-send-receive.png | Bin 1249 -> 927 bytes mate/24x24/actions/mail-send.png | Bin 1380 -> 1016 bytes mate/24x24/actions/mark-location.png | Bin 989 -> 952 bytes mate/24x24/actions/media-eject.png | Bin 930 -> 616 bytes mate/24x24/actions/media-playback-pause.png | Bin 748 -> 525 bytes mate/24x24/actions/media-playback-start-rtl.png | Bin 717 -> 884 bytes mate/24x24/actions/media-playback-start.png | Bin 681 -> 848 bytes mate/24x24/actions/media-playback-stop.png | Bin 605 -> 457 bytes mate/24x24/actions/media-record.png | Bin 888 -> 957 bytes mate/24x24/actions/media-seek-backward.png | Bin 859 -> 653 bytes mate/24x24/actions/media-seek-forward.png | Bin 794 -> 667 bytes mate/24x24/actions/media-skip-backward.png | Bin 1070 -> 796 bytes mate/24x24/actions/media-skip-forward.png | Bin 1025 -> 786 bytes mate/24x24/actions/object-flip-horizontal.png | Bin 1087 -> 945 bytes mate/24x24/actions/object-flip-vertical.png | Bin 1081 -> 1044 bytes mate/24x24/actions/object-rotate-left.png | Bin 1290 -> 1148 bytes mate/24x24/actions/object-rotate-right.png | Bin 1253 -> 1114 bytes mate/24x24/actions/process-stop.png | Bin 1241 -> 1202 bytes mate/24x24/actions/system-lock-screen.png | Bin 1405 -> 1328 bytes mate/24x24/actions/system-log-out.png | Bin 1176 -> 1218 bytes mate/24x24/actions/system-run.png | Bin 1718 -> 1229 bytes mate/24x24/actions/system-search.png | Bin 1454 -> 1451 bytes mate/24x24/actions/system-shutdown.png | Bin 520 -> 784 bytes mate/24x24/actions/tab-new.png | Bin 1360 -> 1462 bytes mate/24x24/actions/tools-check-spelling.png | Bin 870 -> 830 bytes mate/24x24/actions/view-fullscreen.png | Bin 770 -> 519 bytes mate/24x24/actions/view-refresh.png | Bin 1144 -> 1278 bytes mate/24x24/actions/view-restore.png | Bin 938 -> 521 bytes mate/24x24/actions/view-sort-ascending.png | Bin 1176 -> 888 bytes mate/24x24/actions/view-sort-descending.png | Bin 1140 -> 814 bytes mate/24x24/actions/window-close.png | Bin 1114 -> 991 bytes mate/24x24/actions/window-new.png | Bin 855 -> 716 bytes mate/24x24/actions/zoom-fit-best.png | Bin 1095 -> 819 bytes mate/24x24/actions/zoom-in.png | Bin 990 -> 797 bytes mate/24x24/actions/zoom-original.png | Bin 1002 -> 840 bytes mate/24x24/actions/zoom-out.png | Bin 820 -> 726 bytes 109 files changed, 110 insertions(+), 110 deletions(-) (limited to 'mate/24x24/actions') diff --git a/mate/24x24/actions/Makefile.am b/mate/24x24/actions/Makefile.am index e97b03e..c2f7c5f 100644 --- a/mate/24x24/actions/Makefile.am +++ b/mate/24x24/actions/Makefile.am @@ -113,553 +113,553 @@ png_icons = \ address-book-new.png: ../../../src/x-office-address-book.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ application-exit.png:../../../src/application-exit.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ appointment-new.png: ../../../src/clocks.svg @echo " "$@ - @inkscape -z $^ --export-area=303:436:335:468 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:395:326:419 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ bookmark-new.png: ../../../src/bookmark-new.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ call-start.png: ../../../src/call-start.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ call-stop.png: ../../../src/call-stop.svg @echo " "$@ - @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ contact-new.png: ../../../src/contact-new.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-new.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=700:441:732:473 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=700:397:724:421 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-open.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=1503:742:1535:774 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1502:700:1526:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-open-recent.png: ../../../src/clocks.svg @echo " "$@ - @inkscape -z $^ --export-area=703:136:735:168 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:95:726:119 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-page-setup.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=302:141:334:173 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:97:324:121 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-print.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=303:134:335:166 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:93:326:117 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-print-preview.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:434:1135:466 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:394:1126:418 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-properties.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1100:441:1132:473 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1100:397:1124:421 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-revert.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1900:441:1932:473 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1900:397:1924:421 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-revert-rtl.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1500:141:1532:173 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1499:97:1523:121 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-save-as.png: ../../../src/cabinets.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:100:1126:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-save.png: ../../../src/cabinets.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-send.png: ../../../src/document-send.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-clear.png: ../../../src/edit-clear-all.svg @echo " "$@ - @inkscape -z $^ --export-area=301:142:333:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-clear-rtl.png: ../../../src/edit-clear-all.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -flop $@ 1> /dev/null @mogrify -quiet -strip $@ edit-copy.png: ../../../src/copy-paste-tasks.svg @echo " "$@ - @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:400:726:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-cut.png: ../../../src/edit-cut.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-delete.png: ../../../src/edit-delete.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-find.png: ../../../src/find.svg @echo " "$@ - @inkscape -z $^ --export-area=300:143:332:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:100:324:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-find-replace.png: ../../../src/find.svg @echo " "$@ - @inkscape -z $^ --export-area=700:143:732:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=700:100:724:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-paste.png: ../../../src/copy-paste-tasks.svg @echo " "$@ - @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:400:326:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-undo.png: ../../../src/edit-undo-redo.svg @echo " "$@ - @inkscape -z $^ --export-area=22:102:54:134 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=22:61:46:85 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-redo.png: ../../../src/edit-undo-redo.svg @echo " "$@ - @inkscape -z $^ --export-area=84:102:116:134 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=82:61:106:85 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-select-all.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1500:441:1532:473 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1500:397:1524:421 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-redo-rtl.png: ../../../src/edit-undo-redo.svg @echo " "$@ - @inkscape -z $^ --export-area=142:102:174:134 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=143:61:167:85 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-undo-rtl.png: ../../../src/edit-undo-redo.svg @echo " "$@ - @inkscape -z $^ --export-area=204:102:236:134 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=201:61:225:85 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ folder-new.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=303:742:335:774 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:700:326:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-indent-less-rtl.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=-107:82:-75:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=-108:41:-84:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-indent-more-rtl.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=-49:82:-17:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=-48:41:-24:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-indent-less.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=13:82:47:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=12:41:36:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-indent-more.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=73:82:105:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=72:41:96:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-justify-left.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=133:82:165:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=132:41:156:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-justify-center.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=193:82:225:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=192:41:216:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-justify-right.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=253:82:285:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=252:41:276:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-justify-fill.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=313:82:345:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=312:41:336:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-text-bold.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=373:82:405:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=372:41:396:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-text-direction-ltr.png: ../../../src/format-text-direction-ltr.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-text-direction-rtl.png: ../../../src/format-text-direction-rtl.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-text-italic.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=433:82:465:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=433:41:457:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-text-strikethrough.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=493:82:525:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=492:41:516:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-text-underline.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=553:82:585:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=552:41:576:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-jump.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=33:98:65:130 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=32:56:56:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-bottom.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=113:98:145:130 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=112:56:136:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-down.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=193:98:225:130 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=192:56:216:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-top.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=283:97:315:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=282:56:306:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-up.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=373:98:405:130 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=372:56:396:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-first.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=463:97:495:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=462:56:486:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-previous.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=543:97:575:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=542:56:566:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ view-refresh.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=623:97:655:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=622:56:646:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ process-stop.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=703:97:735:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:56:726:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-next.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=783:97:815:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=782:56:806:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-last.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=863:97:895:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=862:56:886:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-home.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=943:97:975:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=942:56:966:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ help-about.png: ../../../src/help-about.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ help-faq.png: ../../../src/help-faq.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ insert-image.png: ../../../src/insert-image.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ insert-link.png: ../../../src/insert-link.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ insert-object.png: ../../../src/insert-object.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ insert-text.png: ../../../src/insert-text.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ list-add.png: ../../../src/list-add-remove.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ list-remove.png: ../../../src/list-add-remove.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-forward.png: ../../../src/mail-forward.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-mark-important.png: ../../../src/mail-mark-important.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-mark-junk.png: ../../../src/mail-mark-junk.svg @echo " "$@ - @inkscape -z $^ --export-area=296:202:344:250 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=295:201:345:251 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-mark-notjunk.png: ../../../src/mail-mark-notjunk.svg @echo " "$@ - @inkscape -z $^ --export-area=296:152:328:184 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=296:122:320:146 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-mark-read.png: ../../../src/open-envelopes.svg @echo " "$@ - @inkscape -z $^ --export-area=1503:142:1535:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1502:100:1526:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-mark-unread.png: ../../../src/mail-mark-unread.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-message-new.png: ../../../src/open-envelopes.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-reply-all.png: ../../../src/mail-reply-all.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-reply-sender.png: ../../../src/mail-reply-sender.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-send.png: ../../../src/mail-send.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-send-receive.png: ../../../src/mail-send-receive.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mark-location.png: ../../../src/mark-location.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-eject.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=93:62:125:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=72:30:96:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-skip-backward.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=133:62:165:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=102:30:126:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-seek-backward.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=173:62:205:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=132:30:156:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-playback-pause.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=213:62:245:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=162:30:186:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-playback-start.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=253:62:285:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=192:30:216:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-playback-stop.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=293:62:325:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=222:30:246:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-seek-forward.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=333:62:365:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=252:30:276:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-skip-forward.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=373:62:405:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=282:30:306:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-record.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=413:62:445:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=312:30:336:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-playback-start-rtl.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=453:62:485:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=352:30:376:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ object-flip-horizontal.png: ../../../src/object-flip-rotate.svg @echo " "$@ - @inkscape -z $^ --export-area=22:103:55:135 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=21:60:45:84 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ object-flip-vertical.png: ../../../src/object-flip-rotate.svg @echo " "$@ - @inkscape -z $^ --export-area=62:103:95:135 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=51:60:75:84 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ object-rotate-left.png: ../../../src/object-flip-rotate.svg @echo " "$@ - @inkscape -z $^ --export-area=104:103:136:135 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=82:60:106:84 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ object-rotate-right.png: ../../../src/object-flip-rotate.svg @echo " "$@ - @inkscape -z $^ --export-area=144:103:176:135 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=111:60:135:84 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ system-lock-screen.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ system-log-out.png: ../../../src/system-log-out.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ system-run.png: ../../../src/system-run.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ system-search.png: ../../../src/system-search.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ system-shutdown.png: ../../../src/system-shutdown.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ tab-new.png: ../../../src/tab-new.svg @echo " "$@ - @inkscape -z $^ --export-area=303:101:325:123 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ tools-check-spelling.png: ../../../src/tools-check-spelling.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ view-fullscreen.png: ../../../src/view-fullscreen-restore.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ view-restore.png: ../../../src/view-fullscreen-restore.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ view-sort-ascending.png: ../../../src/view-sort.svg @echo " "$@ - @inkscape -z $^ --export-area=22:142:54:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=21:100:45:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ view-sort-descending.png: ../../../src/view-sort.svg @echo " "$@ - @inkscape -z $^ --export-area=82:142:114:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=81:100:105:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ window-close.png: ../../../src/window-close.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ window-new.png: ../../../src/window-new.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ zoom-fit-best.png: ../../../src/zoom.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ zoom-in.png: ../../../src/zoom.svg @echo " "$@ - @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:400:326:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ zoom-original.png: ../../../src/zoom.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ zoom-out.png: ../../../src/zoom.svg @echo " "$@ - @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:400:726:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ .PHONY: build-png-icons-local clean-png-icons-local diff --git a/mate/24x24/actions/address-book-new.png b/mate/24x24/actions/address-book-new.png index a6bac52..afa0298 100644 Binary files a/mate/24x24/actions/address-book-new.png and b/mate/24x24/actions/address-book-new.png differ diff --git a/mate/24x24/actions/application-exit.png b/mate/24x24/actions/application-exit.png index 920facd..d0823b5 100644 Binary files a/mate/24x24/actions/application-exit.png and b/mate/24x24/actions/application-exit.png differ diff --git a/mate/24x24/actions/appointment-new.png b/mate/24x24/actions/appointment-new.png index fd1043d..f11373e 100644 Binary files a/mate/24x24/actions/appointment-new.png and b/mate/24x24/actions/appointment-new.png differ diff --git a/mate/24x24/actions/bookmark-new.png b/mate/24x24/actions/bookmark-new.png index 4b86fd7..aff650f 100644 Binary files a/mate/24x24/actions/bookmark-new.png and b/mate/24x24/actions/bookmark-new.png differ diff --git a/mate/24x24/actions/call-start.png b/mate/24x24/actions/call-start.png index 9e02f1f..ae58d74 100644 Binary files a/mate/24x24/actions/call-start.png and b/mate/24x24/actions/call-start.png differ diff --git a/mate/24x24/actions/call-stop.png b/mate/24x24/actions/call-stop.png index 57ebe3b..6212c9d 100644 Binary files a/mate/24x24/actions/call-stop.png and b/mate/24x24/actions/call-stop.png differ diff --git a/mate/24x24/actions/contact-new.png b/mate/24x24/actions/contact-new.png index d1d27d3..70a3796 100644 Binary files a/mate/24x24/actions/contact-new.png and b/mate/24x24/actions/contact-new.png differ diff --git a/mate/24x24/actions/document-new.png b/mate/24x24/actions/document-new.png index 06060bc..32d39b1 100644 Binary files a/mate/24x24/actions/document-new.png and b/mate/24x24/actions/document-new.png differ diff --git a/mate/24x24/actions/document-open-recent.png b/mate/24x24/actions/document-open-recent.png index 6c98a5d..1ed3270 100644 Binary files a/mate/24x24/actions/document-open-recent.png and b/mate/24x24/actions/document-open-recent.png differ diff --git a/mate/24x24/actions/document-page-setup.png b/mate/24x24/actions/document-page-setup.png index f1cf757..4793185 100644 Binary files a/mate/24x24/actions/document-page-setup.png and b/mate/24x24/actions/document-page-setup.png differ diff --git a/mate/24x24/actions/document-print-preview.png b/mate/24x24/actions/document-print-preview.png index ef7db4f..1cae167 100644 Binary files a/mate/24x24/actions/document-print-preview.png and b/mate/24x24/actions/document-print-preview.png differ diff --git a/mate/24x24/actions/document-print.png b/mate/24x24/actions/document-print.png index 909d9a7..7c9a034 100644 Binary files a/mate/24x24/actions/document-print.png and b/mate/24x24/actions/document-print.png differ diff --git a/mate/24x24/actions/document-properties.png b/mate/24x24/actions/document-properties.png index 773ebcf..572683c 100644 Binary files a/mate/24x24/actions/document-properties.png and b/mate/24x24/actions/document-properties.png differ diff --git a/mate/24x24/actions/document-revert-rtl.png b/mate/24x24/actions/document-revert-rtl.png index 8feb5ea..219439f 100644 Binary files a/mate/24x24/actions/document-revert-rtl.png and b/mate/24x24/actions/document-revert-rtl.png differ diff --git a/mate/24x24/actions/document-revert.png b/mate/24x24/actions/document-revert.png index 1b4d0ad..34a0d83 100644 Binary files a/mate/24x24/actions/document-revert.png and b/mate/24x24/actions/document-revert.png differ diff --git a/mate/24x24/actions/document-save-as.png b/mate/24x24/actions/document-save-as.png index 8e7558f..c7ed0a1 100644 Binary files a/mate/24x24/actions/document-save-as.png and b/mate/24x24/actions/document-save-as.png differ diff --git a/mate/24x24/actions/document-save.png b/mate/24x24/actions/document-save.png index fe2eed7..59d869b 100644 Binary files a/mate/24x24/actions/document-save.png and b/mate/24x24/actions/document-save.png differ diff --git a/mate/24x24/actions/document-send.png b/mate/24x24/actions/document-send.png index 6f22f37..599edeb 100644 Binary files a/mate/24x24/actions/document-send.png and b/mate/24x24/actions/document-send.png differ diff --git a/mate/24x24/actions/edit-clear-rtl.png b/mate/24x24/actions/edit-clear-rtl.png index 9cdc5e0..69925ce 100644 Binary files a/mate/24x24/actions/edit-clear-rtl.png and b/mate/24x24/actions/edit-clear-rtl.png differ diff --git a/mate/24x24/actions/edit-clear.png b/mate/24x24/actions/edit-clear.png index c9d09b6..49520b2 100644 Binary files a/mate/24x24/actions/edit-clear.png and b/mate/24x24/actions/edit-clear.png differ diff --git a/mate/24x24/actions/edit-copy.png b/mate/24x24/actions/edit-copy.png index b61d5d2..c5416fe 100644 Binary files a/mate/24x24/actions/edit-copy.png and b/mate/24x24/actions/edit-copy.png differ diff --git a/mate/24x24/actions/edit-cut.png b/mate/24x24/actions/edit-cut.png index 2182bbe..094844a 100644 Binary files a/mate/24x24/actions/edit-cut.png and b/mate/24x24/actions/edit-cut.png differ diff --git a/mate/24x24/actions/edit-delete.png b/mate/24x24/actions/edit-delete.png index e82b444..3d551c2 100644 Binary files a/mate/24x24/actions/edit-delete.png and b/mate/24x24/actions/edit-delete.png differ diff --git a/mate/24x24/actions/edit-find-replace.png b/mate/24x24/actions/edit-find-replace.png index 5e8b0f9..58f93f8 100644 Binary files a/mate/24x24/actions/edit-find-replace.png and b/mate/24x24/actions/edit-find-replace.png differ diff --git a/mate/24x24/actions/edit-find.png b/mate/24x24/actions/edit-find.png index be92d6b..d81dc97 100644 Binary files a/mate/24x24/actions/edit-find.png and b/mate/24x24/actions/edit-find.png differ diff --git a/mate/24x24/actions/edit-paste.png b/mate/24x24/actions/edit-paste.png index b863d5c..da6d1be 100644 Binary files a/mate/24x24/actions/edit-paste.png and b/mate/24x24/actions/edit-paste.png differ diff --git a/mate/24x24/actions/edit-redo-rtl.png b/mate/24x24/actions/edit-redo-rtl.png index 730cedb..31c6d4e 100644 Binary files a/mate/24x24/actions/edit-redo-rtl.png and b/mate/24x24/actions/edit-redo-rtl.png differ diff --git a/mate/24x24/actions/edit-redo.png b/mate/24x24/actions/edit-redo.png index dca3cb9..7dfe693 100644 Binary files a/mate/24x24/actions/edit-redo.png and b/mate/24x24/actions/edit-redo.png differ diff --git a/mate/24x24/actions/edit-select-all.png b/mate/24x24/actions/edit-select-all.png index 7e1e5fc..87bd2a8 100644 Binary files a/mate/24x24/actions/edit-select-all.png and b/mate/24x24/actions/edit-select-all.png differ diff --git a/mate/24x24/actions/edit-undo-rtl.png b/mate/24x24/actions/edit-undo-rtl.png index 67f5663..78c9e90 100644 Binary files a/mate/24x24/actions/edit-undo-rtl.png and b/mate/24x24/actions/edit-undo-rtl.png differ diff --git a/mate/24x24/actions/edit-undo.png b/mate/24x24/actions/edit-undo.png index 7c847d1..8bbfad9 100644 Binary files a/mate/24x24/actions/edit-undo.png and b/mate/24x24/actions/edit-undo.png differ diff --git a/mate/24x24/actions/format-indent-less-rtl.png b/mate/24x24/actions/format-indent-less-rtl.png index 9315046..6a5b2db 100644 Binary files a/mate/24x24/actions/format-indent-less-rtl.png and b/mate/24x24/actions/format-indent-less-rtl.png differ diff --git a/mate/24x24/actions/format-indent-less.png b/mate/24x24/actions/format-indent-less.png index a77ab08..f84aa1f 100644 Binary files a/mate/24x24/actions/format-indent-less.png and b/mate/24x24/actions/format-indent-less.png differ diff --git a/mate/24x24/actions/format-indent-more-rtl.png b/mate/24x24/actions/format-indent-more-rtl.png index 716a2c1..a5c49f8 100644 Binary files a/mate/24x24/actions/format-indent-more-rtl.png and b/mate/24x24/actions/format-indent-more-rtl.png differ diff --git a/mate/24x24/actions/format-indent-more.png b/mate/24x24/actions/format-indent-more.png index cff02d3..99d8e35 100644 Binary files a/mate/24x24/actions/format-indent-more.png and b/mate/24x24/actions/format-indent-more.png differ diff --git a/mate/24x24/actions/format-justify-center.png b/mate/24x24/actions/format-justify-center.png index d6117df..d3383cb 100644 Binary files a/mate/24x24/actions/format-justify-center.png and b/mate/24x24/actions/format-justify-center.png differ diff --git a/mate/24x24/actions/format-justify-fill.png b/mate/24x24/actions/format-justify-fill.png index a4b5322..3f4f133 100644 Binary files a/mate/24x24/actions/format-justify-fill.png and b/mate/24x24/actions/format-justify-fill.png differ diff --git a/mate/24x24/actions/format-justify-left.png b/mate/24x24/actions/format-justify-left.png index 0fc3a6e..5713403 100644 Binary files a/mate/24x24/actions/format-justify-left.png and b/mate/24x24/actions/format-justify-left.png differ diff --git a/mate/24x24/actions/format-justify-right.png b/mate/24x24/actions/format-justify-right.png index 2b019d1..fa94f03 100644 Binary files a/mate/24x24/actions/format-justify-right.png and b/mate/24x24/actions/format-justify-right.png differ diff --git a/mate/24x24/actions/format-text-bold.png b/mate/24x24/actions/format-text-bold.png index 200e75c..fbcb238 100644 Binary files a/mate/24x24/actions/format-text-bold.png and b/mate/24x24/actions/format-text-bold.png differ diff --git a/mate/24x24/actions/format-text-direction-ltr.png b/mate/24x24/actions/format-text-direction-ltr.png index 011573b..98b5d1b 100644 Binary files a/mate/24x24/actions/format-text-direction-ltr.png and b/mate/24x24/actions/format-text-direction-ltr.png differ diff --git a/mate/24x24/actions/format-text-direction-rtl.png b/mate/24x24/actions/format-text-direction-rtl.png index 74a68c3..d0bf490 100644 Binary files a/mate/24x24/actions/format-text-direction-rtl.png and b/mate/24x24/actions/format-text-direction-rtl.png differ diff --git a/mate/24x24/actions/format-text-italic.png b/mate/24x24/actions/format-text-italic.png index 098ccf9..2973b5f 100644 Binary files a/mate/24x24/actions/format-text-italic.png and b/mate/24x24/actions/format-text-italic.png differ diff --git a/mate/24x24/actions/format-text-strikethrough.png b/mate/24x24/actions/format-text-strikethrough.png index 97a0da8..1026ddc 100644 Binary files a/mate/24x24/actions/format-text-strikethrough.png and b/mate/24x24/actions/format-text-strikethrough.png differ diff --git a/mate/24x24/actions/format-text-underline.png b/mate/24x24/actions/format-text-underline.png index eb6a026..66d3538 100644 Binary files a/mate/24x24/actions/format-text-underline.png and b/mate/24x24/actions/format-text-underline.png differ diff --git a/mate/24x24/actions/go-bottom.png b/mate/24x24/actions/go-bottom.png index eee1481..d5ba83f 100644 Binary files a/mate/24x24/actions/go-bottom.png and b/mate/24x24/actions/go-bottom.png differ diff --git a/mate/24x24/actions/go-down.png b/mate/24x24/actions/go-down.png index 99dc202..da4c3de 100644 Binary files a/mate/24x24/actions/go-down.png and b/mate/24x24/actions/go-down.png differ diff --git a/mate/24x24/actions/go-first.png b/mate/24x24/actions/go-first.png index 58b3e56..6d9cd00 100644 Binary files a/mate/24x24/actions/go-first.png and b/mate/24x24/actions/go-first.png differ diff --git a/mate/24x24/actions/go-home.png b/mate/24x24/actions/go-home.png index d8fe27a..20ac521 100644 Binary files a/mate/24x24/actions/go-home.png and b/mate/24x24/actions/go-home.png differ diff --git a/mate/24x24/actions/go-jump.png b/mate/24x24/actions/go-jump.png index fd53e85..d7155fc 100644 Binary files a/mate/24x24/actions/go-jump.png and b/mate/24x24/actions/go-jump.png differ diff --git a/mate/24x24/actions/go-last.png b/mate/24x24/actions/go-last.png index 5b0d7d9..825a192 100644 Binary files a/mate/24x24/actions/go-last.png and b/mate/24x24/actions/go-last.png differ diff --git a/mate/24x24/actions/go-next.png b/mate/24x24/actions/go-next.png index fea64e8..d1188ce 100644 Binary files a/mate/24x24/actions/go-next.png and b/mate/24x24/actions/go-next.png differ diff --git a/mate/24x24/actions/go-previous.png b/mate/24x24/actions/go-previous.png index 773f4f4..452552e 100644 Binary files a/mate/24x24/actions/go-previous.png and b/mate/24x24/actions/go-previous.png differ diff --git a/mate/24x24/actions/go-top.png b/mate/24x24/actions/go-top.png index e10b922..d16089d 100644 Binary files a/mate/24x24/actions/go-top.png and b/mate/24x24/actions/go-top.png differ diff --git a/mate/24x24/actions/go-up.png b/mate/24x24/actions/go-up.png index b81564f..bef8091 100644 Binary files a/mate/24x24/actions/go-up.png and b/mate/24x24/actions/go-up.png differ diff --git a/mate/24x24/actions/help-about.png b/mate/24x24/actions/help-about.png index cb3a856..7ef23fa 100644 Binary files a/mate/24x24/actions/help-about.png and b/mate/24x24/actions/help-about.png differ diff --git a/mate/24x24/actions/help-faq.png b/mate/24x24/actions/help-faq.png index 4a972b9..df343a0 100644 Binary files a/mate/24x24/actions/help-faq.png and b/mate/24x24/actions/help-faq.png differ diff --git a/mate/24x24/actions/insert-image.png b/mate/24x24/actions/insert-image.png index a4e29ae..1147de6 100644 Binary files a/mate/24x24/actions/insert-image.png and b/mate/24x24/actions/insert-image.png differ diff --git a/mate/24x24/actions/insert-link.png b/mate/24x24/actions/insert-link.png index 20c8388..f2f93db 100644 Binary files a/mate/24x24/actions/insert-link.png and b/mate/24x24/actions/insert-link.png differ diff --git a/mate/24x24/actions/insert-object.png b/mate/24x24/actions/insert-object.png index eef3ccc..172d864 100644 Binary files a/mate/24x24/actions/insert-object.png and b/mate/24x24/actions/insert-object.png differ diff --git a/mate/24x24/actions/insert-text.png b/mate/24x24/actions/insert-text.png index 3d7637d..ddd22bb 100644 Binary files a/mate/24x24/actions/insert-text.png and b/mate/24x24/actions/insert-text.png differ diff --git a/mate/24x24/actions/list-add.png b/mate/24x24/actions/list-add.png index 33755b2..363c1ce 100644 Binary files a/mate/24x24/actions/list-add.png and b/mate/24x24/actions/list-add.png differ diff --git a/mate/24x24/actions/list-remove.png b/mate/24x24/actions/list-remove.png index bae4b1a..1f9f156 100644 Binary files a/mate/24x24/actions/list-remove.png and b/mate/24x24/actions/list-remove.png differ diff --git a/mate/24x24/actions/mail-forward.png b/mate/24x24/actions/mail-forward.png index 1862e7b..6937542 100644 Binary files a/mate/24x24/actions/mail-forward.png and b/mate/24x24/actions/mail-forward.png differ diff --git a/mate/24x24/actions/mail-mark-important.png b/mate/24x24/actions/mail-mark-important.png index b9d8e81..b5f8cd7 100644 Binary files a/mate/24x24/actions/mail-mark-important.png and b/mate/24x24/actions/mail-mark-important.png differ diff --git a/mate/24x24/actions/mail-mark-junk.png b/mate/24x24/actions/mail-mark-junk.png index 471e989..4b0458b 100644 Binary files a/mate/24x24/actions/mail-mark-junk.png and b/mate/24x24/actions/mail-mark-junk.png differ diff --git a/mate/24x24/actions/mail-mark-notjunk.png b/mate/24x24/actions/mail-mark-notjunk.png index 837081d..3f95ccc 100644 Binary files a/mate/24x24/actions/mail-mark-notjunk.png and b/mate/24x24/actions/mail-mark-notjunk.png differ diff --git a/mate/24x24/actions/mail-mark-read.png b/mate/24x24/actions/mail-mark-read.png index 37da64e..1abd768 100644 Binary files a/mate/24x24/actions/mail-mark-read.png and b/mate/24x24/actions/mail-mark-read.png differ diff --git a/mate/24x24/actions/mail-mark-unread.png b/mate/24x24/actions/mail-mark-unread.png index 41ef979..63e31f1 100644 Binary files a/mate/24x24/actions/mail-mark-unread.png and b/mate/24x24/actions/mail-mark-unread.png differ diff --git a/mate/24x24/actions/mail-message-new.png b/mate/24x24/actions/mail-message-new.png index 7e7c1f0..77cbc05 100644 Binary files a/mate/24x24/actions/mail-message-new.png and b/mate/24x24/actions/mail-message-new.png differ diff --git a/mate/24x24/actions/mail-reply-all.png b/mate/24x24/actions/mail-reply-all.png index 2a4f6cf..43a1c2a 100644 Binary files a/mate/24x24/actions/mail-reply-all.png and b/mate/24x24/actions/mail-reply-all.png differ diff --git a/mate/24x24/actions/mail-reply-sender.png b/mate/24x24/actions/mail-reply-sender.png index 23231f8..63c376d 100644 Binary files a/mate/24x24/actions/mail-reply-sender.png and b/mate/24x24/actions/mail-reply-sender.png differ diff --git a/mate/24x24/actions/mail-send-receive.png b/mate/24x24/actions/mail-send-receive.png index b6fd9c2..96c69ba 100644 Binary files a/mate/24x24/actions/mail-send-receive.png and b/mate/24x24/actions/mail-send-receive.png differ diff --git a/mate/24x24/actions/mail-send.png b/mate/24x24/actions/mail-send.png index 80afe8d..df5ceb3 100644 Binary files a/mate/24x24/actions/mail-send.png and b/mate/24x24/actions/mail-send.png differ diff --git a/mate/24x24/actions/mark-location.png b/mate/24x24/actions/mark-location.png index c3aec06..0ea797d 100644 Binary files a/mate/24x24/actions/mark-location.png and b/mate/24x24/actions/mark-location.png differ diff --git a/mate/24x24/actions/media-eject.png b/mate/24x24/actions/media-eject.png index 6ae952b..e2a9aaf 100644 Binary files a/mate/24x24/actions/media-eject.png and b/mate/24x24/actions/media-eject.png differ diff --git a/mate/24x24/actions/media-playback-pause.png b/mate/24x24/actions/media-playback-pause.png index 9e37106..3c84042 100644 Binary files a/mate/24x24/actions/media-playback-pause.png and b/mate/24x24/actions/media-playback-pause.png differ diff --git a/mate/24x24/actions/media-playback-start-rtl.png b/mate/24x24/actions/media-playback-start-rtl.png index 0f0c589..949a559 100644 Binary files a/mate/24x24/actions/media-playback-start-rtl.png and b/mate/24x24/actions/media-playback-start-rtl.png differ diff --git a/mate/24x24/actions/media-playback-start.png b/mate/24x24/actions/media-playback-start.png index e2219c7..61253ca 100644 Binary files a/mate/24x24/actions/media-playback-start.png and b/mate/24x24/actions/media-playback-start.png differ diff --git a/mate/24x24/actions/media-playback-stop.png b/mate/24x24/actions/media-playback-stop.png index 588ffbc..60a3c58 100644 Binary files a/mate/24x24/actions/media-playback-stop.png and b/mate/24x24/actions/media-playback-stop.png differ diff --git a/mate/24x24/actions/media-record.png b/mate/24x24/actions/media-record.png index 5db405f..728ae13 100644 Binary files a/mate/24x24/actions/media-record.png and b/mate/24x24/actions/media-record.png differ diff --git a/mate/24x24/actions/media-seek-backward.png b/mate/24x24/actions/media-seek-backward.png index 73f2b54..377c50a 100644 Binary files a/mate/24x24/actions/media-seek-backward.png and b/mate/24x24/actions/media-seek-backward.png differ diff --git a/mate/24x24/actions/media-seek-forward.png b/mate/24x24/actions/media-seek-forward.png index e9d3a6d..8f1a9bd 100644 Binary files a/mate/24x24/actions/media-seek-forward.png and b/mate/24x24/actions/media-seek-forward.png differ diff --git a/mate/24x24/actions/media-skip-backward.png b/mate/24x24/actions/media-skip-backward.png index a00fbae..22b1625 100644 Binary files a/mate/24x24/actions/media-skip-backward.png and b/mate/24x24/actions/media-skip-backward.png differ diff --git a/mate/24x24/actions/media-skip-forward.png b/mate/24x24/actions/media-skip-forward.png index a64243d..4e32bf6 100644 Binary files a/mate/24x24/actions/media-skip-forward.png and b/mate/24x24/actions/media-skip-forward.png differ diff --git a/mate/24x24/actions/object-flip-horizontal.png b/mate/24x24/actions/object-flip-horizontal.png index f814605..9206d43 100644 Binary files a/mate/24x24/actions/object-flip-horizontal.png and b/mate/24x24/actions/object-flip-horizontal.png differ diff --git a/mate/24x24/actions/object-flip-vertical.png b/mate/24x24/actions/object-flip-vertical.png index 48383e1..780dc5f 100644 Binary files a/mate/24x24/actions/object-flip-vertical.png and b/mate/24x24/actions/object-flip-vertical.png differ diff --git a/mate/24x24/actions/object-rotate-left.png b/mate/24x24/actions/object-rotate-left.png index 4a6350f..0272f77 100644 Binary files a/mate/24x24/actions/object-rotate-left.png and b/mate/24x24/actions/object-rotate-left.png differ diff --git a/mate/24x24/actions/object-rotate-right.png b/mate/24x24/actions/object-rotate-right.png index 0099afb..72b27b9 100644 Binary files a/mate/24x24/actions/object-rotate-right.png and b/mate/24x24/actions/object-rotate-right.png differ diff --git a/mate/24x24/actions/process-stop.png b/mate/24x24/actions/process-stop.png index 15448c5..c919eca 100644 Binary files a/mate/24x24/actions/process-stop.png and b/mate/24x24/actions/process-stop.png differ diff --git a/mate/24x24/actions/system-lock-screen.png b/mate/24x24/actions/system-lock-screen.png index 4541920..9978120 100644 Binary files a/mate/24x24/actions/system-lock-screen.png and b/mate/24x24/actions/system-lock-screen.png differ diff --git a/mate/24x24/actions/system-log-out.png b/mate/24x24/actions/system-log-out.png index 50059b0..f7eaf2c 100644 Binary files a/mate/24x24/actions/system-log-out.png and b/mate/24x24/actions/system-log-out.png differ diff --git a/mate/24x24/actions/system-run.png b/mate/24x24/actions/system-run.png index aca854e..c9575b6 100644 Binary files a/mate/24x24/actions/system-run.png and b/mate/24x24/actions/system-run.png differ diff --git a/mate/24x24/actions/system-search.png b/mate/24x24/actions/system-search.png index ae33d6a..37a8b55 100644 Binary files a/mate/24x24/actions/system-search.png and b/mate/24x24/actions/system-search.png differ diff --git a/mate/24x24/actions/system-shutdown.png b/mate/24x24/actions/system-shutdown.png index 489cf45..ed6c7f6 100644 Binary files a/mate/24x24/actions/system-shutdown.png and b/mate/24x24/actions/system-shutdown.png differ diff --git a/mate/24x24/actions/tab-new.png b/mate/24x24/actions/tab-new.png index eb84a78..ec94524 100644 Binary files a/mate/24x24/actions/tab-new.png and b/mate/24x24/actions/tab-new.png differ diff --git a/mate/24x24/actions/tools-check-spelling.png b/mate/24x24/actions/tools-check-spelling.png index 4c2bf22..3daf058 100644 Binary files a/mate/24x24/actions/tools-check-spelling.png and b/mate/24x24/actions/tools-check-spelling.png differ diff --git a/mate/24x24/actions/view-fullscreen.png b/mate/24x24/actions/view-fullscreen.png index fda4519..07648bd 100644 Binary files a/mate/24x24/actions/view-fullscreen.png and b/mate/24x24/actions/view-fullscreen.png differ diff --git a/mate/24x24/actions/view-refresh.png b/mate/24x24/actions/view-refresh.png index cf71d34..247427f 100644 Binary files a/mate/24x24/actions/view-refresh.png and b/mate/24x24/actions/view-refresh.png differ diff --git a/mate/24x24/actions/view-restore.png b/mate/24x24/actions/view-restore.png index c0a3dc9..9722b21 100644 Binary files a/mate/24x24/actions/view-restore.png and b/mate/24x24/actions/view-restore.png differ diff --git a/mate/24x24/actions/view-sort-ascending.png b/mate/24x24/actions/view-sort-ascending.png index 8e2a24c..473bc8c 100644 Binary files a/mate/24x24/actions/view-sort-ascending.png and b/mate/24x24/actions/view-sort-ascending.png differ diff --git a/mate/24x24/actions/view-sort-descending.png b/mate/24x24/actions/view-sort-descending.png index 3a5b0f0..5556b32 100644 Binary files a/mate/24x24/actions/view-sort-descending.png and b/mate/24x24/actions/view-sort-descending.png differ diff --git a/mate/24x24/actions/window-close.png b/mate/24x24/actions/window-close.png index bb958a3..0656ea8 100644 Binary files a/mate/24x24/actions/window-close.png and b/mate/24x24/actions/window-close.png differ diff --git a/mate/24x24/actions/window-new.png b/mate/24x24/actions/window-new.png index fd772df..9be4d8c 100644 Binary files a/mate/24x24/actions/window-new.png and b/mate/24x24/actions/window-new.png differ diff --git a/mate/24x24/actions/zoom-fit-best.png b/mate/24x24/actions/zoom-fit-best.png index 499647c..826b2aa 100644 Binary files a/mate/24x24/actions/zoom-fit-best.png and b/mate/24x24/actions/zoom-fit-best.png differ diff --git a/mate/24x24/actions/zoom-in.png b/mate/24x24/actions/zoom-in.png index 4150920..a9b2dcf 100644 Binary files a/mate/24x24/actions/zoom-in.png and b/mate/24x24/actions/zoom-in.png differ diff --git a/mate/24x24/actions/zoom-original.png b/mate/24x24/actions/zoom-original.png index 1fdb298..6f0af3b 100644 Binary files a/mate/24x24/actions/zoom-original.png and b/mate/24x24/actions/zoom-original.png differ diff --git a/mate/24x24/actions/zoom-out.png b/mate/24x24/actions/zoom-out.png index 43ad52e..c430702 100644 Binary files a/mate/24x24/actions/zoom-out.png and b/mate/24x24/actions/zoom-out.png differ -- cgit v1.2.1