From 4f18c0da4c9d1640636928b99782dad03f86f61e 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/status/Makefile.am | 164 ++++++++++----------- mate/24x24/status/appointment-missed.png | Bin 1686 -> 1531 bytes mate/24x24/status/appointment-soon.png | Bin 1618 -> 1373 bytes mate/24x24/status/audio-volume-high.png | Bin 1360 -> 1365 bytes mate/24x24/status/audio-volume-low.png | Bin 1094 -> 952 bytes mate/24x24/status/audio-volume-medium.png | Bin 1279 -> 1112 bytes mate/24x24/status/audio-volume-muted.png | Bin 1104 -> 1091 bytes mate/24x24/status/audio-volume-off.png | Bin 996 -> 873 bytes mate/24x24/status/avatar-default.png | Bin 1381 -> 1168 bytes mate/24x24/status/battery-caution-charging.png | Bin 1681 -> 1244 bytes mate/24x24/status/battery-caution.png | Bin 1201 -> 1270 bytes mate/24x24/status/battery-empty.png | Bin 1190 -> 791 bytes mate/24x24/status/battery-full-charged.png | Bin 1467 -> 1040 bytes mate/24x24/status/battery-full-charging.png | Bin 1581 -> 1194 bytes mate/24x24/status/battery-full.png | Bin 1143 -> 755 bytes mate/24x24/status/battery-good-charging.png | Bin 1655 -> 1211 bytes mate/24x24/status/battery-good.png | Bin 1206 -> 771 bytes mate/24x24/status/battery-low-charging.png | Bin 1678 -> 1236 bytes mate/24x24/status/battery-low.png | Bin 1208 -> 791 bytes mate/24x24/status/battery-missing.png | Bin 1385 -> 909 bytes mate/24x24/status/changes-allow.png | Bin 1230 -> 1297 bytes mate/24x24/status/changes-prevent.png | Bin 1171 -> 1070 bytes mate/24x24/status/computer-fail.png | Bin 1481 -> 1249 bytes mate/24x24/status/dialog-error.png | Bin 1075 -> 1251 bytes mate/24x24/status/dialog-information.png | Bin 1147 -> 1235 bytes mate/24x24/status/dialog-password.png | Bin 1004 -> 788 bytes mate/24x24/status/dialog-question.png | Bin 1369 -> 1083 bytes mate/24x24/status/dialog-warning.png | Bin 1085 -> 1280 bytes mate/24x24/status/image-loading.png | Bin 1407 -> 1310 bytes mate/24x24/status/image-missing.png | Bin 1201 -> 1059 bytes mate/24x24/status/mail-attachment.png | Bin 1311 -> 1049 bytes mate/24x24/status/mail-read.png | Bin 1192 -> 1167 bytes mate/24x24/status/mail-replied.png | Bin 1390 -> 1077 bytes mate/24x24/status/mail-unread.png | Bin 1152 -> 1130 bytes mate/24x24/status/media-playlist-repeat.png | Bin 1003 -> 869 bytes mate/24x24/status/media-playlist-shuffle.png | Bin 1090 -> 1197 bytes mate/24x24/status/microphone-sensitivity-high.png | Bin 1485 -> 1378 bytes mate/24x24/status/microphone-sensitivity-low.png | Bin 1546 -> 1440 bytes .../24x24/status/microphone-sensitivity-medium.png | Bin 1561 -> 1480 bytes mate/24x24/status/microphone-sensitivity-muted.png | Bin 1435 -> 1378 bytes mate/24x24/status/network-error.png | Bin 1520 -> 1283 bytes mate/24x24/status/network-idle.png | Bin 1399 -> 1057 bytes mate/24x24/status/network-offline.png | Bin 1550 -> 1168 bytes mate/24x24/status/network-receive.png | Bin 1398 -> 1220 bytes mate/24x24/status/network-transmit-receive.png | Bin 1423 -> 1053 bytes mate/24x24/status/network-transmit.png | Bin 1422 -> 1219 bytes mate/24x24/status/non-starred.png | Bin 1036 -> 1184 bytes mate/24x24/status/printer-error.png | Bin 1134 -> 1125 bytes mate/24x24/status/printer-printing.png | Bin 1094 -> 1006 bytes mate/24x24/status/security-high.png | Bin 1578 -> 1119 bytes mate/24x24/status/security-low.png | Bin 1287 -> 1360 bytes mate/24x24/status/security-medium.png | Bin 1393 -> 1332 bytes mate/24x24/status/semi-starred-rtl.png | Bin 1363 -> 1381 bytes mate/24x24/status/semi-starred.png | Bin 1369 -> 1411 bytes mate/24x24/status/software-update-available.png | Bin 1163 -> 1210 bytes mate/24x24/status/software-update-urgent.png | Bin 1132 -> 1202 bytes mate/24x24/status/starred.png | Bin 1241 -> 1121 bytes mate/24x24/status/task-due.png | Bin 1066 -> 1224 bytes mate/24x24/status/task-past-due.png | Bin 1286 -> 957 bytes mate/24x24/status/trophy-bronze.png | Bin 1303 -> 1326 bytes mate/24x24/status/trophy-gold.png | Bin 1288 -> 1309 bytes mate/24x24/status/trophy-silver.png | Bin 1299 -> 1319 bytes mate/24x24/status/user-available.png | Bin 1487 -> 1262 bytes mate/24x24/status/user-away.png | Bin 1257 -> 1067 bytes mate/24x24/status/user-busy.png | Bin 1533 -> 1276 bytes mate/24x24/status/user-idle.png | Bin 1390 -> 1173 bytes mate/24x24/status/user-invisible.png | Bin 1280 -> 1109 bytes mate/24x24/status/user-offline.png | Bin 1254 -> 1241 bytes mate/24x24/status/user-trash-full.png | Bin 1524 -> 1567 bytes mate/24x24/status/weather-clear-night.png | Bin 1441 -> 1394 bytes mate/24x24/status/weather-clear.png | Bin 1372 -> 1249 bytes mate/24x24/status/weather-few-clouds-night.png | Bin 1373 -> 1363 bytes mate/24x24/status/weather-few-clouds.png | Bin 1344 -> 1347 bytes mate/24x24/status/weather-fog.png | Bin 1256 -> 1198 bytes mate/24x24/status/weather-overcast.png | Bin 873 -> 828 bytes mate/24x24/status/weather-severe-alert.png | Bin 1228 -> 1309 bytes mate/24x24/status/weather-showers-scattered.png | Bin 1330 -> 1137 bytes mate/24x24/status/weather-showers.png | Bin 1505 -> 1377 bytes mate/24x24/status/weather-snow.png | Bin 1044 -> 831 bytes mate/24x24/status/weather-storm.png | Bin 1265 -> 1050 bytes 80 files changed, 82 insertions(+), 82 deletions(-) (limited to 'mate/24x24/status') diff --git a/mate/24x24/status/Makefile.am b/mate/24x24/status/Makefile.am index 1a4ed1a..56faed5 100644 --- a/mate/24x24/status/Makefile.am +++ b/mate/24x24/status/Makefile.am @@ -84,412 +84,412 @@ png_icons = \ appointment-missed.png: ../../../src/clocks.svg @echo " "$@ - @inkscape -z $^ --export-area=303:136:335:168 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:95:326:119 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ appointment-soon.png: ../../../src/clocks.svg @echo " "$@ - @inkscape -z $^ --export-area=703:436:735:468 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:395:726:419 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-high.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=304:401:326:423 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:400:327:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-low.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=304:101:326:123 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-medium.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=704:401:726:423 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=703:400:727:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-muted.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=704:101:726:123 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=703:100:727:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-off.png: ../../../src/audio-volume-off.svg @echo " "$@ - @inkscape -z $^ --export-area=304:101:326:123 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ avatar-default.png: ../../../src/users.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 $@ battery-caution-charging.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=323:442:355:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=322:400:346:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-caution.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:742:1135:774 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:700:1126:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-empty.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=703:-178:735:-146 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:-220:726:-196 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-full-charged.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=703:-488:735:-456 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:-530:726:-506 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-full-charging.png: ../../../src/batteries.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 $@ battery-full.png: ../../../src/batteries.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 $@ battery-good-charging.png: ../../../src/batteries.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 $@ battery-good.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:442:1135:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:400:1126:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-low-charging.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:-178:1135:-146 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:-220:1126:-196 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-low.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=703:742:735:774 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:700:726:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-missing.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=303:-178:335:-146 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:-221:326:-197 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ changes-allow.png: ../../../src/changes.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 $@ changes-prevent.png: ../../../src/changes.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 $@ computer-fail.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=1903:142:1935:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1902:101:1926:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ dialog-error.png: ../../../src/dialog-error.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 $@ dialog-information.png: ../../../src/dialog-information.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 $@ dialog-password.png: ../../../src/dialog-password.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 $@ dialog-question.png: ../../../src/dialog-question.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 $@ dialog-warning.png: ../../../src/dialog-warning.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 $@ folder-drag-accept.png: ../../../src/folders.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 $@ folder-open.png: ../../../src/folders.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 $@ folder-visiting.png: ../../../src/folders.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 $@ image-loading.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=700:139:732:171 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=700:96:724:120 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ image-missing.png: ../../../src/photos.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-attachment.png: ../../../src/mail-attachment.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-read.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-replied.png: ../../../src/mail-replied.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-unread.png: ../../../src/mail-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 $@ media-playlist-repeat.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=53:62:85:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=42:30:66:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-playlist-shuffle.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=13:62:45:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=12:30:36:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ microphone-sensitivity-muted.png: ../../../src/microphones.svg @echo " "$@ - @inkscape -z $^ --export-area=450:154:482:186 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=450:111:474:135 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ microphone-sensitivity-low.png: ../../../src/microphones.svg @echo " "$@ - @inkscape -z $^ --export-area=530:154:562:186 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=530:111:554:135 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ microphone-sensitivity-medium.png: ../../../src/microphones.svg @echo " "$@ - @inkscape -z $^ --export-area=610:154:642:186 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=610:111:634:135 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ microphone-sensitivity-high.png: ../../../src/microphones.svg @echo " "$@ - @inkscape -z $^ --export-area=690:154:722:186 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=690:111:714:135 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ network-error.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:442:1135:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:400:1126:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ network-idle.png: ../../../src/computers.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 $@ network-offline.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=1503:442:1535:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1502:400:1526:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ network-receive.png: ../../../src/computers.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 $@ network-transmit.png: ../../../src/computers.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 $@ network-transmit-receive.png: ../../../src/computers.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 $@ printer-error.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=703:134:735:166 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:93:726:117 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ printer-printing.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=703:434:735:466 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:393:726:417 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ security-high.png: ../../../src/security-high.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 $@ security-low.png: ../../../src/security-low.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 $@ security-medium.png: ../../../src/security-medium.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 $@ software-update-available.png: ../../../src/software-update.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 $@ software-update-urgent.png: ../../../src/software-update.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 $@ non-starred.png: ../../../src/starred.svg @echo " "$@ - @inkscape -z $^ --export-area=299:143:331: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 $@ semi-starred.png: ../../../src/starred.svg @echo " "$@ - @inkscape -z $^ --export-area=723:442:755:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=722:400:746:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ semi-starred-rtl.png: ../../../src/starred.svg @echo " "$@ - @inkscape -z $^ --export-area=723:142:755:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=722:100:746:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ starred.png: ../../../src/starred.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 $@ task-due.png: ../../../src/copy-paste-tasks.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 $@ task-past-due.png: ../../../src/copy-paste-tasks.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 $@ trophy-bronze.png: ../../../src/trophies.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:140:1135:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:98:1126:122 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ trophy-gold.png: ../../../src/trophies.svg @echo " "$@ - @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:98:326:122 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ trophy-silver.png: ../../../src/trophies.svg @echo " "$@ - @inkscape -z $^ --export-area=703:140:735:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:98:726:122 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-available.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1213:142:1245:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1212:100:1236:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-offline.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1273:142:1305:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1272:100:1296:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-idle.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1333:142:1365:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1332:100:1356:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-away.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1393:142:1425:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1392:100:1416:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-invisible.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1453:142:1485:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1452:100:1476:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-busy.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1513:142:1545:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1512:100:1536:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-trash-full.png: ../../../src/trash.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 $@ weather-clear-night.png: ../../../src/weather-clear-night.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 $@ weather-clear.png: ../../../src/weather-clear.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 $@ weather-few-clouds-night.png: ../../../src/weather-few-clouds-night.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 $@ weather-few-clouds.png: ../../../src/weather-few-clouds.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 $@ weather-fog.png: ../../../src/weather-fog.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 $@ weather-overcast.png: ../../../src/weather-overcast.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 $@ weather-severe-alert.png: ../../../src/weather-severe-alert.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 $@ weather-showers.png: ../../../src/weather-showers.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 $@ weather-showers-scattered.png: ../../../src/weather-showers-scattered.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 $@ weather-snow.png: ../../../src/weather-snow.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 $@ weather-storm.png: ../../../src/weather-storm.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 $@ .PHONY: build-png-icons-local clean-png-icons-local diff --git a/mate/24x24/status/appointment-missed.png b/mate/24x24/status/appointment-missed.png index a60accd..7271edc 100644 Binary files a/mate/24x24/status/appointment-missed.png and b/mate/24x24/status/appointment-missed.png differ diff --git a/mate/24x24/status/appointment-soon.png b/mate/24x24/status/appointment-soon.png index 90ae7b1..c0de1e4 100644 Binary files a/mate/24x24/status/appointment-soon.png and b/mate/24x24/status/appointment-soon.png differ diff --git a/mate/24x24/status/audio-volume-high.png b/mate/24x24/status/audio-volume-high.png index f81ba81..3f08104 100644 Binary files a/mate/24x24/status/audio-volume-high.png and b/mate/24x24/status/audio-volume-high.png differ diff --git a/mate/24x24/status/audio-volume-low.png b/mate/24x24/status/audio-volume-low.png index 3ab4d3c..ae6184c 100644 Binary files a/mate/24x24/status/audio-volume-low.png and b/mate/24x24/status/audio-volume-low.png differ diff --git a/mate/24x24/status/audio-volume-medium.png b/mate/24x24/status/audio-volume-medium.png index d29a9eb..a1940d7 100644 Binary files a/mate/24x24/status/audio-volume-medium.png and b/mate/24x24/status/audio-volume-medium.png differ diff --git a/mate/24x24/status/audio-volume-muted.png b/mate/24x24/status/audio-volume-muted.png index 706b02e..1e7402a 100644 Binary files a/mate/24x24/status/audio-volume-muted.png and b/mate/24x24/status/audio-volume-muted.png differ diff --git a/mate/24x24/status/audio-volume-off.png b/mate/24x24/status/audio-volume-off.png index e5f5a76..79e4efa 100644 Binary files a/mate/24x24/status/audio-volume-off.png and b/mate/24x24/status/audio-volume-off.png differ diff --git a/mate/24x24/status/avatar-default.png b/mate/24x24/status/avatar-default.png index 25ab365..8706535 100644 Binary files a/mate/24x24/status/avatar-default.png and b/mate/24x24/status/avatar-default.png differ diff --git a/mate/24x24/status/battery-caution-charging.png b/mate/24x24/status/battery-caution-charging.png index f3e01e1..ca70952 100644 Binary files a/mate/24x24/status/battery-caution-charging.png and b/mate/24x24/status/battery-caution-charging.png differ diff --git a/mate/24x24/status/battery-caution.png b/mate/24x24/status/battery-caution.png index b5349d4..d4c40a3 100644 Binary files a/mate/24x24/status/battery-caution.png and b/mate/24x24/status/battery-caution.png differ diff --git a/mate/24x24/status/battery-empty.png b/mate/24x24/status/battery-empty.png index 27e28dd..2426454 100644 Binary files a/mate/24x24/status/battery-empty.png and b/mate/24x24/status/battery-empty.png differ diff --git a/mate/24x24/status/battery-full-charged.png b/mate/24x24/status/battery-full-charged.png index f038797..2719f66 100644 Binary files a/mate/24x24/status/battery-full-charged.png and b/mate/24x24/status/battery-full-charged.png differ diff --git a/mate/24x24/status/battery-full-charging.png b/mate/24x24/status/battery-full-charging.png index f63c315..991a002 100644 Binary files a/mate/24x24/status/battery-full-charging.png and b/mate/24x24/status/battery-full-charging.png differ diff --git a/mate/24x24/status/battery-full.png b/mate/24x24/status/battery-full.png index 6ef6df6..e4d27be 100644 Binary files a/mate/24x24/status/battery-full.png and b/mate/24x24/status/battery-full.png differ diff --git a/mate/24x24/status/battery-good-charging.png b/mate/24x24/status/battery-good-charging.png index d521d51..f169cc9 100644 Binary files a/mate/24x24/status/battery-good-charging.png and b/mate/24x24/status/battery-good-charging.png differ diff --git a/mate/24x24/status/battery-good.png b/mate/24x24/status/battery-good.png index 2a7689f..d22e586 100644 Binary files a/mate/24x24/status/battery-good.png and b/mate/24x24/status/battery-good.png differ diff --git a/mate/24x24/status/battery-low-charging.png b/mate/24x24/status/battery-low-charging.png index 893b77c..b51daf9 100644 Binary files a/mate/24x24/status/battery-low-charging.png and b/mate/24x24/status/battery-low-charging.png differ diff --git a/mate/24x24/status/battery-low.png b/mate/24x24/status/battery-low.png index 9755975..6af255c 100644 Binary files a/mate/24x24/status/battery-low.png and b/mate/24x24/status/battery-low.png differ diff --git a/mate/24x24/status/battery-missing.png b/mate/24x24/status/battery-missing.png index 8f8be41..02a693d 100644 Binary files a/mate/24x24/status/battery-missing.png and b/mate/24x24/status/battery-missing.png differ diff --git a/mate/24x24/status/changes-allow.png b/mate/24x24/status/changes-allow.png index fe6a601..8c4bb06 100644 Binary files a/mate/24x24/status/changes-allow.png and b/mate/24x24/status/changes-allow.png differ diff --git a/mate/24x24/status/changes-prevent.png b/mate/24x24/status/changes-prevent.png index b4a4822..d761a90 100644 Binary files a/mate/24x24/status/changes-prevent.png and b/mate/24x24/status/changes-prevent.png differ diff --git a/mate/24x24/status/computer-fail.png b/mate/24x24/status/computer-fail.png index a53e36a..ad0cf28 100644 Binary files a/mate/24x24/status/computer-fail.png and b/mate/24x24/status/computer-fail.png differ diff --git a/mate/24x24/status/dialog-error.png b/mate/24x24/status/dialog-error.png index c757c84..8eb1233 100644 Binary files a/mate/24x24/status/dialog-error.png and b/mate/24x24/status/dialog-error.png differ diff --git a/mate/24x24/status/dialog-information.png b/mate/24x24/status/dialog-information.png index 52ae71a..1fad8ae 100644 Binary files a/mate/24x24/status/dialog-information.png and b/mate/24x24/status/dialog-information.png differ diff --git a/mate/24x24/status/dialog-password.png b/mate/24x24/status/dialog-password.png index 0291992..a121c67 100644 Binary files a/mate/24x24/status/dialog-password.png and b/mate/24x24/status/dialog-password.png differ diff --git a/mate/24x24/status/dialog-question.png b/mate/24x24/status/dialog-question.png index 37ea323..de9fb87 100644 Binary files a/mate/24x24/status/dialog-question.png and b/mate/24x24/status/dialog-question.png differ diff --git a/mate/24x24/status/dialog-warning.png b/mate/24x24/status/dialog-warning.png index 6267b76..fa70fd3 100644 Binary files a/mate/24x24/status/dialog-warning.png and b/mate/24x24/status/dialog-warning.png differ diff --git a/mate/24x24/status/image-loading.png b/mate/24x24/status/image-loading.png index 2540cab..dbab9eb 100644 Binary files a/mate/24x24/status/image-loading.png and b/mate/24x24/status/image-loading.png differ diff --git a/mate/24x24/status/image-missing.png b/mate/24x24/status/image-missing.png index eac4af2..6b1fcbb 100644 Binary files a/mate/24x24/status/image-missing.png and b/mate/24x24/status/image-missing.png differ diff --git a/mate/24x24/status/mail-attachment.png b/mate/24x24/status/mail-attachment.png index d4c0436..5f2ee3f 100644 Binary files a/mate/24x24/status/mail-attachment.png and b/mate/24x24/status/mail-attachment.png differ diff --git a/mate/24x24/status/mail-read.png b/mate/24x24/status/mail-read.png index 7e7c1f0..77cbc05 100644 Binary files a/mate/24x24/status/mail-read.png and b/mate/24x24/status/mail-read.png differ diff --git a/mate/24x24/status/mail-replied.png b/mate/24x24/status/mail-replied.png index 9a2038f..bed70b3 100644 Binary files a/mate/24x24/status/mail-replied.png and b/mate/24x24/status/mail-replied.png differ diff --git a/mate/24x24/status/mail-unread.png b/mate/24x24/status/mail-unread.png index 117580c..8084a67 100644 Binary files a/mate/24x24/status/mail-unread.png and b/mate/24x24/status/mail-unread.png differ diff --git a/mate/24x24/status/media-playlist-repeat.png b/mate/24x24/status/media-playlist-repeat.png index 3b15b95..270fa47 100644 Binary files a/mate/24x24/status/media-playlist-repeat.png and b/mate/24x24/status/media-playlist-repeat.png differ diff --git a/mate/24x24/status/media-playlist-shuffle.png b/mate/24x24/status/media-playlist-shuffle.png index da0b9ce..f27b00c 100644 Binary files a/mate/24x24/status/media-playlist-shuffle.png and b/mate/24x24/status/media-playlist-shuffle.png differ diff --git a/mate/24x24/status/microphone-sensitivity-high.png b/mate/24x24/status/microphone-sensitivity-high.png index 596fa0f..60b3324 100644 Binary files a/mate/24x24/status/microphone-sensitivity-high.png and b/mate/24x24/status/microphone-sensitivity-high.png differ diff --git a/mate/24x24/status/microphone-sensitivity-low.png b/mate/24x24/status/microphone-sensitivity-low.png index 6e63c1b..d2c8ca1 100644 Binary files a/mate/24x24/status/microphone-sensitivity-low.png and b/mate/24x24/status/microphone-sensitivity-low.png differ diff --git a/mate/24x24/status/microphone-sensitivity-medium.png b/mate/24x24/status/microphone-sensitivity-medium.png index b973c46..ae6bd4d 100644 Binary files a/mate/24x24/status/microphone-sensitivity-medium.png and b/mate/24x24/status/microphone-sensitivity-medium.png differ diff --git a/mate/24x24/status/microphone-sensitivity-muted.png b/mate/24x24/status/microphone-sensitivity-muted.png index 6f989ab..243eacc 100644 Binary files a/mate/24x24/status/microphone-sensitivity-muted.png and b/mate/24x24/status/microphone-sensitivity-muted.png differ diff --git a/mate/24x24/status/network-error.png b/mate/24x24/status/network-error.png index 3fbd132..5cb05df 100644 Binary files a/mate/24x24/status/network-error.png and b/mate/24x24/status/network-error.png differ diff --git a/mate/24x24/status/network-idle.png b/mate/24x24/status/network-idle.png index f922b9e..28e1227 100644 Binary files a/mate/24x24/status/network-idle.png and b/mate/24x24/status/network-idle.png differ diff --git a/mate/24x24/status/network-offline.png b/mate/24x24/status/network-offline.png index 2a79c10..aeceb60 100644 Binary files a/mate/24x24/status/network-offline.png and b/mate/24x24/status/network-offline.png differ diff --git a/mate/24x24/status/network-receive.png b/mate/24x24/status/network-receive.png index 64e0d1b..6dc104b 100644 Binary files a/mate/24x24/status/network-receive.png and b/mate/24x24/status/network-receive.png differ diff --git a/mate/24x24/status/network-transmit-receive.png b/mate/24x24/status/network-transmit-receive.png index e6c0446..17ed133 100644 Binary files a/mate/24x24/status/network-transmit-receive.png and b/mate/24x24/status/network-transmit-receive.png differ diff --git a/mate/24x24/status/network-transmit.png b/mate/24x24/status/network-transmit.png index d685eeb..2f302a0 100644 Binary files a/mate/24x24/status/network-transmit.png and b/mate/24x24/status/network-transmit.png differ diff --git a/mate/24x24/status/non-starred.png b/mate/24x24/status/non-starred.png index b46879d..c40bb60 100644 Binary files a/mate/24x24/status/non-starred.png and b/mate/24x24/status/non-starred.png differ diff --git a/mate/24x24/status/printer-error.png b/mate/24x24/status/printer-error.png index b2400c1..89e6fec 100644 Binary files a/mate/24x24/status/printer-error.png and b/mate/24x24/status/printer-error.png differ diff --git a/mate/24x24/status/printer-printing.png b/mate/24x24/status/printer-printing.png index edd34e8..a7cc6e1 100644 Binary files a/mate/24x24/status/printer-printing.png and b/mate/24x24/status/printer-printing.png differ diff --git a/mate/24x24/status/security-high.png b/mate/24x24/status/security-high.png index 0fd9f0f..69d1dc0 100644 Binary files a/mate/24x24/status/security-high.png and b/mate/24x24/status/security-high.png differ diff --git a/mate/24x24/status/security-low.png b/mate/24x24/status/security-low.png index dd22e30..921fd59 100644 Binary files a/mate/24x24/status/security-low.png and b/mate/24x24/status/security-low.png differ diff --git a/mate/24x24/status/security-medium.png b/mate/24x24/status/security-medium.png index 44341b3..b51f556 100644 Binary files a/mate/24x24/status/security-medium.png and b/mate/24x24/status/security-medium.png differ diff --git a/mate/24x24/status/semi-starred-rtl.png b/mate/24x24/status/semi-starred-rtl.png index e9a9c8c..29b75d7 100644 Binary files a/mate/24x24/status/semi-starred-rtl.png and b/mate/24x24/status/semi-starred-rtl.png differ diff --git a/mate/24x24/status/semi-starred.png b/mate/24x24/status/semi-starred.png index 909b26b..c9dc432 100644 Binary files a/mate/24x24/status/semi-starred.png and b/mate/24x24/status/semi-starred.png differ diff --git a/mate/24x24/status/software-update-available.png b/mate/24x24/status/software-update-available.png index 0bdfeb8..7df6800 100644 Binary files a/mate/24x24/status/software-update-available.png and b/mate/24x24/status/software-update-available.png differ diff --git a/mate/24x24/status/software-update-urgent.png b/mate/24x24/status/software-update-urgent.png index 7cda831..28e10d7 100644 Binary files a/mate/24x24/status/software-update-urgent.png and b/mate/24x24/status/software-update-urgent.png differ diff --git a/mate/24x24/status/starred.png b/mate/24x24/status/starred.png index c1a063d..49eefbc 100644 Binary files a/mate/24x24/status/starred.png and b/mate/24x24/status/starred.png differ diff --git a/mate/24x24/status/task-due.png b/mate/24x24/status/task-due.png index a105289..020cdc7 100644 Binary files a/mate/24x24/status/task-due.png and b/mate/24x24/status/task-due.png differ diff --git a/mate/24x24/status/task-past-due.png b/mate/24x24/status/task-past-due.png index 2e8e9af..9c4e46b 100644 Binary files a/mate/24x24/status/task-past-due.png and b/mate/24x24/status/task-past-due.png differ diff --git a/mate/24x24/status/trophy-bronze.png b/mate/24x24/status/trophy-bronze.png index e3e09a0..104d199 100644 Binary files a/mate/24x24/status/trophy-bronze.png and b/mate/24x24/status/trophy-bronze.png differ diff --git a/mate/24x24/status/trophy-gold.png b/mate/24x24/status/trophy-gold.png index 1c10e30..d810930 100644 Binary files a/mate/24x24/status/trophy-gold.png and b/mate/24x24/status/trophy-gold.png differ diff --git a/mate/24x24/status/trophy-silver.png b/mate/24x24/status/trophy-silver.png index cf8e1c1..3c98e7c 100644 Binary files a/mate/24x24/status/trophy-silver.png and b/mate/24x24/status/trophy-silver.png differ diff --git a/mate/24x24/status/user-available.png b/mate/24x24/status/user-available.png index 9039bd6..a588de4 100644 Binary files a/mate/24x24/status/user-available.png and b/mate/24x24/status/user-available.png differ diff --git a/mate/24x24/status/user-away.png b/mate/24x24/status/user-away.png index 1188a02..41e993d 100644 Binary files a/mate/24x24/status/user-away.png and b/mate/24x24/status/user-away.png differ diff --git a/mate/24x24/status/user-busy.png b/mate/24x24/status/user-busy.png index 97249c7..24f5939 100644 Binary files a/mate/24x24/status/user-busy.png and b/mate/24x24/status/user-busy.png differ diff --git a/mate/24x24/status/user-idle.png b/mate/24x24/status/user-idle.png index 210da62..5256384 100644 Binary files a/mate/24x24/status/user-idle.png and b/mate/24x24/status/user-idle.png differ diff --git a/mate/24x24/status/user-invisible.png b/mate/24x24/status/user-invisible.png index 8b4250c..846a9e1 100644 Binary files a/mate/24x24/status/user-invisible.png and b/mate/24x24/status/user-invisible.png differ diff --git a/mate/24x24/status/user-offline.png b/mate/24x24/status/user-offline.png index dcae1b8..e6168ad 100644 Binary files a/mate/24x24/status/user-offline.png and b/mate/24x24/status/user-offline.png differ diff --git a/mate/24x24/status/user-trash-full.png b/mate/24x24/status/user-trash-full.png index 99e8733..03cdd9e 100644 Binary files a/mate/24x24/status/user-trash-full.png and b/mate/24x24/status/user-trash-full.png differ diff --git a/mate/24x24/status/weather-clear-night.png b/mate/24x24/status/weather-clear-night.png index 3a8cb66..55b8a02 100644 Binary files a/mate/24x24/status/weather-clear-night.png and b/mate/24x24/status/weather-clear-night.png differ diff --git a/mate/24x24/status/weather-clear.png b/mate/24x24/status/weather-clear.png index fb3d46e..c915b9b 100644 Binary files a/mate/24x24/status/weather-clear.png and b/mate/24x24/status/weather-clear.png differ diff --git a/mate/24x24/status/weather-few-clouds-night.png b/mate/24x24/status/weather-few-clouds-night.png index 25fce21..9837362 100644 Binary files a/mate/24x24/status/weather-few-clouds-night.png and b/mate/24x24/status/weather-few-clouds-night.png differ diff --git a/mate/24x24/status/weather-few-clouds.png b/mate/24x24/status/weather-few-clouds.png index ae781c8..ff73133 100644 Binary files a/mate/24x24/status/weather-few-clouds.png and b/mate/24x24/status/weather-few-clouds.png differ diff --git a/mate/24x24/status/weather-fog.png b/mate/24x24/status/weather-fog.png index 9c347d8..9736689 100644 Binary files a/mate/24x24/status/weather-fog.png and b/mate/24x24/status/weather-fog.png differ diff --git a/mate/24x24/status/weather-overcast.png b/mate/24x24/status/weather-overcast.png index 95bb931..1cd5932 100644 Binary files a/mate/24x24/status/weather-overcast.png and b/mate/24x24/status/weather-overcast.png differ diff --git a/mate/24x24/status/weather-severe-alert.png b/mate/24x24/status/weather-severe-alert.png index f3cdf3a..8a698ae 100644 Binary files a/mate/24x24/status/weather-severe-alert.png and b/mate/24x24/status/weather-severe-alert.png differ diff --git a/mate/24x24/status/weather-showers-scattered.png b/mate/24x24/status/weather-showers-scattered.png index 82b2a18..4865d0e 100644 Binary files a/mate/24x24/status/weather-showers-scattered.png and b/mate/24x24/status/weather-showers-scattered.png differ diff --git a/mate/24x24/status/weather-showers.png b/mate/24x24/status/weather-showers.png index df91e67..28320c4 100644 Binary files a/mate/24x24/status/weather-showers.png and b/mate/24x24/status/weather-showers.png differ diff --git a/mate/24x24/status/weather-snow.png b/mate/24x24/status/weather-snow.png index 9e42c62..6a28493 100644 Binary files a/mate/24x24/status/weather-snow.png and b/mate/24x24/status/weather-snow.png differ diff --git a/mate/24x24/status/weather-storm.png b/mate/24x24/status/weather-storm.png index 33cb400..142e6b1 100644 Binary files a/mate/24x24/status/weather-storm.png and b/mate/24x24/status/weather-storm.png differ -- cgit v1.2.1