Skip to content

Instantly share code, notes, and snippets.

@mklabs
Created November 11, 2010 17:24
Show Gist options
  • Select an option

  • Save mklabs/672845 to your computer and use it in GitHub Desktop.

Select an option

Save mklabs/672845 to your computer and use it in GitHub Desktop.
// randomize a little bit
var rMe = function() {
return Math.floor(Math.random() * 255);
}, randomize = function() {
return [rMe(), rMe(), rMe()];
};
// I need harmony, everyone need.
$("#header").add('.mk-blog-demo-harmony').harmony({
color: randomize()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment