[Lisppaste-cvs] CVS lisppaste2
bmastenbrook
bmastenbrook at common-lisp.net
Mon Aug 14 22:07:31 UTC 2006
Update of /project/lisppaste/cvsroot/lisppaste2
In directory clnet:/tmp/cvs-serv27177
Modified Files:
coloring-css.lisp
Log Message:
And let's get it right this time...
--- /project/lisppaste/cvsroot/lisppaste2/coloring-css.lisp 2006/08/14 22:06:06 1.10
+++ /project/lisppaste/cvsroot/lisppaste2/coloring-css.lisp 2006/08/14 22:07:31 1.11
@@ -16,7 +16,7 @@
.macro { color : #FF5000; background-color : inherit; }
.variable { color : #36648B; background-color : inherit; }
.function { color : #8B4789; background-color : inherit; }
-.attribute { color : #EE5C42; background-color : inherit; }
+.attribute { color : #FF5000; background-color : inherit; }
.character { color : #0055AA; background-color : inherit; }
.syntaxerror { color : #FF0000; background-color : inherit; }
span.paren1:hover { color : inherit; background-color : #BAFFFF; }
More information about the Lisppaste-cvs
mailing list