关键词: emacs, neotree, 颜色, 设置
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(neo-dir-link-face ((t (:foreground "#0000FF"))))
'(neo-file-link-face ((t (:foreground "#BA36A5"))))
'(neo-root-dir-face ((t (:foreground "#8D8D84")))))
文章评论