emacs color-themeのメモ

配色を簡単に変えられるcolor-themeをインストール

color-theme homepage
上記のサイトのDownload and installationからcolor-theme*.zipをDL
emacsのload-pathへcolor-theme.elと/themesをコピーして下記を.emacsに追記

(require 'color-theme)
(color-theme-initialize)
(color-theme-指定のテーマ)

各テーマの配色などを確かめたい場合は下記でひと通り確認することが出来る
M-x color-theme-select RET