summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-ximg/borders.sh4
-rw-r--r--img/thumb-default.pngbin138130 -> 137868 bytes
-rw-r--r--img/thumb-les-mis.pngbin176771 -> 176448 bytes
3 files changed, 1 insertions, 3 deletions
diff --git a/img/borders.sh b/img/borders.sh
index f5f9ea3..58e8a14 100755
--- a/img/borders.sh
+++ b/img/borders.sh
@@ -6,9 +6,7 @@ for i in *-orig.png; do
out="${i%-orig.png}.png"
convert "$i" \
- -bordercolor '#cacaca' \
+ -bordercolor '#dddddd' \
-border 1x1 \
- -bordercolor '#eeeeee' \
- -border 2x2 \
"$out"
done
diff --git a/img/thumb-default.png b/img/thumb-default.png
index 2374e0c..d097e7f 100644
--- a/img/thumb-default.png
+++ b/img/thumb-default.png
Binary files differ
diff --git a/img/thumb-les-mis.png b/img/thumb-les-mis.png
index 374af94..a8f7f40 100644
--- a/img/thumb-les-mis.png
+++ b/img/thumb-les-mis.png
Binary files differ