diff --git a/companion/src/images/originals/scripts/addblackoutline.sh b/companion/src/images/originals/scripts/addblackoutline.sh new file mode 100755 index 000000000..41e2876bd --- /dev/null +++ b/companion/src/images/originals/scripts/addblackoutline.sh @@ -0,0 +1,10 @@ +#!/bin/bash +for file in $(ls *png) +do + convert $file \( +clone \ + -channel A -morphology EdgeOut Diamond +channel \ + +level-colors black \ + \) -compose DstOver -composite $file +done + + diff --git a/companion/src/themes/monowhite/16/add.png b/companion/src/themes/monowhite/16/add.png index 0d768aa67..e2cb16737 100644 Binary files a/companion/src/themes/monowhite/16/add.png and b/companion/src/themes/monowhite/16/add.png differ diff --git a/companion/src/themes/monowhite/16/arrow-left.png b/companion/src/themes/monowhite/16/arrow-left.png index 66e5655a6..df382a723 100644 Binary files a/companion/src/themes/monowhite/16/arrow-left.png and b/companion/src/themes/monowhite/16/arrow-left.png differ diff --git a/companion/src/themes/monowhite/16/arrow-right.png b/companion/src/themes/monowhite/16/arrow-right.png index bb5de71d8..c2cf8ab8b 100644 Binary files a/companion/src/themes/monowhite/16/arrow-right.png and b/companion/src/themes/monowhite/16/arrow-right.png differ diff --git a/companion/src/themes/monowhite/16/changelog.png b/companion/src/themes/monowhite/16/changelog.png index 3a20018b3..e1eba6ff6 100644 Binary files a/companion/src/themes/monowhite/16/changelog.png and b/companion/src/themes/monowhite/16/changelog.png differ diff --git a/companion/src/themes/monowhite/16/clear.png b/companion/src/themes/monowhite/16/clear.png index b76693837..3d142f8af 100644 Binary files a/companion/src/themes/monowhite/16/clear.png and b/companion/src/themes/monowhite/16/clear.png differ diff --git a/companion/src/themes/monowhite/16/compare.png b/companion/src/themes/monowhite/16/compare.png index cd3ac1c4a..553ddaa10 100644 Binary files a/companion/src/themes/monowhite/16/compare.png and b/companion/src/themes/monowhite/16/compare.png differ diff --git a/companion/src/themes/monowhite/16/configure.png b/companion/src/themes/monowhite/16/configure.png index 80ad99455..6a3295aab 100644 Binary files a/companion/src/themes/monowhite/16/configure.png and b/companion/src/themes/monowhite/16/configure.png differ diff --git a/companion/src/themes/monowhite/16/contributors.png b/companion/src/themes/monowhite/16/contributors.png index f7a642e0d..ca7664737 100644 Binary files a/companion/src/themes/monowhite/16/contributors.png and b/companion/src/themes/monowhite/16/contributors.png differ diff --git a/companion/src/themes/monowhite/16/copy.png b/companion/src/themes/monowhite/16/copy.png index 955d49339..ffb5ad2f9 100644 Binary files a/companion/src/themes/monowhite/16/copy.png and b/companion/src/themes/monowhite/16/copy.png differ diff --git a/companion/src/themes/monowhite/16/currentmodel.png b/companion/src/themes/monowhite/16/currentmodel.png index 380545d7a..2f9d72888 100644 Binary files a/companion/src/themes/monowhite/16/currentmodel.png and b/companion/src/themes/monowhite/16/currentmodel.png differ diff --git a/companion/src/themes/monowhite/16/cut.png b/companion/src/themes/monowhite/16/cut.png index 4805fef12..b590d2f13 100644 Binary files a/companion/src/themes/monowhite/16/cut.png and b/companion/src/themes/monowhite/16/cut.png differ diff --git a/companion/src/themes/monowhite/16/duplicate.png b/companion/src/themes/monowhite/16/duplicate.png index a87833097..e2f532dfb 100644 Binary files a/companion/src/themes/monowhite/16/duplicate.png and b/companion/src/themes/monowhite/16/duplicate.png differ diff --git a/companion/src/themes/monowhite/16/edit.png b/companion/src/themes/monowhite/16/edit.png index 8c7d5ecac..f4786d4b0 100644 Binary files a/companion/src/themes/monowhite/16/edit.png and b/companion/src/themes/monowhite/16/edit.png differ diff --git a/companion/src/themes/monowhite/16/exit.png b/companion/src/themes/monowhite/16/exit.png index dba574237..b2b3c569c 100644 Binary files a/companion/src/themes/monowhite/16/exit.png and b/companion/src/themes/monowhite/16/exit.png differ diff --git a/companion/src/themes/monowhite/16/fuses.png b/companion/src/themes/monowhite/16/fuses.png index f49e7fc46..521de6d3a 100644 Binary files a/companion/src/themes/monowhite/16/fuses.png and b/companion/src/themes/monowhite/16/fuses.png differ diff --git a/companion/src/themes/monowhite/16/information.png b/companion/src/themes/monowhite/16/information.png index d31b660b5..d7016086e 100644 Binary files a/companion/src/themes/monowhite/16/information.png and b/companion/src/themes/monowhite/16/information.png differ diff --git a/companion/src/themes/monowhite/16/library.png b/companion/src/themes/monowhite/16/library.png index 0073fb1e2..62b811606 100644 Binary files a/companion/src/themes/monowhite/16/library.png and b/companion/src/themes/monowhite/16/library.png differ diff --git a/companion/src/themes/monowhite/16/list.png b/companion/src/themes/monowhite/16/list.png index e79516bbf..5e71cd167 100644 Binary files a/companion/src/themes/monowhite/16/list.png and b/companion/src/themes/monowhite/16/list.png differ diff --git a/companion/src/themes/monowhite/16/logs.png b/companion/src/themes/monowhite/16/logs.png index 887c222db..0cc2864d4 100644 Binary files a/companion/src/themes/monowhite/16/logs.png and b/companion/src/themes/monowhite/16/logs.png differ diff --git a/companion/src/themes/monowhite/16/movedown.png b/companion/src/themes/monowhite/16/movedown.png index 917982429..ed017edfb 100644 Binary files a/companion/src/themes/monowhite/16/movedown.png and b/companion/src/themes/monowhite/16/movedown.png differ diff --git a/companion/src/themes/monowhite/16/moveup.png b/companion/src/themes/monowhite/16/moveup.png index bd7f80940..0430b1a8e 100644 Binary files a/companion/src/themes/monowhite/16/moveup.png and b/companion/src/themes/monowhite/16/moveup.png differ diff --git a/companion/src/themes/monowhite/16/new.png b/companion/src/themes/monowhite/16/new.png index 86e90a978..34930ebba 100644 Binary files a/companion/src/themes/monowhite/16/new.png and b/companion/src/themes/monowhite/16/new.png differ diff --git a/companion/src/themes/monowhite/16/open.png b/companion/src/themes/monowhite/16/open.png index a5b958161..4ee6b1cbd 100644 Binary files a/companion/src/themes/monowhite/16/open.png and b/companion/src/themes/monowhite/16/open.png differ diff --git a/companion/src/themes/monowhite/16/paintbrush.png b/companion/src/themes/monowhite/16/paintbrush.png index c2724c510..4333818ef 100644 Binary files a/companion/src/themes/monowhite/16/paintbrush.png and b/companion/src/themes/monowhite/16/paintbrush.png differ diff --git a/companion/src/themes/monowhite/16/paste.png b/companion/src/themes/monowhite/16/paste.png index c24f818b7..e5d50479d 100644 Binary files a/companion/src/themes/monowhite/16/paste.png and b/companion/src/themes/monowhite/16/paste.png differ diff --git a/companion/src/themes/monowhite/16/play.png b/companion/src/themes/monowhite/16/play.png index a3bb9afc2..d4720f2d8 100644 Binary files a/companion/src/themes/monowhite/16/play.png and b/companion/src/themes/monowhite/16/play.png differ diff --git a/companion/src/themes/monowhite/16/preferences.png b/companion/src/themes/monowhite/16/preferences.png index e0b1438ee..7b6770309 100644 Binary files a/companion/src/themes/monowhite/16/preferences.png and b/companion/src/themes/monowhite/16/preferences.png differ diff --git a/companion/src/themes/monowhite/16/print.png b/companion/src/themes/monowhite/16/print.png index 81033fef9..39191c939 100644 Binary files a/companion/src/themes/monowhite/16/print.png and b/companion/src/themes/monowhite/16/print.png differ diff --git a/companion/src/themes/monowhite/16/profiles.png b/companion/src/themes/monowhite/16/profiles.png index 6039ba23c..01b13e3c7 100644 Binary files a/companion/src/themes/monowhite/16/profiles.png and b/companion/src/themes/monowhite/16/profiles.png differ diff --git a/companion/src/themes/monowhite/16/read_eeprom.png b/companion/src/themes/monowhite/16/read_eeprom.png index da655ea1c..b58582958 100644 Binary files a/companion/src/themes/monowhite/16/read_eeprom.png and b/companion/src/themes/monowhite/16/read_eeprom.png differ diff --git a/companion/src/themes/monowhite/16/read_eeprom_file.png b/companion/src/themes/monowhite/16/read_eeprom_file.png index beda75e23..214e82c4d 100644 Binary files a/companion/src/themes/monowhite/16/read_eeprom_file.png and b/companion/src/themes/monowhite/16/read_eeprom_file.png differ diff --git a/companion/src/themes/monowhite/16/read_flash.png b/companion/src/themes/monowhite/16/read_flash.png index 5c96aea72..530c62174 100644 Binary files a/companion/src/themes/monowhite/16/read_flash.png and b/companion/src/themes/monowhite/16/read_flash.png differ diff --git a/companion/src/themes/monowhite/16/recentdocument.png b/companion/src/themes/monowhite/16/recentdocument.png index 9ac53e0f3..d3cf237f5 100644 Binary files a/companion/src/themes/monowhite/16/recentdocument.png and b/companion/src/themes/monowhite/16/recentdocument.png differ diff --git a/companion/src/themes/monowhite/16/save.png b/companion/src/themes/monowhite/16/save.png index 25c1dc9b8..dbf6d8695 100644 Binary files a/companion/src/themes/monowhite/16/save.png and b/companion/src/themes/monowhite/16/save.png differ diff --git a/companion/src/themes/monowhite/16/saveas.png b/companion/src/themes/monowhite/16/saveas.png index 129a54394..791c7be33 100644 Binary files a/companion/src/themes/monowhite/16/saveas.png and b/companion/src/themes/monowhite/16/saveas.png differ diff --git a/companion/src/themes/monowhite/16/simulate.png b/companion/src/themes/monowhite/16/simulate.png index 981976c19..5ce854790 100644 Binary files a/companion/src/themes/monowhite/16/simulate.png and b/companion/src/themes/monowhite/16/simulate.png differ diff --git a/companion/src/themes/monowhite/16/stop.png b/companion/src/themes/monowhite/16/stop.png index 886a8459c..42610e416 100644 Binary files a/companion/src/themes/monowhite/16/stop.png and b/companion/src/themes/monowhite/16/stop.png differ diff --git a/companion/src/themes/monowhite/16/update.png b/companion/src/themes/monowhite/16/update.png index ce5250fad..31b90cf36 100644 Binary files a/companion/src/themes/monowhite/16/update.png and b/companion/src/themes/monowhite/16/update.png differ diff --git a/companion/src/themes/monowhite/16/wizard.png b/companion/src/themes/monowhite/16/wizard.png index 09f0ac05d..d1301c613 100644 Binary files a/companion/src/themes/monowhite/16/wizard.png and b/companion/src/themes/monowhite/16/wizard.png differ diff --git a/companion/src/themes/monowhite/16/write_eeprom.png b/companion/src/themes/monowhite/16/write_eeprom.png index e5f1f5dc5..6815c7668 100644 Binary files a/companion/src/themes/monowhite/16/write_eeprom.png and b/companion/src/themes/monowhite/16/write_eeprom.png differ diff --git a/companion/src/themes/monowhite/16/write_eeprom_file.png b/companion/src/themes/monowhite/16/write_eeprom_file.png index 6bcdbc23b..a7e7c36f8 100644 Binary files a/companion/src/themes/monowhite/16/write_eeprom_file.png and b/companion/src/themes/monowhite/16/write_eeprom_file.png differ diff --git a/companion/src/themes/monowhite/16/write_flash.png b/companion/src/themes/monowhite/16/write_flash.png index 50350ff62..81cdccdbc 100644 Binary files a/companion/src/themes/monowhite/16/write_flash.png and b/companion/src/themes/monowhite/16/write_flash.png differ diff --git a/companion/src/themes/monowhite/24/add.png b/companion/src/themes/monowhite/24/add.png index fb461e23a..6ca6fad8b 100644 Binary files a/companion/src/themes/monowhite/24/add.png and b/companion/src/themes/monowhite/24/add.png differ diff --git a/companion/src/themes/monowhite/24/arrow-left.png b/companion/src/themes/monowhite/24/arrow-left.png index 5a0d451f4..ae050e675 100644 Binary files a/companion/src/themes/monowhite/24/arrow-left.png and b/companion/src/themes/monowhite/24/arrow-left.png differ diff --git a/companion/src/themes/monowhite/24/arrow-right.png b/companion/src/themes/monowhite/24/arrow-right.png index ae71f1037..6c1ce6b77 100644 Binary files a/companion/src/themes/monowhite/24/arrow-right.png and b/companion/src/themes/monowhite/24/arrow-right.png differ diff --git a/companion/src/themes/monowhite/24/changelog.png b/companion/src/themes/monowhite/24/changelog.png index b57433a35..456160d83 100644 Binary files a/companion/src/themes/monowhite/24/changelog.png and b/companion/src/themes/monowhite/24/changelog.png differ diff --git a/companion/src/themes/monowhite/24/clear.png b/companion/src/themes/monowhite/24/clear.png index 204df5685..64a23752d 100644 Binary files a/companion/src/themes/monowhite/24/clear.png and b/companion/src/themes/monowhite/24/clear.png differ diff --git a/companion/src/themes/monowhite/24/compare.png b/companion/src/themes/monowhite/24/compare.png index 696cc9ee4..d56fa1116 100644 Binary files a/companion/src/themes/monowhite/24/compare.png and b/companion/src/themes/monowhite/24/compare.png differ diff --git a/companion/src/themes/monowhite/24/configure.png b/companion/src/themes/monowhite/24/configure.png index 10933599f..ad431d59f 100644 Binary files a/companion/src/themes/monowhite/24/configure.png and b/companion/src/themes/monowhite/24/configure.png differ diff --git a/companion/src/themes/monowhite/24/contributors.png b/companion/src/themes/monowhite/24/contributors.png index 240b20e65..a5fb08873 100644 Binary files a/companion/src/themes/monowhite/24/contributors.png and b/companion/src/themes/monowhite/24/contributors.png differ diff --git a/companion/src/themes/monowhite/24/copy.png b/companion/src/themes/monowhite/24/copy.png index 7f2c32d2a..09063a0d0 100644 Binary files a/companion/src/themes/monowhite/24/copy.png and b/companion/src/themes/monowhite/24/copy.png differ diff --git a/companion/src/themes/monowhite/24/currentmodel.png b/companion/src/themes/monowhite/24/currentmodel.png index b42dce8da..dc2ed26e1 100644 Binary files a/companion/src/themes/monowhite/24/currentmodel.png and b/companion/src/themes/monowhite/24/currentmodel.png differ diff --git a/companion/src/themes/monowhite/24/cut.png b/companion/src/themes/monowhite/24/cut.png index 819a864a7..68fa0ee49 100644 Binary files a/companion/src/themes/monowhite/24/cut.png and b/companion/src/themes/monowhite/24/cut.png differ diff --git a/companion/src/themes/monowhite/24/duplicate.png b/companion/src/themes/monowhite/24/duplicate.png index 16a36c3f5..367f931f1 100644 Binary files a/companion/src/themes/monowhite/24/duplicate.png and b/companion/src/themes/monowhite/24/duplicate.png differ diff --git a/companion/src/themes/monowhite/24/edit.png b/companion/src/themes/monowhite/24/edit.png index 1a50c1a29..0f5ddf04f 100644 Binary files a/companion/src/themes/monowhite/24/edit.png and b/companion/src/themes/monowhite/24/edit.png differ diff --git a/companion/src/themes/monowhite/24/exit.png b/companion/src/themes/monowhite/24/exit.png index 1b240513f..6940f1534 100644 Binary files a/companion/src/themes/monowhite/24/exit.png and b/companion/src/themes/monowhite/24/exit.png differ diff --git a/companion/src/themes/monowhite/24/fuses.png b/companion/src/themes/monowhite/24/fuses.png index 38f4a0cf7..0b00dcf56 100644 Binary files a/companion/src/themes/monowhite/24/fuses.png and b/companion/src/themes/monowhite/24/fuses.png differ diff --git a/companion/src/themes/monowhite/24/information.png b/companion/src/themes/monowhite/24/information.png index 3404bc82b..d08603e7d 100644 Binary files a/companion/src/themes/monowhite/24/information.png and b/companion/src/themes/monowhite/24/information.png differ diff --git a/companion/src/themes/monowhite/24/library.png b/companion/src/themes/monowhite/24/library.png index 433519ac6..bf2869b45 100644 Binary files a/companion/src/themes/monowhite/24/library.png and b/companion/src/themes/monowhite/24/library.png differ diff --git a/companion/src/themes/monowhite/24/list.png b/companion/src/themes/monowhite/24/list.png index ba570f3e9..4ced8a69f 100644 Binary files a/companion/src/themes/monowhite/24/list.png and b/companion/src/themes/monowhite/24/list.png differ diff --git a/companion/src/themes/monowhite/24/logs.png b/companion/src/themes/monowhite/24/logs.png index dd75b973e..6297517b2 100644 Binary files a/companion/src/themes/monowhite/24/logs.png and b/companion/src/themes/monowhite/24/logs.png differ diff --git a/companion/src/themes/monowhite/24/movedown.png b/companion/src/themes/monowhite/24/movedown.png index 7d99daf0a..1110545aa 100644 Binary files a/companion/src/themes/monowhite/24/movedown.png and b/companion/src/themes/monowhite/24/movedown.png differ diff --git a/companion/src/themes/monowhite/24/moveup.png b/companion/src/themes/monowhite/24/moveup.png index fd887b4f0..1c9f4d9d6 100644 Binary files a/companion/src/themes/monowhite/24/moveup.png and b/companion/src/themes/monowhite/24/moveup.png differ diff --git a/companion/src/themes/monowhite/24/new.png b/companion/src/themes/monowhite/24/new.png index 35b2f9dc4..7f20e1049 100644 Binary files a/companion/src/themes/monowhite/24/new.png and b/companion/src/themes/monowhite/24/new.png differ diff --git a/companion/src/themes/monowhite/24/open.png b/companion/src/themes/monowhite/24/open.png index dac2360a0..ed4759765 100644 Binary files a/companion/src/themes/monowhite/24/open.png and b/companion/src/themes/monowhite/24/open.png differ diff --git a/companion/src/themes/monowhite/24/paintbrush.png b/companion/src/themes/monowhite/24/paintbrush.png index bbb1bad65..9ce5d2435 100644 Binary files a/companion/src/themes/monowhite/24/paintbrush.png and b/companion/src/themes/monowhite/24/paintbrush.png differ diff --git a/companion/src/themes/monowhite/24/paste.png b/companion/src/themes/monowhite/24/paste.png index b18ede978..e4ed5b989 100644 Binary files a/companion/src/themes/monowhite/24/paste.png and b/companion/src/themes/monowhite/24/paste.png differ diff --git a/companion/src/themes/monowhite/24/play.png b/companion/src/themes/monowhite/24/play.png index 4d469ea5f..1fc7079ab 100644 Binary files a/companion/src/themes/monowhite/24/play.png and b/companion/src/themes/monowhite/24/play.png differ diff --git a/companion/src/themes/monowhite/24/preferences.png b/companion/src/themes/monowhite/24/preferences.png index 06571c513..c08987642 100644 Binary files a/companion/src/themes/monowhite/24/preferences.png and b/companion/src/themes/monowhite/24/preferences.png differ diff --git a/companion/src/themes/monowhite/24/print.png b/companion/src/themes/monowhite/24/print.png index 58fb27833..6826507cb 100644 Binary files a/companion/src/themes/monowhite/24/print.png and b/companion/src/themes/monowhite/24/print.png differ diff --git a/companion/src/themes/monowhite/24/profiles.png b/companion/src/themes/monowhite/24/profiles.png index 45d781190..259727fd0 100644 Binary files a/companion/src/themes/monowhite/24/profiles.png and b/companion/src/themes/monowhite/24/profiles.png differ diff --git a/companion/src/themes/monowhite/24/read_eeprom.png b/companion/src/themes/monowhite/24/read_eeprom.png index 1f7fb9e4f..6c99de805 100644 Binary files a/companion/src/themes/monowhite/24/read_eeprom.png and b/companion/src/themes/monowhite/24/read_eeprom.png differ diff --git a/companion/src/themes/monowhite/24/read_eeprom_file.png b/companion/src/themes/monowhite/24/read_eeprom_file.png index 53d89e9c0..bd203689c 100644 Binary files a/companion/src/themes/monowhite/24/read_eeprom_file.png and b/companion/src/themes/monowhite/24/read_eeprom_file.png differ diff --git a/companion/src/themes/monowhite/24/read_flash.png b/companion/src/themes/monowhite/24/read_flash.png index 816ac9bcf..020e56684 100644 Binary files a/companion/src/themes/monowhite/24/read_flash.png and b/companion/src/themes/monowhite/24/read_flash.png differ diff --git a/companion/src/themes/monowhite/24/recentdocument.png b/companion/src/themes/monowhite/24/recentdocument.png index bee2f4c59..1aff5f44a 100644 Binary files a/companion/src/themes/monowhite/24/recentdocument.png and b/companion/src/themes/monowhite/24/recentdocument.png differ diff --git a/companion/src/themes/monowhite/24/save.png b/companion/src/themes/monowhite/24/save.png index 6861f1349..938c53959 100644 Binary files a/companion/src/themes/monowhite/24/save.png and b/companion/src/themes/monowhite/24/save.png differ diff --git a/companion/src/themes/monowhite/24/saveas.png b/companion/src/themes/monowhite/24/saveas.png index 2dfa4f21e..31c3bfb73 100644 Binary files a/companion/src/themes/monowhite/24/saveas.png and b/companion/src/themes/monowhite/24/saveas.png differ diff --git a/companion/src/themes/monowhite/24/simulate.png b/companion/src/themes/monowhite/24/simulate.png index a836dd016..12eec8c6a 100644 Binary files a/companion/src/themes/monowhite/24/simulate.png and b/companion/src/themes/monowhite/24/simulate.png differ diff --git a/companion/src/themes/monowhite/24/stop.png b/companion/src/themes/monowhite/24/stop.png index d882a7270..4b1da49b0 100644 Binary files a/companion/src/themes/monowhite/24/stop.png and b/companion/src/themes/monowhite/24/stop.png differ diff --git a/companion/src/themes/monowhite/24/update.png b/companion/src/themes/monowhite/24/update.png index 64f732f1c..baf7f5ba2 100644 Binary files a/companion/src/themes/monowhite/24/update.png and b/companion/src/themes/monowhite/24/update.png differ diff --git a/companion/src/themes/monowhite/24/wizard.png b/companion/src/themes/monowhite/24/wizard.png index d25dcf529..88e5941d7 100644 Binary files a/companion/src/themes/monowhite/24/wizard.png and b/companion/src/themes/monowhite/24/wizard.png differ diff --git a/companion/src/themes/monowhite/24/write_eeprom.png b/companion/src/themes/monowhite/24/write_eeprom.png index 481cefa9e..6a82777ad 100644 Binary files a/companion/src/themes/monowhite/24/write_eeprom.png and b/companion/src/themes/monowhite/24/write_eeprom.png differ diff --git a/companion/src/themes/monowhite/24/write_eeprom_file.png b/companion/src/themes/monowhite/24/write_eeprom_file.png index 2401be1a2..7cb6182bb 100644 Binary files a/companion/src/themes/monowhite/24/write_eeprom_file.png and b/companion/src/themes/monowhite/24/write_eeprom_file.png differ diff --git a/companion/src/themes/monowhite/24/write_flash.png b/companion/src/themes/monowhite/24/write_flash.png index dc0ba7db2..9103fc23e 100644 Binary files a/companion/src/themes/monowhite/24/write_flash.png and b/companion/src/themes/monowhite/24/write_flash.png differ diff --git a/companion/src/themes/monowhite/32/add.png b/companion/src/themes/monowhite/32/add.png index cea176a31..13447d37e 100644 Binary files a/companion/src/themes/monowhite/32/add.png and b/companion/src/themes/monowhite/32/add.png differ diff --git a/companion/src/themes/monowhite/32/arrow-left.png b/companion/src/themes/monowhite/32/arrow-left.png index 48deb7182..060c33ea9 100644 Binary files a/companion/src/themes/monowhite/32/arrow-left.png and b/companion/src/themes/monowhite/32/arrow-left.png differ diff --git a/companion/src/themes/monowhite/32/arrow-right.png b/companion/src/themes/monowhite/32/arrow-right.png index 3e6566edb..0375c2026 100644 Binary files a/companion/src/themes/monowhite/32/arrow-right.png and b/companion/src/themes/monowhite/32/arrow-right.png differ diff --git a/companion/src/themes/monowhite/32/changelog.png b/companion/src/themes/monowhite/32/changelog.png index 397a99c2c..e547df71e 100644 Binary files a/companion/src/themes/monowhite/32/changelog.png and b/companion/src/themes/monowhite/32/changelog.png differ diff --git a/companion/src/themes/monowhite/32/clear.png b/companion/src/themes/monowhite/32/clear.png index ac0931302..9449dfe4f 100644 Binary files a/companion/src/themes/monowhite/32/clear.png and b/companion/src/themes/monowhite/32/clear.png differ diff --git a/companion/src/themes/monowhite/32/compare.png b/companion/src/themes/monowhite/32/compare.png index 415091a75..90cec9602 100644 Binary files a/companion/src/themes/monowhite/32/compare.png and b/companion/src/themes/monowhite/32/compare.png differ diff --git a/companion/src/themes/monowhite/32/configure.png b/companion/src/themes/monowhite/32/configure.png index 9f32d1d02..3ba9a08b4 100644 Binary files a/companion/src/themes/monowhite/32/configure.png and b/companion/src/themes/monowhite/32/configure.png differ diff --git a/companion/src/themes/monowhite/32/contributors.png b/companion/src/themes/monowhite/32/contributors.png index 89fbf7950..c9cd49ff1 100644 Binary files a/companion/src/themes/monowhite/32/contributors.png and b/companion/src/themes/monowhite/32/contributors.png differ diff --git a/companion/src/themes/monowhite/32/copy.png b/companion/src/themes/monowhite/32/copy.png index 837b2365d..5499776ec 100644 Binary files a/companion/src/themes/monowhite/32/copy.png and b/companion/src/themes/monowhite/32/copy.png differ diff --git a/companion/src/themes/monowhite/32/currentmodel.png b/companion/src/themes/monowhite/32/currentmodel.png index 89af84e37..9868bfdf2 100644 Binary files a/companion/src/themes/monowhite/32/currentmodel.png and b/companion/src/themes/monowhite/32/currentmodel.png differ diff --git a/companion/src/themes/monowhite/32/cut.png b/companion/src/themes/monowhite/32/cut.png index c67cdbc05..985993e04 100644 Binary files a/companion/src/themes/monowhite/32/cut.png and b/companion/src/themes/monowhite/32/cut.png differ diff --git a/companion/src/themes/monowhite/32/duplicate.png b/companion/src/themes/monowhite/32/duplicate.png index 5bbda5fa9..2484c87a7 100644 Binary files a/companion/src/themes/monowhite/32/duplicate.png and b/companion/src/themes/monowhite/32/duplicate.png differ diff --git a/companion/src/themes/monowhite/32/edit.png b/companion/src/themes/monowhite/32/edit.png index 8076a8794..c5b4d36f5 100644 Binary files a/companion/src/themes/monowhite/32/edit.png and b/companion/src/themes/monowhite/32/edit.png differ diff --git a/companion/src/themes/monowhite/32/exit.png b/companion/src/themes/monowhite/32/exit.png index 47e97403a..bc7b0b16f 100644 Binary files a/companion/src/themes/monowhite/32/exit.png and b/companion/src/themes/monowhite/32/exit.png differ diff --git a/companion/src/themes/monowhite/32/fuses.png b/companion/src/themes/monowhite/32/fuses.png index 9df1d5ff4..940fc2c91 100644 Binary files a/companion/src/themes/monowhite/32/fuses.png and b/companion/src/themes/monowhite/32/fuses.png differ diff --git a/companion/src/themes/monowhite/32/information.png b/companion/src/themes/monowhite/32/information.png index 04344bd26..ac1591066 100644 Binary files a/companion/src/themes/monowhite/32/information.png and b/companion/src/themes/monowhite/32/information.png differ diff --git a/companion/src/themes/monowhite/32/library.png b/companion/src/themes/monowhite/32/library.png index a7b1a1e61..bec53f490 100644 Binary files a/companion/src/themes/monowhite/32/library.png and b/companion/src/themes/monowhite/32/library.png differ diff --git a/companion/src/themes/monowhite/32/list.png b/companion/src/themes/monowhite/32/list.png index b88fb9322..ba08fe0be 100644 Binary files a/companion/src/themes/monowhite/32/list.png and b/companion/src/themes/monowhite/32/list.png differ diff --git a/companion/src/themes/monowhite/32/logs.png b/companion/src/themes/monowhite/32/logs.png index 6a67d1060..a234b09cf 100644 Binary files a/companion/src/themes/monowhite/32/logs.png and b/companion/src/themes/monowhite/32/logs.png differ diff --git a/companion/src/themes/monowhite/32/movedown.png b/companion/src/themes/monowhite/32/movedown.png index 89429747d..0f8c0c6fe 100644 Binary files a/companion/src/themes/monowhite/32/movedown.png and b/companion/src/themes/monowhite/32/movedown.png differ diff --git a/companion/src/themes/monowhite/32/moveup.png b/companion/src/themes/monowhite/32/moveup.png index a241f0d7f..adeb2f651 100644 Binary files a/companion/src/themes/monowhite/32/moveup.png and b/companion/src/themes/monowhite/32/moveup.png differ diff --git a/companion/src/themes/monowhite/32/new.png b/companion/src/themes/monowhite/32/new.png index 5f70d2256..324d274c3 100644 Binary files a/companion/src/themes/monowhite/32/new.png and b/companion/src/themes/monowhite/32/new.png differ diff --git a/companion/src/themes/monowhite/32/open.png b/companion/src/themes/monowhite/32/open.png index 36416d017..3ae76d223 100644 Binary files a/companion/src/themes/monowhite/32/open.png and b/companion/src/themes/monowhite/32/open.png differ diff --git a/companion/src/themes/monowhite/32/paintbrush.png b/companion/src/themes/monowhite/32/paintbrush.png index 62cefc607..04e19c28a 100644 Binary files a/companion/src/themes/monowhite/32/paintbrush.png and b/companion/src/themes/monowhite/32/paintbrush.png differ diff --git a/companion/src/themes/monowhite/32/paste.png b/companion/src/themes/monowhite/32/paste.png index 1a38652de..c1c049a28 100644 Binary files a/companion/src/themes/monowhite/32/paste.png and b/companion/src/themes/monowhite/32/paste.png differ diff --git a/companion/src/themes/monowhite/32/play.png b/companion/src/themes/monowhite/32/play.png index 6e56f6766..c42949fab 100644 Binary files a/companion/src/themes/monowhite/32/play.png and b/companion/src/themes/monowhite/32/play.png differ diff --git a/companion/src/themes/monowhite/32/preferences.png b/companion/src/themes/monowhite/32/preferences.png index 2fc0fcada..d6134a847 100644 Binary files a/companion/src/themes/monowhite/32/preferences.png and b/companion/src/themes/monowhite/32/preferences.png differ diff --git a/companion/src/themes/monowhite/32/print.png b/companion/src/themes/monowhite/32/print.png index 95a8e23bd..b7cc71425 100644 Binary files a/companion/src/themes/monowhite/32/print.png and b/companion/src/themes/monowhite/32/print.png differ diff --git a/companion/src/themes/monowhite/32/profiles.png b/companion/src/themes/monowhite/32/profiles.png index 1a2317540..49aa0f929 100644 Binary files a/companion/src/themes/monowhite/32/profiles.png and b/companion/src/themes/monowhite/32/profiles.png differ diff --git a/companion/src/themes/monowhite/32/read_eeprom.png b/companion/src/themes/monowhite/32/read_eeprom.png index b5f4060f1..926fa49ac 100644 Binary files a/companion/src/themes/monowhite/32/read_eeprom.png and b/companion/src/themes/monowhite/32/read_eeprom.png differ diff --git a/companion/src/themes/monowhite/32/read_eeprom_file.png b/companion/src/themes/monowhite/32/read_eeprom_file.png index 85d75a31d..ce28b5565 100644 Binary files a/companion/src/themes/monowhite/32/read_eeprom_file.png and b/companion/src/themes/monowhite/32/read_eeprom_file.png differ diff --git a/companion/src/themes/monowhite/32/read_flash.png b/companion/src/themes/monowhite/32/read_flash.png index af4186962..4fb96674a 100644 Binary files a/companion/src/themes/monowhite/32/read_flash.png and b/companion/src/themes/monowhite/32/read_flash.png differ diff --git a/companion/src/themes/monowhite/32/recentdocument.png b/companion/src/themes/monowhite/32/recentdocument.png index 4a4f21252..c44509b05 100644 Binary files a/companion/src/themes/monowhite/32/recentdocument.png and b/companion/src/themes/monowhite/32/recentdocument.png differ diff --git a/companion/src/themes/monowhite/32/save.png b/companion/src/themes/monowhite/32/save.png index 461af833d..166b9a40c 100644 Binary files a/companion/src/themes/monowhite/32/save.png and b/companion/src/themes/monowhite/32/save.png differ diff --git a/companion/src/themes/monowhite/32/saveas.png b/companion/src/themes/monowhite/32/saveas.png index cf56da9b6..aea4d8850 100644 Binary files a/companion/src/themes/monowhite/32/saveas.png and b/companion/src/themes/monowhite/32/saveas.png differ diff --git a/companion/src/themes/monowhite/32/simulate.png b/companion/src/themes/monowhite/32/simulate.png index 9fe222a8a..de935c6a5 100644 Binary files a/companion/src/themes/monowhite/32/simulate.png and b/companion/src/themes/monowhite/32/simulate.png differ diff --git a/companion/src/themes/monowhite/32/stop.png b/companion/src/themes/monowhite/32/stop.png index 4feabacb9..b529d5cc0 100644 Binary files a/companion/src/themes/monowhite/32/stop.png and b/companion/src/themes/monowhite/32/stop.png differ diff --git a/companion/src/themes/monowhite/32/update.png b/companion/src/themes/monowhite/32/update.png index 88e4c4638..9c7fcee0e 100644 Binary files a/companion/src/themes/monowhite/32/update.png and b/companion/src/themes/monowhite/32/update.png differ diff --git a/companion/src/themes/monowhite/32/wizard.png b/companion/src/themes/monowhite/32/wizard.png index a9cfa82e9..732b57421 100644 Binary files a/companion/src/themes/monowhite/32/wizard.png and b/companion/src/themes/monowhite/32/wizard.png differ diff --git a/companion/src/themes/monowhite/32/write_eeprom.png b/companion/src/themes/monowhite/32/write_eeprom.png index 0dc5c1f57..b07c6e03f 100644 Binary files a/companion/src/themes/monowhite/32/write_eeprom.png and b/companion/src/themes/monowhite/32/write_eeprom.png differ diff --git a/companion/src/themes/monowhite/32/write_eeprom_file.png b/companion/src/themes/monowhite/32/write_eeprom_file.png index 9dfe9a116..192df62e7 100644 Binary files a/companion/src/themes/monowhite/32/write_eeprom_file.png and b/companion/src/themes/monowhite/32/write_eeprom_file.png differ diff --git a/companion/src/themes/monowhite/32/write_flash.png b/companion/src/themes/monowhite/32/write_flash.png index 4d8d752ea..eeba1bc9c 100644 Binary files a/companion/src/themes/monowhite/32/write_flash.png and b/companion/src/themes/monowhite/32/write_flash.png differ diff --git a/companion/src/themes/monowhite/48/add.png b/companion/src/themes/monowhite/48/add.png index 827d7b244..cc8812cf4 100644 Binary files a/companion/src/themes/monowhite/48/add.png and b/companion/src/themes/monowhite/48/add.png differ diff --git a/companion/src/themes/monowhite/48/arrow-left.png b/companion/src/themes/monowhite/48/arrow-left.png index e4220b5dd..b571db825 100644 Binary files a/companion/src/themes/monowhite/48/arrow-left.png and b/companion/src/themes/monowhite/48/arrow-left.png differ diff --git a/companion/src/themes/monowhite/48/arrow-right.png b/companion/src/themes/monowhite/48/arrow-right.png index 52b41558c..233997acf 100644 Binary files a/companion/src/themes/monowhite/48/arrow-right.png and b/companion/src/themes/monowhite/48/arrow-right.png differ diff --git a/companion/src/themes/monowhite/48/changelog.png b/companion/src/themes/monowhite/48/changelog.png index c9e897edb..454dd7ad0 100644 Binary files a/companion/src/themes/monowhite/48/changelog.png and b/companion/src/themes/monowhite/48/changelog.png differ diff --git a/companion/src/themes/monowhite/48/clear.png b/companion/src/themes/monowhite/48/clear.png index 5ff3688e2..e09993be5 100644 Binary files a/companion/src/themes/monowhite/48/clear.png and b/companion/src/themes/monowhite/48/clear.png differ diff --git a/companion/src/themes/monowhite/48/compare.png b/companion/src/themes/monowhite/48/compare.png index 87e99c8c5..6f07fcc8a 100644 Binary files a/companion/src/themes/monowhite/48/compare.png and b/companion/src/themes/monowhite/48/compare.png differ diff --git a/companion/src/themes/monowhite/48/configure.png b/companion/src/themes/monowhite/48/configure.png index 6ace3af19..f4ba9449f 100644 Binary files a/companion/src/themes/monowhite/48/configure.png and b/companion/src/themes/monowhite/48/configure.png differ diff --git a/companion/src/themes/monowhite/48/contributors.png b/companion/src/themes/monowhite/48/contributors.png index ab347bfb7..4c59eaeef 100644 Binary files a/companion/src/themes/monowhite/48/contributors.png and b/companion/src/themes/monowhite/48/contributors.png differ diff --git a/companion/src/themes/monowhite/48/copy.png b/companion/src/themes/monowhite/48/copy.png index dd08c322b..f2f6d533b 100644 Binary files a/companion/src/themes/monowhite/48/copy.png and b/companion/src/themes/monowhite/48/copy.png differ diff --git a/companion/src/themes/monowhite/48/currentmodel.png b/companion/src/themes/monowhite/48/currentmodel.png index 9c5e3a5ee..7002db951 100644 Binary files a/companion/src/themes/monowhite/48/currentmodel.png and b/companion/src/themes/monowhite/48/currentmodel.png differ diff --git a/companion/src/themes/monowhite/48/cut.png b/companion/src/themes/monowhite/48/cut.png index b81fb0d9d..34462d12d 100644 Binary files a/companion/src/themes/monowhite/48/cut.png and b/companion/src/themes/monowhite/48/cut.png differ diff --git a/companion/src/themes/monowhite/48/duplicate.png b/companion/src/themes/monowhite/48/duplicate.png index a5f716f82..44c8fe5cd 100644 Binary files a/companion/src/themes/monowhite/48/duplicate.png and b/companion/src/themes/monowhite/48/duplicate.png differ diff --git a/companion/src/themes/monowhite/48/edit.png b/companion/src/themes/monowhite/48/edit.png index c318f72b6..4fa0accd5 100644 Binary files a/companion/src/themes/monowhite/48/edit.png and b/companion/src/themes/monowhite/48/edit.png differ diff --git a/companion/src/themes/monowhite/48/exit.png b/companion/src/themes/monowhite/48/exit.png index e0f7e38fe..2b4be6230 100644 Binary files a/companion/src/themes/monowhite/48/exit.png and b/companion/src/themes/monowhite/48/exit.png differ diff --git a/companion/src/themes/monowhite/48/fuses.png b/companion/src/themes/monowhite/48/fuses.png index 37ad3a434..c246f6c02 100644 Binary files a/companion/src/themes/monowhite/48/fuses.png and b/companion/src/themes/monowhite/48/fuses.png differ diff --git a/companion/src/themes/monowhite/48/information.png b/companion/src/themes/monowhite/48/information.png index dfc2f154f..90b518899 100644 Binary files a/companion/src/themes/monowhite/48/information.png and b/companion/src/themes/monowhite/48/information.png differ diff --git a/companion/src/themes/monowhite/48/library.png b/companion/src/themes/monowhite/48/library.png index 5d363913a..35b42d937 100644 Binary files a/companion/src/themes/monowhite/48/library.png and b/companion/src/themes/monowhite/48/library.png differ diff --git a/companion/src/themes/monowhite/48/list.png b/companion/src/themes/monowhite/48/list.png index 1f516f5fd..e603c79da 100644 Binary files a/companion/src/themes/monowhite/48/list.png and b/companion/src/themes/monowhite/48/list.png differ diff --git a/companion/src/themes/monowhite/48/logs.png b/companion/src/themes/monowhite/48/logs.png index 12e4dad65..300d7c774 100644 Binary files a/companion/src/themes/monowhite/48/logs.png and b/companion/src/themes/monowhite/48/logs.png differ diff --git a/companion/src/themes/monowhite/48/movedown.png b/companion/src/themes/monowhite/48/movedown.png index fcf443163..0b7a36667 100644 Binary files a/companion/src/themes/monowhite/48/movedown.png and b/companion/src/themes/monowhite/48/movedown.png differ diff --git a/companion/src/themes/monowhite/48/moveup.png b/companion/src/themes/monowhite/48/moveup.png index 937bb7d5e..f219acca8 100644 Binary files a/companion/src/themes/monowhite/48/moveup.png and b/companion/src/themes/monowhite/48/moveup.png differ diff --git a/companion/src/themes/monowhite/48/new.png b/companion/src/themes/monowhite/48/new.png index f5ddb9077..d5c749528 100644 Binary files a/companion/src/themes/monowhite/48/new.png and b/companion/src/themes/monowhite/48/new.png differ diff --git a/companion/src/themes/monowhite/48/open.png b/companion/src/themes/monowhite/48/open.png index 2e705e8f0..a06e13571 100644 Binary files a/companion/src/themes/monowhite/48/open.png and b/companion/src/themes/monowhite/48/open.png differ diff --git a/companion/src/themes/monowhite/48/paintbrush.png b/companion/src/themes/monowhite/48/paintbrush.png index 8d73a2df3..186cc1768 100644 Binary files a/companion/src/themes/monowhite/48/paintbrush.png and b/companion/src/themes/monowhite/48/paintbrush.png differ diff --git a/companion/src/themes/monowhite/48/paste.png b/companion/src/themes/monowhite/48/paste.png index f10703657..d912c3963 100644 Binary files a/companion/src/themes/monowhite/48/paste.png and b/companion/src/themes/monowhite/48/paste.png differ diff --git a/companion/src/themes/monowhite/48/play.png b/companion/src/themes/monowhite/48/play.png index 8f5a7f6bd..fb1ee191f 100644 Binary files a/companion/src/themes/monowhite/48/play.png and b/companion/src/themes/monowhite/48/play.png differ diff --git a/companion/src/themes/monowhite/48/preferences.png b/companion/src/themes/monowhite/48/preferences.png index 67221199e..f0d8136c0 100644 Binary files a/companion/src/themes/monowhite/48/preferences.png and b/companion/src/themes/monowhite/48/preferences.png differ diff --git a/companion/src/themes/monowhite/48/print.png b/companion/src/themes/monowhite/48/print.png index 0a82c819b..37c2d1185 100644 Binary files a/companion/src/themes/monowhite/48/print.png and b/companion/src/themes/monowhite/48/print.png differ diff --git a/companion/src/themes/monowhite/48/profiles.png b/companion/src/themes/monowhite/48/profiles.png index 520c7def6..781f883d2 100644 Binary files a/companion/src/themes/monowhite/48/profiles.png and b/companion/src/themes/monowhite/48/profiles.png differ diff --git a/companion/src/themes/monowhite/48/read_eeprom.png b/companion/src/themes/monowhite/48/read_eeprom.png index 2c919f049..85ede191e 100644 Binary files a/companion/src/themes/monowhite/48/read_eeprom.png and b/companion/src/themes/monowhite/48/read_eeprom.png differ diff --git a/companion/src/themes/monowhite/48/read_eeprom_file.png b/companion/src/themes/monowhite/48/read_eeprom_file.png index dc05a30e3..e85724d00 100644 Binary files a/companion/src/themes/monowhite/48/read_eeprom_file.png and b/companion/src/themes/monowhite/48/read_eeprom_file.png differ diff --git a/companion/src/themes/monowhite/48/read_flash.png b/companion/src/themes/monowhite/48/read_flash.png index 39ffc14fa..d9fc13673 100644 Binary files a/companion/src/themes/monowhite/48/read_flash.png and b/companion/src/themes/monowhite/48/read_flash.png differ diff --git a/companion/src/themes/monowhite/48/recentdocument.png b/companion/src/themes/monowhite/48/recentdocument.png index 4390a48a7..90c3b1e1d 100644 Binary files a/companion/src/themes/monowhite/48/recentdocument.png and b/companion/src/themes/monowhite/48/recentdocument.png differ diff --git a/companion/src/themes/monowhite/48/save.png b/companion/src/themes/monowhite/48/save.png index b6d380085..e29b45ab3 100644 Binary files a/companion/src/themes/monowhite/48/save.png and b/companion/src/themes/monowhite/48/save.png differ diff --git a/companion/src/themes/monowhite/48/saveas.png b/companion/src/themes/monowhite/48/saveas.png index 94fccbe10..cb5c738ad 100644 Binary files a/companion/src/themes/monowhite/48/saveas.png and b/companion/src/themes/monowhite/48/saveas.png differ diff --git a/companion/src/themes/monowhite/48/simulate.png b/companion/src/themes/monowhite/48/simulate.png index 9f448daef..c5ebb9504 100644 Binary files a/companion/src/themes/monowhite/48/simulate.png and b/companion/src/themes/monowhite/48/simulate.png differ diff --git a/companion/src/themes/monowhite/48/stop.png b/companion/src/themes/monowhite/48/stop.png index 7818a3d4c..028180e0f 100644 Binary files a/companion/src/themes/monowhite/48/stop.png and b/companion/src/themes/monowhite/48/stop.png differ diff --git a/companion/src/themes/monowhite/48/update.png b/companion/src/themes/monowhite/48/update.png index 29eacea07..1368d4b4d 100644 Binary files a/companion/src/themes/monowhite/48/update.png and b/companion/src/themes/monowhite/48/update.png differ diff --git a/companion/src/themes/monowhite/48/wizard.png b/companion/src/themes/monowhite/48/wizard.png index 7a61ffae7..17e476414 100644 Binary files a/companion/src/themes/monowhite/48/wizard.png and b/companion/src/themes/monowhite/48/wizard.png differ diff --git a/companion/src/themes/monowhite/48/write_eeprom.png b/companion/src/themes/monowhite/48/write_eeprom.png index 1563c9de3..b406ca98a 100644 Binary files a/companion/src/themes/monowhite/48/write_eeprom.png and b/companion/src/themes/monowhite/48/write_eeprom.png differ diff --git a/companion/src/themes/monowhite/48/write_eeprom_file.png b/companion/src/themes/monowhite/48/write_eeprom_file.png index 9ae0c19c7..d22daf82f 100644 Binary files a/companion/src/themes/monowhite/48/write_eeprom_file.png and b/companion/src/themes/monowhite/48/write_eeprom_file.png differ diff --git a/companion/src/themes/monowhite/48/write_flash.png b/companion/src/themes/monowhite/48/write_flash.png index d66faf613..0c4594941 100644 Binary files a/companion/src/themes/monowhite/48/write_flash.png and b/companion/src/themes/monowhite/48/write_flash.png differ