Skip to content

Instantly share code, notes, and snippets.

@macbury
Created November 11, 2010 13:49
Show Gist options
  • Save macbury/672517 to your computer and use it in GitHub Desktop.
Save macbury/672517 to your computer and use it in GitHub Desktop.
<script type="text/javascript" charset="utf-8">
LocalHipster.Widget({
type: "happyhour",
venue: 63,
width: 320,
height: 400,
theme: {
name: "base",
custom: {
header: {
background: "#804000",
color: "#FFF",
button: {
background: "#555555",
color: "#000"
},
},
content: {
background: "#fff",
event: {
background: "#000",
color: "FFF"
},
weekday: {
background: "#978",
color: "#000"
}
}
}
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment