author | Luke Hoersten <Luke@Hoersten.org> |
Thu, 16 Feb 2012 10:13:09 -0600 | |
changeset 48 | f17ebf233431 |
parent 44 | 6e66ab8d9185 |
permissions | -rw-r--r-- |
;; ~/.emacs.d/color-theme-init.el ;; Luke Hoersten <[email protected]> ;;; color theme (if window-system (progn (require 'color-theme) ;; solarized (add-to-list 'load-path "~/.emacs.d/thirdparty/color-theme-solarized") (require 'color-theme-solarized) (color-theme-solarized-light) ;; (color-theme-solarized-dark) ;; twilight ;; (load "color-theme-twilight") ;; (color-theme-twilight) )) (message "Loading color-theme-init...done") (provide 'color-theme-init)