Skip to content

Instantly share code, notes, and snippets.

@joubertnel
Created November 20, 2011 14:51
Show Gist options
  • Save joubertnel/1380326 to your computer and use it in GitHub Desktop.
Save joubertnel/1380326 to your computer and use it in GitHub Desktop.
(add-to-list 'load-path "~/.emacs.d/color-theme/")
(require 'color-theme)
;; Colorization
(color-theme-initialize)
;(color-theme-gtk-ide)
;(color-theme-blippblopp)
;(color-theme-andreas)
;(color-theme-blue-mood)
;(color-theme-fischmeister)
;(color-theme-deep-blue)
;(color-theme-gray30)
;(color-theme-parus)
;(color-theme-charcoal-black)
;(color-theme-blue-sea)
;(color-theme-classic)
;(color-theme-dark-laptop)
(color-theme-clarity)
;(color-theme-word-perfect)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment