--- trunk/colormatch.js 2004/10/02 23:24:01 1 +++ trunk/colormatch.js 2004/10/02 23:25:50 2 @@ -56,6 +56,8 @@ if(x == 0) { document.getElementById("bookmark").value="http://color.twysted.net/?color="+rg2html(c); + document.getElementById("light").style.backgroundColor="rgb("+inc(c.r)+","+inc(c.g)+","+inc(c.b)+")"; + document.getElementById("dark").style.backgroundColor="rgb("+dec(c.r)+","+dec(c.g)+","+dec(c.b)+")"; } } function rg2html(z)