gray ui's (was: New to the list )

Brad Parker brad at heeltoe.com
Thu Aug 3 14:31:50 CDT 2006


"William Donzelli" wrote:
>
>This is why hardcore computer people generally do not understand the
>importance of polish and shine. Most of you are quite happy in a world
>of grey (beige?) computers, looking at a grey screen, sitting at a...

hmmm...  I was going to argue, but:

(if window-system
       (if do-hazeltine
	   (progn
 	     (set-background-color "black")
 	     (set-foreground-color "green")
 	     (set-cursor-color "white")
	     (set-default-font "9x15")
 	     )
 	 )
       )

but later in the same .emacs it does say:

(set-face-foreground 'font-lock-comment-face "Orange")
(set-face-foreground 'font-lock-string-face "LightBlue")
(set-face-foreground 'font-lock-keyword-face "Green")
(set-face-foreground 'font-lock-function-name-face "Green")
(set-face-foreground 'font-lock-variable-name-face "Cyan")
(set-face-foreground 'font-lock-type-face "Yellow")
(set-face-foreground 'font-lock-reference-face "Aquamarine")

:-)

-brad


More information about the cctech mailing list