8色しか指定できなかったのは、GNOME端末内で開いていたからのようだ。
別ウィンドウで開いたらたくさん指定できた。
とりあえず現在の設定。
(global-font-lock-mode t) (setq font-lock-support-mode 'jit-lock-mode) (set-face-foreground 'default "Gray80") (set-face-background 'default "Black") (set-face-foreground 'font-lock-comment-face "Red") (set-face-foreground 'font-lock-string-face "Tomato") (set-face-foreground 'font-lock-keyword-face "Cyan") (set-face-foreground 'font-lock-function-name-face "Sky Blue") (set-face-foreground 'font-lock-variable-name-face "Khaki") (set-face-foreground 'font-lock-type-face "Yellow Green") (set-face-foreground 'font-lock-builtin-face "Gray60") (set-face-foreground 'font-lock-constant-face "Pale Green") (set-face-foreground 'font-lock-warning-face "Blue")
あとは字体をゴシックにしたいんだけど方法が分からない・・・