fontの色

結局、よく分からないままこれで落ち着いた。
M-x list-colors-display を見ると8色しかないけど、こんなもんなんだろうか・・・。
白がグレーに近くてちょっと見にくい。背景白のままでよかったかもね。

(setq font-lock-support-mode 'jit-lock-mode)
(set-face-foreground 'default "White")
(set-face-background 'default "Black")
(set-face-foreground 'font-lock-comment-face "Red")
(set-face-foreground 'font-lock-string-face "Magenta")
(set-face-foreground 'font-lock-keyword-face "Blue")
(set-face-foreground 'font-lock-function-name-face "Green")
(set-face-foreground 'font-lock-variable-name-face "Yellow")
(set-face-foreground 'font-lock-type-face "Green")
(set-face-foreground 'font-lock-builtin-face "White")
(set-face-foreground 'font-lock-constant-face "Yellow")
(set-face-foreground 'font-lock-warning-face "Blue")

こういうところばかりで躓き続けていても仕方ない。
ほどほどにして、早くなんか作ろう