Emacs之Color-Theme主题

下载ide

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

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

 

  
  
  
  
  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这是我用的主题,你能够改为你喜欢的。xml

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

 

相关文章
相关标签/搜索