Skip to content

Commit

Permalink
Changing the default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
larrywright committed May 14, 2010
1 parent 2bf537a commit 47b491b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/theme.el
@@ -1,9 +1,9 @@
;; Swiped from defunkt's emacs config http://github.com/defunkt/emacs
(require 'color-theme)
(when (fboundp 'color-theme-initialize)
(color-theme-initialize))
(setq color-theme-is-global t)

(load-file "~/.emacs.d/vendor/twilight-emacs/color-theme-twilight.el")
(load-file "~/.emacs.d/vendor/zen-and-art.el")
(vivid-chalk)
;; Swiped from defunkt's emacs config http://github.com/defunkt/emacs
(require 'color-theme)
(when (fboundp 'color-theme-initialize)
(color-theme-initialize))
(setq color-theme-is-global t)

(load-file "~/.emacs.d/vendor/twilight-emacs/color-theme-twilight.el")
(load-file "~/.emacs.d/vendor/zen-and-art.el")
(color-theme-zen-and-art)

0 comments on commit 47b491b

Please sign in to comment.