switched to using my own fork of the tomorrow color theme

This commit is contained in:
2012-03-01 20:14:26 +00:00
parent 489365fe1f
commit 77bc0fa17b
2 changed files with 11 additions and 4 deletions

View File

@@ -5,9 +5,8 @@
(set-face-attribute 'default nil :family "Monaco" :height 110)
;; Load Theme
(if window-system
(require 'birds-of-paradise-plus-theme)
(color-theme-tomorrow-night-bright))
(if window-system (require 'birds-of-paradise-plus-theme)
(require 'tomorrow-night-bright-theme))
;; Disable menu-bar
(menu-bar-mode 0)

View File

@@ -38,6 +38,15 @@
;; :type git
;; :url "https://gist.github.com/1130343.git"
;; :load "birds-of-paradise-theme.el")
(:name color-theme-tomorrow
:description "Emacs highlighting using Chris Charles's Tomorrow color scheme"
:type git
:url "https://github.com/jimeh/Tomorrow-Theme.git"
:load-path "GNU Emacs"
:branch "emacs-24"
:post-init (lambda ()
(push (config-path "el-get/color-theme-tomorrow/GNU Emacs")
custom-theme-load-path)))
(:name dirtree
:description "Directory tree views in Emacs"
:type git
@@ -116,7 +125,6 @@
'(auto-complete
auto-complete-emacs-lisp
coffee-mode
color-theme-tomorrow
ecb
escreen
evil