(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. '(default ((t (:foreground "#DCDCCC" :background "#3F3F3F")))) '(font-latex-verbatim-face ((t (:inherit nil :foreground "burlywood")))) '(markdown-code-face ((t (:inherit nil)))) '(neo-dir-link-face ((t (:foreground "#8CD0D3" :height 0.8)))) '(neo-file-link-face ((t (:foreground "#DCDCCC" :height 0.8)))) '(rainbow-delimiters-depth-1-face ((t (:foreground "#f99")))) '(rainbow-delimiters-depth-2-face ((t (:foreground "#ff9")))) '(rainbow-delimiters-depth-3-face ((t (:foreground "#9f9")))) '(rainbow-delimiters-depth-4-face ((t (:foreground "#9ff")))) '(rainbow-delimiters-depth-5-face ((t (:foreground "#69f")))) '(rainbow-delimiters-depth-6-face ((t (:foreground "#f9f")))))