[climacs-cvs] CVS climacs
thenriksen
thenriksen at common-lisp.net
Tue May 16 20:38:31 UTC 2006
Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv20950
Modified Files:
lisp-syntax.lisp
Log Message:
Use colors that are more visible on a white background and resembles
out-of-the-box GNU Emacs.
--- /project/climacs/cvsroot/climacs/lisp-syntax.lisp 2006/05/16 20:13:17 1.71
+++ /project/climacs/cvsroot/climacs/lisp-syntax.lisp 2006/05/16 20:38:31 1.72
@@ -1372,10 +1372,10 @@
(defparameter *standard-faces*
`((:error ,+red+ nil)
- (:string ,+coral+ ,(make-text-style nil :italic nil))
- (:keyword ,+dark-violet+ nil)
- (:macro ,+cyan+)
- (:special-form ,+cyan+)
+ (:string ,+rosy-brown+ ,(make-text-style nil :italic nil))
+ (:keyword ,+orchid+ nil)
+ (:macro ,+purple+ nil)
+ (:special-form ,+purple+ nil)
(:lambda-list-keyword ,+dark-green+ nil)
(:comment ,+maroon+ nil)
(:reader-conditional ,+gray50+ nil)))
More information about the Climacs-cvs
mailing list