JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
set default colors from palette
[watch-my-terminal.git] / client.coffee
index 1497d10..cb46305 100644 (file)
@@ -56,6 +56,7 @@ $ ->
        ]
 
        $body = $('body')
+       $body.css backgroundColor: "##{palette[0]}", color: "##{palette[7]}"
 
        socket = io.connect('http://localhost')