[climacs-cvs] CVS climacs
CVS User dmurray
dmurray at common-lisp.net
Sun Jan 22 13:20:54 UTC 2006
Update of /project/climacs/cvsroot/climacs
In directory common-lisp:/tmp/cvs-serv3558
Modified Files:
gui.lisp
Log Message:
Changed *info-bg-color* to +gray85+
--- /project/climacs/cvsroot/climacs/gui.lisp 2006/01/08 09:08:17 1.199
+++ /project/climacs/cvsroot/climacs/gui.lisp 2006/01/22 13:20:54 1.200
@@ -100,7 +100,7 @@
(defvar *bg-color* +white+)
(defvar *fg-color* +black+)
-(defvar *info-bg-color* +white+)
+(defvar *info-bg-color* +gray85+)
(defvar *info-fg-color* +black+)
(defvar *mini-bg-color* +white+)
(defvar *mini-fg-color* +black+)
More information about the Climacs-cvs
mailing list