Good point :grin: . Each album stores its own colour. You can change each one by clicking on "Properties" and then editing the "Border color" field.
If that's too tedious, I do have a shell script which does this for every album (same colour), provided you either run it as root in your shell, or write your own php script to run it as the webserver user... something like <? exec('..../bordercolor <...> <...>', $output, $return); ?> will probably work.
I posted a link <!-- BBCode Start --><A HREF="http://www.beckettmw.com/bin/bordercolor" TARGET="_blank">here</A><!-- BBCode End -->
Usage: bordercolor <albumdir> <hexcolor>
-Beckett (beck@beckettmw.com)