Update of /project/lisppaste/cvsroot/lisppaste2 In directory clnet:/tmp/cvs-serv27027
Modified Files: coloring-css.lisp Log Message: One more try at disambiguating the colors.
--- /project/lisppaste/cvsroot/lisppaste2/coloring-css.lisp 2006/08/14 21:59:33 1.9 +++ /project/lisppaste/cvsroot/lisppaste2/coloring-css.lisp 2006/08/14 22:06:06 1.10 @@ -13,9 +13,9 @@ .comment { color : #007777; background-color : inherit; } .string { color : #777777; background-color : inherit; } .atom { color : #314F4F; background-color : inherit; } -.macro { color : #EE5C42; background-color : inherit; } +.macro { color : #FF5000; background-color : inherit; } .variable { color : #36648B; background-color : inherit; } -.function { color : #8B0850; background-color : inherit; } +.function { color : #8B4789; background-color : inherit; } .attribute { color : #EE5C42; background-color : inherit; } .character { color : #0055AA; background-color : inherit; } .syntaxerror { color : #FF0000; background-color : inherit; }