From: Jason Woofenden Date: Wed, 30 Jan 2013 23:50:16 +0000 (-0500) Subject: set default colors from palette X-Git-Tag: v1.0~32 X-Git-Url: https://jasonwoof.com/gitweb/?p=watch-my-terminal.git;a=commitdiff_plain;h=2a34a5036aaa920c8c743ea293712bdb075e1cbd set default colors from palette --- diff --git a/client.coffee b/client.coffee index 1497d10..cb46305 100644 --- a/client.coffee +++ b/client.coffee @@ -56,6 +56,7 @@ $ -> ] $body = $('body') + $body.css backgroundColor: "##{palette[0]}", color: "##{palette[7]}" socket = io.connect('http://localhost') diff --git a/index.html b/index.html index 3ba1bb4..b7a0665 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,6 @@