From 77bc0fa17baac409d2feff507cf4ec67cb6e88f9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 1 Mar 2012 20:14:26 +0000 Subject: [PATCH] switched to using my own fork of the tomorrow color theme --- appearance.el | 5 ++--- packages.el | 10 +++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/appearance.el b/appearance.el index c76d3aa..d9f4d54 100644 --- a/appearance.el +++ b/appearance.el @@ -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) diff --git a/packages.el b/packages.el index 9f01141..325d3bf 100644 --- a/packages.el +++ b/packages.el @@ -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