设置 neotree 的颜色

2023年 2月 6日 67点热度 0人点赞

关键词: 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")))))

rainbow

这个人很懒,什么都没留下

文章评论