X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig%2Finit-color-theme.el;h=f70f89b7e34078d05ae52b34c2bd04ef8fabdf89;hb=4d3d908f3f2c3450d8fddbbbd1d6939ee3f16de3;hp=b19ebb36fd541198d9ea0546463dc8ec7230f81a;hpb=1be9fdfa8bdbff6e55567584ab1be694863a92ea;p=dotfiles.git diff --git a/emacs.d/config/init-color-theme.el b/emacs.d/config/init-color-theme.el index b19ebb3..f70f89b 100644 --- a/emacs.d/config/init-color-theme.el +++ b/emacs.d/config/init-color-theme.el @@ -1,44 +1,18 @@ +(require 'color-theme) ;(load-theme 'tango-dark) +;(require 'moe-theme) +;(moe-dark) +(add-to-list 'custom-theme-load-path "~/.emacs.d/el-get/color-theme-tangotango") +(load-theme 'tangotango t) -(require 'moe-theme) -(moe-dark) - +;(add-to-list 'load-path "~/.emacs.d/vendor/emacs-powerline") (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) -;(powerline-default-theme) -;(setq powerline-arrow-shape 'arrow14) ;; best for small fonts - -;(require 'smart-mode-line) -;; These two lines are just examples -;(setq powerline-arrow-shape 'curve) -;(setq powerline-default-separator-dir '(right . left)) -;; These two lines you really need. -;(setq sml/theme 'powerline) -;(sml/setup) -;(if after-init-time (sml/setup) -; (add-hook 'after-init-hook 'sml/setup)) - - -;;--------------------------------------------------------------------------------------- -;; powerline -;; - -;;;;(require 'powerline) -;;;;(powerline-evil-center-color-theme) -;(powerline-evil-vim-color-theme) (provide 'init-color-theme)