--- a/greyhound.php Tue Aug 05 19:13:21 2008 -0400
+++ b/greyhound.php Wed Aug 06 01:04:32 2008 -0400
@@ -36,7 +36,7 @@
// set this to false, it will only display the playlist.
$allowcontrol = true;
// The default theme. This should be a name of a directory in ./themes.
-$theme = 'funkymonkey';
+$theme = 'grey';
// Allow forking when an HTTP request is received. This has advantages
// and disadvantages. If this experimental option is enabled, it will
// result in faster responses and load times but more memory usage.