[Linux] Emacs tomorrow theme

TIPs 2013. 3. 4. 18:03

링크:

https://github.com/chriskempson/tomorrow-theme/tree/master/GNU%20Emacs

https://code.google.com/p/princess-alist/source/browse/trunk/home/xiaogaozi/.emacs.d/site-lisp/color-theme-tomorrow.el?r=123

color-theme-tomorrow.el


(setq load-path (cons (expand-file-name "~/.emacs.d") load-path))

(load-library "color-theme-tomorrow")

(color-theme-tomorrow-night)


현재 터미널이 256 칼라가 아니라면

$ tput colors

8

256 color 설정

export TERM="xterm-256color"


: