mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
switched console theme from tomorrow-night-bright to my own customized version of it called tomorrow-night-paradise
This commit is contained in:
@@ -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)
|
||||
|
||||
16
packages.el
16
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")
|
||||
|
||||
Reference in New Issue
Block a user