Emacsの配色について質問中

emacsやMeadowを使っていて背景色が「黒」な人に質問です。 あなたはどんな配色でemacsを利用していますか。 特に視認性にこだわりのある方の回答をお待ちしています。 ちなみに僕は font: M+ (global-font-lock-mode t)の状態で (add-hook 'font-lock-mode-hook '(lambda () (set-face-foreground 'font-lock-comment-face "lawn green") (set-face-foreground 'font-lock-string-face "purple") (set-face-foreground 'font-lock-keyword-face "LightSeaGreen") (set-face-foreground 'font-lock-constant-face "yellow") (set-face-foreground 'font-lock-function-name-face "violet") (set-face-foreground 'font-lock-variable-name-face "violet") (set-face-foreground 'font-lock-type-face "LightSeaGreen") (set-face-foreground 'font-lock-warning-face "violet") (set-face-bold-p 'font-lock-function-name-face t) (set-face-bold-p 'font-lock-warning-face nil) )) ですがあまりいけてない感じです。 なお回答は - .emacsの記述必須(color-theme名でも良いです) - できればスクリーンショット付で お願いします。