下载

http://download.savannah.gnu.org/releases/color-theme/color-theme-6.6.0.tar.gz

解压,我这里是~/.emacs.d/plugins/下面

 

   
   
   
   
  1. ;;set color  
  2. (add-to-list 'load-path "~/.emacs.d/plugins/color-theme-6.6.0")  
  3. (require 'color-theme-autoloads "color-theme-autoloads") 
  4. (color-theme-initialize) 
  5. (color-theme-dark-blue2) 

color-theme-dark-blue2这是我用的主题,你可以改成你喜欢的。

可以使用Alt-x color-theme-select随时切换。

 

Emacs之Color-Theme主题_第1张图片