Update of /project/lisppaste/cvsroot/lisppaste2 In directory clnet:/tmp/cvs-serv23368
Modified Files: coloring-css.lisp Log Message: Make the new colors a little more unambiguous
--- /project/lisppaste/cvsroot/lisppaste2/coloring-css.lisp 2006/08/14 21:33:00 1.7 +++ /project/lisppaste/cvsroot/lisppaste2/coloring-css.lisp 2006/08/14 21:57:49 1.8 @@ -13,10 +13,10 @@ .comment { color : #007777; background-color : inherit; } .string { color : #777777; background-color : inherit; } .atom { color : #314F4F; background-color : inherit; } -.macro { color : #FF6347; background-color : inherit; } -.variable { color : #458B74; background-color : inherit; } -.function { color : #B03060; background-color : inherit; } -.attribute { color : #FF6347; background-color : inherit; } +.macro { color : #EE5C42; background-color : inherit; } +.variable { color : #36648B; background-color : inherit; } +.function { color : #8B0850; background-color : inherit; } +.attribute { color : #36648B; background-color : inherit; } .character { color : #0055AA; background-color : inherit; } .syntaxerror { color : #FF0000; background-color : inherit; } span.paren1:hover { color : inherit; background-color : #BAFFFF; }