diff --git a/assets/images/amoled@220.png b/assets/images/amoled@220.png index a3e1a4c3aedaec6dcaca577b3ea6b9d31051ec2a..bd0c8305ed97f141088fb60773442d761bf40907 100644 Binary files a/assets/images/amoled@220.png and b/assets/images/amoled@220.png differ diff --git a/assets/images/amoled@266.png b/assets/images/amoled@266.png index 41966ef74b6a38a37bc3cbc2c0ceccb378cb2170..4cba1a2b88a7320110fc6a68ca8a6de1b1d4f217 100644 Binary files a/assets/images/amoled@266.png and b/assets/images/amoled@266.png differ diff --git a/assets/images/amoled@335.png b/assets/images/amoled@335.png index ef1e6218513b12b29183ba0d83ee2a5f8ccc0594..55971c582f961db7a4e278aaa4568408bddc072d 100644 Binary files a/assets/images/amoled@335.png and b/assets/images/amoled@335.png differ diff --git a/assets/images/amoled@352.png b/assets/images/amoled@352.png index 0551e82329b63d8b53b345e544fdabde6b7b4e13..b19d50330bc23e7cde0f848369e81ed62768ef50 100644 Binary files a/assets/images/amoled@352.png and b/assets/images/amoled@352.png differ diff --git a/assets/images/amoled@532.png b/assets/images/amoled@532.png index c33b70382f48ea59602096099dd0abebe2c2fb10..49dbe1dc7a61a6ea3de1c32877241f39a5173480 100644 Binary files a/assets/images/amoled@532.png and b/assets/images/amoled@532.png differ diff --git a/assets/images/amoled@thumb.jpg b/assets/images/amoled@thumb.jpg index d0862bf59bce2f8d75b263e50ce2f2e14bfd8d37..11e475bf448ab348a96b6b3cb632b8f0b15a997e 100644 Binary files a/assets/images/amoled@thumb.jpg and b/assets/images/amoled@thumb.jpg differ diff --git a/assets/images/desktop@1180.png b/assets/images/desktop@1180.png index 524fabbcfac61ca5c5bd4f91ad16ad2c3b64f668..6304ec7ebea1a008a390c1bd9e9aec4fb27f77d6 100644 Binary files a/assets/images/desktop@1180.png and b/assets/images/desktop@1180.png differ diff --git a/assets/images/desktop@363.png b/assets/images/desktop@363.png index e8f9d8178f0708e4341d4656cca1f1b2fdd8889e..7b8b86a049cd1f18aa6a448dc55e27a238d3dbcf 100644 Binary files a/assets/images/desktop@363.png and b/assets/images/desktop@363.png differ diff --git a/assets/images/desktop@474.png b/assets/images/desktop@474.png index 2f7af8e577e56a0bf8bc6d4125bd53749997a357..ba87d81877dbbcf2b71725174c75194e7f177094 100644 Binary files a/assets/images/desktop@474.png and b/assets/images/desktop@474.png differ diff --git a/assets/images/desktop@590.png b/assets/images/desktop@590.png index 591c9a6447c520f72332a26b8845ffe0164fefd7..a423daacf72fbcbd7f5005a7b16b681e525f6c44 100644 Binary files a/assets/images/desktop@590.png and b/assets/images/desktop@590.png differ diff --git a/assets/images/desktop@726.png b/assets/images/desktop@726.png index dcd3c74e07335e07aafe76ea243760d0bd6e7c34..f50dcea6233e81d404a5173ef656cffd4471777c 100644 Binary files a/assets/images/desktop@726.png and b/assets/images/desktop@726.png differ diff --git a/assets/images/desktop@948.png b/assets/images/desktop@948.png index 6f21b91320509f452f0249d1be56e0688b22dfd1..a06c318ee0235622a45aa54640cb383c9cd9b68a 100644 Binary files a/assets/images/desktop@948.png and b/assets/images/desktop@948.png differ diff --git a/assets/images/desktop@thumb.jpg b/assets/images/desktop@thumb.jpg index 31c7efef8bbec187f1e9b854040b9d60bb44d596..b111510021fe172bdfc68f260bc64c68a749686a 100644 Binary files a/assets/images/desktop@thumb.jpg and b/assets/images/desktop@thumb.jpg differ diff --git a/assets/images/generate_resolution.sh b/assets/images/generate_resolution.sh index 3e7465674b61021abc2de88a1bd4ccc4b9187e23..bed364ad86e630f9438dae68c58d3ee26f39f517 100755 --- a/assets/images/generate_resolution.sh +++ b/assets/images/generate_resolution.sh @@ -6,6 +6,6 @@ image=${1} resolution=${2} quality=${3} -convert ${image}.png -filter Lanczos -distort Resize ${resolution}x ${image}@${resolution}.png +convert ${image}.png -colorspace RGB -filter Lanczos -distort Resize ${resolution}x -colorspace sRGB ${image}@${resolution}.png pngquant --quality ${quality} ${image}@${resolution}.png mv ${image}@${resolution}-fs8.png ${image}@${resolution}.png \ No newline at end of file diff --git a/assets/images/generate_thumb.sh b/assets/images/generate_thumb.sh index e1e237f838aaa364535ab535001b0dcf1ddb27d9..75aa3c888541790e3ed2dbaabc931d0ede251f9c 100755 --- a/assets/images/generate_thumb.sh +++ b/assets/images/generate_thumb.sh @@ -7,8 +7,8 @@ function generate_thumb_jpg() { default_resolution=${2} quality=${3} - convert ${image}.png -filter Lanczos -distort Resize 16x ${image}@thumb.png - convert ${image}@thumb.png -filter Lanczos -distort Resize ${default_resolution} -quality ${quality} ${image}@thumb.jpg + convert ${image}.png -colorspace RGB -filter Lanczos -distort Resize 16x -colorspace sRGB ${image}@thumb.png + convert ${image}@thumb.png -colorspace RGB -filter Lanczos -distort Resize ${default_resolution} -colorspace sRGB -quality ${quality} ${image}@thumb.jpg rm ${image}@thumb.png } @@ -17,8 +17,8 @@ function generate_thumb_png() { default_resolution=${2} quality=${3} - convert ${image}.png -filter Lanczos -distort Resize 16x ${image}@thumb.png - convert ${image}@thumb.png -filter Lanczos -distort Resize ${default_resolution} ${image}@thumb.png + convert ${image}.png -colorspace RGB -filter Lanczos -distort Resize 16x -colorspace sRGB ${image}@thumb.png + convert ${image}@thumb.png -colorspace RGB -filter Lanczos -distort Resize ${default_resolution} -colorspace sRGB ${image}@thumb.png pngquant --quality ${quality} ${image}@thumb.png mv ${image}@thumb-fs8.png ${image}@thumb.png } diff --git a/assets/images/gruvbox_dark@220.png b/assets/images/gruvbox_dark@220.png index ab0724cd1e02ee84bb66832a57107613f12f6968..4cd46ac182fd8fd72ddce2fdbef7f5f1528feff5 100644 Binary files a/assets/images/gruvbox_dark@220.png and b/assets/images/gruvbox_dark@220.png differ diff --git a/assets/images/gruvbox_dark@266.png b/assets/images/gruvbox_dark@266.png index c35ff00daf20f92c916d19aec7bb72a26c889236..a7d86f2a3f85e37ed064a0667df7d1ba93fbc2c2 100644 Binary files a/assets/images/gruvbox_dark@266.png and b/assets/images/gruvbox_dark@266.png differ diff --git a/assets/images/gruvbox_dark@335.png b/assets/images/gruvbox_dark@335.png index dfd1dd528c39e503ece5b04dede7be8098b5e4cd..8deb7b0b7ab4e509a932a4c9936212148fd8f7f5 100644 Binary files a/assets/images/gruvbox_dark@335.png and b/assets/images/gruvbox_dark@335.png differ diff --git a/assets/images/gruvbox_dark@352.png b/assets/images/gruvbox_dark@352.png index ba7053327dff5c6d50126ad9b7981c40c6b25564..58546c0c183168bed159ffc9dc93812c30f06772 100644 Binary files a/assets/images/gruvbox_dark@352.png and b/assets/images/gruvbox_dark@352.png differ diff --git a/assets/images/gruvbox_dark@532.png b/assets/images/gruvbox_dark@532.png index 66840dd1a2861cb96d7e95b6493291c6110ccbee..ad78d758ba96ca96b5809f45fa1206bb26c69007 100644 Binary files a/assets/images/gruvbox_dark@532.png and b/assets/images/gruvbox_dark@532.png differ diff --git a/assets/images/gruvbox_dark@thumb.jpg b/assets/images/gruvbox_dark@thumb.jpg index 5aecfe0fb80c2b1671fafbfbe2f963ac925cbfd7..65da362554db20ba3d0d23895fcbdc0fe4eb4b43 100644 Binary files a/assets/images/gruvbox_dark@thumb.jpg and b/assets/images/gruvbox_dark@thumb.jpg differ diff --git a/assets/images/gruvbox_light@220.png b/assets/images/gruvbox_light@220.png index b728a0d3a87847ec6dcfdf931b98ba6a827b0db7..4811f6e1e1ce09832f01e6c8c78c61596dee785d 100644 Binary files a/assets/images/gruvbox_light@220.png and b/assets/images/gruvbox_light@220.png differ diff --git a/assets/images/gruvbox_light@266.png b/assets/images/gruvbox_light@266.png index 71abe22d64fe18ea451a5fe83ef8a69ae851e0be..043cd1648909d1e3fb36b8f8394979c5e70359e2 100644 Binary files a/assets/images/gruvbox_light@266.png and b/assets/images/gruvbox_light@266.png differ diff --git a/assets/images/gruvbox_light@335.png b/assets/images/gruvbox_light@335.png index 90e89a5c3bb4a013fb8ace23c8a5ed2e84ab7caf..bbfa89d28d05e7737f66a5555537187a00e35861 100644 Binary files a/assets/images/gruvbox_light@335.png and b/assets/images/gruvbox_light@335.png differ diff --git a/assets/images/gruvbox_light@352.png b/assets/images/gruvbox_light@352.png index b90287c9481e7ff4c376cecbd019e35a3e9d7ef5..99a3d667a0cd555bdbffc5d94ad2a846a17290b5 100644 Binary files a/assets/images/gruvbox_light@352.png and b/assets/images/gruvbox_light@352.png differ diff --git a/assets/images/gruvbox_light@532.png b/assets/images/gruvbox_light@532.png index 909a03d0fb761f5069575b462d22d0f1a1fb5f05..4d112d3daef90de75eb007b9edcb99e83b4873df 100644 Binary files a/assets/images/gruvbox_light@532.png and b/assets/images/gruvbox_light@532.png differ diff --git a/assets/images/gruvbox_light@thumb.jpg b/assets/images/gruvbox_light@thumb.jpg index 88eebf21803e4506b5c0ad92786d4282e7e359f4..2f01a35b2faeac8cbf0d6bca26487e689ff40b01 100644 Binary files a/assets/images/gruvbox_light@thumb.jpg and b/assets/images/gruvbox_light@thumb.jpg differ diff --git a/assets/images/notifications@363.png b/assets/images/notifications@363.png index 39ddc3ad9be5cfb651bbc85e199d380cf81b4e2b..23120e6bcca19a75f3214f9533824d8c1639f4c3 100644 Binary files a/assets/images/notifications@363.png and b/assets/images/notifications@363.png differ diff --git a/assets/images/notifications@474.png b/assets/images/notifications@474.png index 28afcf1bc9608099bdf64d2b0b16a65a9cae382a..7065422ad9f199c334d52deeeaa03828a8705f93 100644 Binary files a/assets/images/notifications@474.png and b/assets/images/notifications@474.png differ diff --git a/assets/images/notifications@590.png b/assets/images/notifications@590.png index 5908f14f8cf2f715d9fbdcfce4eaecd00496b925..7d0593a6cfa376660723eb4959da558192c540a4 100644 Binary files a/assets/images/notifications@590.png and b/assets/images/notifications@590.png differ diff --git a/assets/images/notifications@thumb.jpg b/assets/images/notifications@thumb.jpg index 2a8e0eaa87a3117055f22df83cf0ad4277653681..57d667b7eb751c25d5c315125ff8ef2daf179e58 100644 Binary files a/assets/images/notifications@thumb.jpg and b/assets/images/notifications@thumb.jpg differ diff --git a/assets/images/phone@1000.png b/assets/images/phone@1000.png index e8b79b8e0aca1d16a8a146763133472c3385b017..1e1e8d3518d2a9e05827676566d96eaac7afc267 100644 Binary files a/assets/images/phone@1000.png and b/assets/images/phone@1000.png differ diff --git a/assets/images/phone@1220.png b/assets/images/phone@1220.png index 7455a4a9515774b39654ee3859bf355c01588b54..029f5a3bdf6b0b9dd275bb7b3e36116613e51da4 100644 Binary files a/assets/images/phone@1220.png and b/assets/images/phone@1220.png differ diff --git a/assets/images/phone@220.png b/assets/images/phone@220.png index 115f6e9bb5dc4ffa5cb88ad56d0e15cc6e58cd4a..b4fab827dfd7feb56403cb5ee2a222cb54db7cb0 100644 Binary files a/assets/images/phone@220.png and b/assets/images/phone@220.png differ diff --git a/assets/images/phone@300.png b/assets/images/phone@300.png index 796614028112429fd8f033248864df2c0a3d537e..2c5813916853edebf7b5fbaed290765269fe6ed3 100644 Binary files a/assets/images/phone@300.png and b/assets/images/phone@300.png differ diff --git a/assets/images/phone@400.png b/assets/images/phone@400.png index 41c07b169087ea27ed92d83a04841cb3f94a7bbd..766cf4a76d834c9da5d639662814935298ee8f37 100644 Binary files a/assets/images/phone@400.png and b/assets/images/phone@400.png differ diff --git a/assets/images/phone@520.png b/assets/images/phone@520.png index 5d84ca12b66f4601d7131c5b59a3b6c8c851b355..9fb777b7898e49dfea3f15c7171d4132e2acb284 100644 Binary files a/assets/images/phone@520.png and b/assets/images/phone@520.png differ diff --git a/assets/images/phone@640.png b/assets/images/phone@640.png index f0990da2cb1b521311c39745eeac1e127ab43cd4..af679de24d2ebaba09334d73042341aeba083142 100644 Binary files a/assets/images/phone@640.png and b/assets/images/phone@640.png differ diff --git a/assets/images/phone@800.png b/assets/images/phone@800.png index 32028e4e0a0906996088f2de06a7c79749aa9cf7..971212c830a6b19ecbe9c99f9cbbadac3c48bf16 100644 Binary files a/assets/images/phone@800.png and b/assets/images/phone@800.png differ diff --git a/assets/images/phone@thumb.png b/assets/images/phone@thumb.png index 561b0293315b71a5e386abbb02ba5f98e7805ea3..c8cf9feb2efc14da29d16ecff3d78594b6855103 100644 Binary files a/assets/images/phone@thumb.png and b/assets/images/phone@thumb.png differ diff --git a/assets/images/quassel_dark@220.png b/assets/images/quassel_dark@220.png index e398363f5969f90fc63ef6375c9fc6fcd43ab571..65b5d323023a0fda79a6bfe084bd2955544be2a6 100644 Binary files a/assets/images/quassel_dark@220.png and b/assets/images/quassel_dark@220.png differ diff --git a/assets/images/quassel_dark@266.png b/assets/images/quassel_dark@266.png index b00a06d95a934a07f40cfbb7727f4d9d2e6e1768..a1950b7231d660c525fad3019c94c432ad7ab28d 100644 Binary files a/assets/images/quassel_dark@266.png and b/assets/images/quassel_dark@266.png differ diff --git a/assets/images/quassel_dark@335.png b/assets/images/quassel_dark@335.png index c75ed106533faf4377250f9b3fe826c52cc19296..e46a30a690c5ab8067da2f58143918a384406089 100644 Binary files a/assets/images/quassel_dark@335.png and b/assets/images/quassel_dark@335.png differ diff --git a/assets/images/quassel_dark@352.png b/assets/images/quassel_dark@352.png index 909fcd6f4ffde8584f6aed3b866f432069888506..c645462df1a5a86c3225cc72907585c0a31f0f61 100644 Binary files a/assets/images/quassel_dark@352.png and b/assets/images/quassel_dark@352.png differ diff --git a/assets/images/quassel_dark@532.png b/assets/images/quassel_dark@532.png index 5d89f822ce0a41a4950028097de997b628a65a23..2a6ff07d6f1ceedcc4430c78811cf88e7022d1f2 100644 Binary files a/assets/images/quassel_dark@532.png and b/assets/images/quassel_dark@532.png differ diff --git a/assets/images/quassel_dark@thumb.jpg b/assets/images/quassel_dark@thumb.jpg index c443c5361ac19704a19eac0a97f3948b8d9afb29..4f68e701a7e0938603c1cd9817de7282d93912a4 100644 Binary files a/assets/images/quassel_dark@thumb.jpg and b/assets/images/quassel_dark@thumb.jpg differ diff --git a/assets/images/quassel_light@220.png b/assets/images/quassel_light@220.png index ece04d53f56bcd65082a2e74c71ff761c68e8bd2..cfb79dfba401724285677984c24444fdc36f4ff8 100644 Binary files a/assets/images/quassel_light@220.png and b/assets/images/quassel_light@220.png differ diff --git a/assets/images/quassel_light@266.png b/assets/images/quassel_light@266.png index 21bcb5c4e3f2d5eb7cc2d437b4ebb180a7e374e5..2c473d8c5ca03b9b0e76c0ed89690cceb741a2b4 100644 Binary files a/assets/images/quassel_light@266.png and b/assets/images/quassel_light@266.png differ diff --git a/assets/images/quassel_light@335.png b/assets/images/quassel_light@335.png index 9f8d8ec7e172a29a032876e63778c9f8942124d4..5b5555de19b1b55869fefd44dc72aeb0cae9c80f 100644 Binary files a/assets/images/quassel_light@335.png and b/assets/images/quassel_light@335.png differ diff --git a/assets/images/quassel_light@352.png b/assets/images/quassel_light@352.png index c124cc687760f03e87541f6ec57f00d555792a76..6d6436726b65ca06b2ed501af252dc897df0246b 100644 Binary files a/assets/images/quassel_light@352.png and b/assets/images/quassel_light@352.png differ diff --git a/assets/images/quassel_light@532.png b/assets/images/quassel_light@532.png index 2483e476751ab37e2f097700dc67ff9b4135d6a8..ebaa3380196c0da9f1a0065eda4c7612b40b6831 100644 Binary files a/assets/images/quassel_light@532.png and b/assets/images/quassel_light@532.png differ diff --git a/assets/images/quassel_light@thumb.jpg b/assets/images/quassel_light@thumb.jpg index 49635b3920d2f565424d9537199445dc268bb94f..11ab0911841889f9eaccd7b712437e52526f1264 100644 Binary files a/assets/images/quassel_light@thumb.jpg and b/assets/images/quassel_light@thumb.jpg differ diff --git a/assets/images/solarized_dark@220.png b/assets/images/solarized_dark@220.png index 0cf5fb1c9dcb504a0490e71158f1e1090c072505..e1466f7ccea2aab89858fd7086ec99f41356d7c9 100644 Binary files a/assets/images/solarized_dark@220.png and b/assets/images/solarized_dark@220.png differ diff --git a/assets/images/solarized_dark@266.png b/assets/images/solarized_dark@266.png index eeb49cc5959616931337c97a944906c9c31cf269..ca0e4f0171c3f56e3879ce7ab09e7e93e90f7e18 100644 Binary files a/assets/images/solarized_dark@266.png and b/assets/images/solarized_dark@266.png differ diff --git a/assets/images/solarized_dark@335.png b/assets/images/solarized_dark@335.png index a5caf4572cf7b8108d51e0b479dc506464fbccc8..0cf6096eec2aa457223d6fa59ac5b74a8c907816 100644 Binary files a/assets/images/solarized_dark@335.png and b/assets/images/solarized_dark@335.png differ diff --git a/assets/images/solarized_dark@352.png b/assets/images/solarized_dark@352.png index 2da897fc8e45d40c984aa1237646763335996b0b..9b42362669c8530f08b69fa6b201b439b5548416 100644 Binary files a/assets/images/solarized_dark@352.png and b/assets/images/solarized_dark@352.png differ diff --git a/assets/images/solarized_dark@532.png b/assets/images/solarized_dark@532.png index 1a649acac6ab73bb768c079872e31d92547984a4..cc3a63dc0e5d39289ec3e9d3fb1b736d4894e496 100644 Binary files a/assets/images/solarized_dark@532.png and b/assets/images/solarized_dark@532.png differ diff --git a/assets/images/solarized_dark@thumb.jpg b/assets/images/solarized_dark@thumb.jpg index 4a3c548f612fe1405a134579dd2c757932cdcdeb..a841016c8a52b26ff02c6b784aa08e482ab7a971 100644 Binary files a/assets/images/solarized_dark@thumb.jpg and b/assets/images/solarized_dark@thumb.jpg differ diff --git a/assets/images/solarized_light@220.png b/assets/images/solarized_light@220.png index 58665060b832b5077dd2eeec835de2c46871e8ec..48b0a4fe787305c8f7f199bebbc659b7c153bbe6 100644 Binary files a/assets/images/solarized_light@220.png and b/assets/images/solarized_light@220.png differ diff --git a/assets/images/solarized_light@266.png b/assets/images/solarized_light@266.png index a0a329dac74791a464a278cb7eab336ba59b7c8a..00b9989666897a8c5d23910c37b4ae108cfb0d96 100644 Binary files a/assets/images/solarized_light@266.png and b/assets/images/solarized_light@266.png differ diff --git a/assets/images/solarized_light@335.png b/assets/images/solarized_light@335.png index 90c1b917a0b6901fc564c5520069e6e272b1c7c3..2f5c10a4927adae324aac93dd1c153e72e4ea8bd 100644 Binary files a/assets/images/solarized_light@335.png and b/assets/images/solarized_light@335.png differ diff --git a/assets/images/solarized_light@352.png b/assets/images/solarized_light@352.png index e7c3aee96f20fd1399aac00b295d27c35f54c1da..12a439a317f0bfac326b139bc9a56adf8d684b2f 100644 Binary files a/assets/images/solarized_light@352.png and b/assets/images/solarized_light@352.png differ diff --git a/assets/images/solarized_light@532.png b/assets/images/solarized_light@532.png index 46deb7cce60a498f78ca4d92f0d98ce1408283ca..c3d2cf4fda4237cfd0e1bec9e23fbe48cd3098ec 100644 Binary files a/assets/images/solarized_light@532.png and b/assets/images/solarized_light@532.png differ diff --git a/assets/images/solarized_light@thumb.jpg b/assets/images/solarized_light@thumb.jpg index 7aebd432b275eb301bbfe437206512f6a51ce385..ae8c288e3809de96d7defb7c78d2378c44e50f1d 100644 Binary files a/assets/images/solarized_light@thumb.jpg and b/assets/images/solarized_light@thumb.jpg differ diff --git a/assets/images/tablet@1090.png b/assets/images/tablet@1090.png index 096b802edc7a5383cfff1409606ad4eb7bb7b7d3..3b909e26e91b41653cf437363878f18833fafed6 100644 Binary files a/assets/images/tablet@1090.png and b/assets/images/tablet@1090.png differ diff --git a/assets/images/tablet@1635.png b/assets/images/tablet@1635.png index 3e9d46ecfd6df100a41e73efb2c39cd7040f3ade..3650e2c5be0298c3c1af10419da671468ad3310f 100644 Binary files a/assets/images/tablet@1635.png and b/assets/images/tablet@1635.png differ diff --git a/assets/images/tablet@2180.png b/assets/images/tablet@2180.png index 47e4a058ce3ffbdbe1dcb9d735eb167274a62424..ccf6f20b098a03fd727833525f49256464853430 100644 Binary files a/assets/images/tablet@2180.png and b/assets/images/tablet@2180.png differ diff --git a/assets/images/tablet@545.png b/assets/images/tablet@545.png index ccd8e2abfbe04db813ade6a04fa77b7b5db82387..a68abedf7aa446ff5054f57b25b2f79063d8fb11 100644 Binary files a/assets/images/tablet@545.png and b/assets/images/tablet@545.png differ diff --git a/assets/images/tablet@640.png b/assets/images/tablet@640.png index 68cfc6e94fd6f6d7acb3e910db88182fcdbebaa5..9e19c608565c369054225fe3ad76188efef915a9 100644 Binary files a/assets/images/tablet@640.png and b/assets/images/tablet@640.png differ diff --git a/assets/images/tablet@720.png b/assets/images/tablet@720.png index 6e3efa070a8414f9beb52f705fa072997c8e4399..7f79a26b1c2a88bfe4c76baf71ddaa66d16b5627 100644 Binary files a/assets/images/tablet@720.png and b/assets/images/tablet@720.png differ diff --git a/assets/images/tablet@800.png b/assets/images/tablet@800.png index 8f5f407c0ae170ddc895a1c4d29dc29ce80e027a..feff2a859e58950bc7b0674939363f479a4b63ae 100644 Binary files a/assets/images/tablet@800.png and b/assets/images/tablet@800.png differ diff --git a/assets/images/tablet@880.png b/assets/images/tablet@880.png index a0bb4fbf072f3207f2ea194d925bb00ca74c6594..42136033c611c6bf43c3278fb33926143fdac0d8 100644 Binary files a/assets/images/tablet@880.png and b/assets/images/tablet@880.png differ diff --git a/assets/images/tablet@960.png b/assets/images/tablet@960.png index f7b102b0b9eaa1b94d400681abf9c88b3fd0d529..5f5e2dceb262b9236317d1a040e7c1f6db093c1b 100644 Binary files a/assets/images/tablet@960.png and b/assets/images/tablet@960.png differ diff --git a/assets/images/tablet@thumb.png b/assets/images/tablet@thumb.png index 5c6a8b914a3e8fb0674aa11a7525f57fe2bed46c..cf67c75b7e9e46ecc16481b982b36ccc50c30903 100644 Binary files a/assets/images/tablet@thumb.png and b/assets/images/tablet@thumb.png differ diff --git a/assets/images/themes@1180.png b/assets/images/themes@1180.png index 246357b43acfb5e295b9bdccd944dbf186b7fc36..304dc802703d3ec051c6886caa9601cdebe6e4fb 100644 Binary files a/assets/images/themes@1180.png and b/assets/images/themes@1180.png differ diff --git a/assets/images/themes@363.png b/assets/images/themes@363.png index 8be29d00acc16b33bcccf71f23c7be96b6fef0e0..7e8e460dfb97b2fffd4cbf4d041e58f2a5b7899d 100644 Binary files a/assets/images/themes@363.png and b/assets/images/themes@363.png differ diff --git a/assets/images/themes@474.png b/assets/images/themes@474.png index 6c8b07c65421c1e90b91dc5eb0ee3a4a275914a3..05c2cc83c96677ccedc3b560831908905a4945a1 100644 Binary files a/assets/images/themes@474.png and b/assets/images/themes@474.png differ diff --git a/assets/images/themes@590.png b/assets/images/themes@590.png index 85849ebe5c658f5094196e2173e2d7c34537e931..2cd8cb5c78e61acae36cda7abd1615e1e22e140a 100644 Binary files a/assets/images/themes@590.png and b/assets/images/themes@590.png differ diff --git a/assets/images/themes@726.png b/assets/images/themes@726.png index 0bfadcfb671a7fd507f0611e23032105abc6e37b..aefe92d0260d96993d0641e67354a07b9da40fb2 100644 Binary files a/assets/images/themes@726.png and b/assets/images/themes@726.png differ diff --git a/assets/images/themes@948.png b/assets/images/themes@948.png index c06770a4ebe0d647fdc517b3cede0ba0bed7f857..159de4af575f3d96dfa2bef78a8cdc7631f599f1 100644 Binary files a/assets/images/themes@948.png and b/assets/images/themes@948.png differ diff --git a/assets/images/themes@thumb.jpg b/assets/images/themes@thumb.jpg index 6c17d0d665f2c0ad17b2f09b06e3010840bfd8b0..2b4575b3d7c6f91aac0d601e40b8e1013da0ff70 100644 Binary files a/assets/images/themes@thumb.jpg and b/assets/images/themes@thumb.jpg differ