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

 

相關文章
相關標籤/搜索