diff --git a/templates/gallery.html.ep b/templates/gallery.html.ep
index 5a1605f..fcba063 100644
--- a/templates/gallery.html.ep
+++ b/templates/gallery.html.ep
@@ -30,6 +30,7 @@ $(document).ready(function() {
var api = $("#gallery").unitegallery({
gallery_theme: "tiles",
tiles_max_columns: 4,
+ lightbox_overlay_color: "#444"
});
});
% end