Emacs Color Theme

疯狂的换了一通主题之后,挑了几个自己喜欢的留了下来,时不时的换换~
不过最常用的还是 subtle-hacker 了。
;;--------------------------- Theme -----------------------
;;theme
(add-to-list 'load-path "/usr/share/emacs/site-lisp/color-theme-6.6.0")
(require 'color-theme)
(color-theme-initialize)
(color-theme-subtle-hacker)

;; White Thema
;(color-theme-snapshot)
;(color-theme-vim-colors)

;;Night Thema
;(color-theme-tty-dark)
;(color-theme-late-night)
;(color-theme-midnight)
;(color-theme-ld-dark)

;;Gray Thema
;(color-theme-gray30)
;(color-theme-xemacs)
;;---------------------------- Theme ----------------------------

相关文章:

  • 2021-06-09
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2021-09-25
  • 2022-12-23
猜你喜欢
  • 2021-11-17
  • 2021-07-28
  • 2022-01-05
  • 2021-11-19
  • 2021-05-24
  • 2021-11-21
  • 2021-06-04
相关资源
相似解决方案