"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