mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
switched to using my own fork of the tomorrow color theme
This commit is contained in:
@@ -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)
|
||||
|
||||
10
packages.el
10
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
|
||||
|
||||
Reference in New Issue
Block a user