From 19d563028d9b68b8f23966260a2c8dc1a0ef744b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 5 Mar 2012 01:25:42 +0000 Subject: [PATCH] switched console theme from tomorrow-night-bright to my own customized version of it called tomorrow-night-paradise --- appearance.el | 2 +- packages.el | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/appearance.el b/appearance.el index d9f4d54..0c9b3e1 100644 --- a/appearance.el +++ b/appearance.el @@ -6,7 +6,7 @@ ;; Load Theme (if window-system (require 'birds-of-paradise-plus-theme) - (require 'tomorrow-night-bright-theme)) + (require 'tomorrow-night-paradise-theme)) ;; Disable menu-bar (menu-bar-mode 0) diff --git a/packages.el b/packages.el index 93721b9..fba3c1e 100644 --- a/packages.el +++ b/packages.el @@ -38,15 +38,6 @@ ;; :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 @@ -108,6 +99,13 @@ (:name tree-mode :type emacswiki :features tree-mode) + (:name tomorrow-night-paradise-theme + :description "My customized version of Chris Kempson's Tomorrow Night Bright theme." + :type git + :url "git@gist.github.com:62a2b137a51b91e69746.git" + :post-init (lambda () + (push (config-path "el-get/tomorrow-night-paradise-theme") + custom-theme-load-path))) (:name yasnippet :type git :url "https://github.com/capitaomorte/yasnippet.git")