From: Peng Li Date: Thu, 14 May 2015 19:13:12 +0000 (+0800) Subject: emacs: change color theme to tangotango X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=1be9fdfa8bdbff6e55567584ab1be694863a92ea;p=dotfiles.git emacs: change color theme to tangotango --- diff --git a/emacs.d/.gitignore b/emacs.d/.gitignore index de32b8f..55a1bfe 100644 --- a/emacs.d/.gitignore +++ b/emacs.d/.gitignore @@ -7,3 +7,4 @@ auto-save-list/* ido.* smex-items ac-comphist.dat +\#init.el\# diff --git a/emacs.d/config/init-color-theme.el b/emacs.d/config/init-color-theme.el index 0e4333d..b19ebb3 100644 --- a/emacs.d/config/init-color-theme.el +++ b/emacs.d/config/init-color-theme.el @@ -1,14 +1,25 @@ ;(load-theme 'tango-dark) -(require 'color-theme) -(load-theme 'sanityinc-tomorrow-bright t) + + +(require 'moe-theme) +(moe-dark) + +(require 'powerline) +(powerline-default-theme) + + + +;(require 'color-theme) +;(load-theme 'sanityinc-tomorrow-bright t) ;(require 'moe-theme) ;(moe-dark) -(add-to-list 'load-path "~/.emacs.d/vendor/emacs-powerline") -(require 'powerline) +;(add-to-list 'load-path "~/.emacs.d/vendor/emacs-powerline") +;(require 'powerline) +;(powerline-default-theme) ;(setq powerline-arrow-shape 'arrow14) ;; best for small fonts ;(require 'smart-mode-line) diff --git a/emacs.d/init.el b/emacs.d/init.el index 5960b6b..9779756 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -7,7 +7,7 @@ (add-to-list 'default-frame-alist '(height . 40)) ;(add-to-list 'default-frame-alist '(font . "Source Code Pro for Powerline-12:weight:light" )) (add-to-list 'default-frame-alist '(font . "Source Code Pro for Powerline-12" )) -(load-theme 'tango-dark) +;(load-theme 'tango-dark) (display-time-mode t) @@ -30,6 +30,7 @@ ;;--------------------------------------------------------------------------------------- ;; package ;; http://y.tsutsumi.io/emacs-from-scratch-part-2-package-management.html +;; (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t) @@ -59,6 +60,10 @@ el-get color-identifiers-mode elscreen + moe-theme + monokai-theme + molokai-theme + tangotango-theme ) "a list of packages to ensure are installed at launch.") (require 'cl) @@ -79,9 +84,18 @@ ;; color theme ;; (require 'color-theme) -(load-theme 'sanityinc-tomorrow-bright t) +;(load-theme 'sanityinc-tomorrow-bright t) +(load-theme 'tangotango t) -;;--------------------------------------------------------------------------------------- +;(require 'moe-theme) +;(moe-dark) + +(require 'powerline) +(powerline-default-theme) + +;(add-to-list 'load-path "~/.emacs.d/config") +;(require 'init-color-theme) +;--------------------------------------------------------------------------------------- ;; Ido ;; (require 'ido-vertical-mode) @@ -111,6 +125,8 @@ ;(setq magit-auto-revert-mode nil) + + ;;--------------------------------------------------------------------------------------- ;; evil ;; @@ -152,7 +168,7 @@ (eshell-mode . emacs)) do (evil-set-initial-state mode state)) -(evil-mode 1) +;(evil-mode 1) ;;--------------------------------------------------------------------------------------- ;; Fiplr @@ -177,5 +193,7 @@ ;; (set-face-attribute 'vertical-border nil :foreground "gray") -(add-to-list 'load-path "~/.emacs.d/config") -(require 'init-color-theme) +;(add-to-list 'load-path "~/.emacs.d/config") +;(require 'init-color-theme) + +