init.el 2.22 KB
(load "~/.emacs.d/config/index")
(load "~/.emacs.d/config/global")
(load "~/.emacs.d/config/lisp")

(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.

 '(magit-diff-file-heading-highlight ((t (:foreground "color-33" :weight bold))))
 '(magit-section-highlight ((t (:weight bold))))
 
 '(rainbow-delimiters-depth-1-face ((t (:foreground "color-255" :weight bold))))
 '(rainbow-delimiters-depth-2-face ((t (:foreground "color-165" :weight bold))))
 '(rainbow-delimiters-depth-3-face ((t (:foreground "color-33"  :weight bold))))
 '(rainbow-delimiters-depth-4-face ((t (:foreground "color-40"  :weight bold))))
 '(rainbow-delimiters-depth-5-face ((t (:foreground "color-226" :weight bold))))
 '(rainbow-delimiters-depth-6-face ((t (:foreground "color-166" :weight bold))))
 '(rainbow-delimiters-depth-7-face ((t (:foreground "color-160" :weight bold))))
 '(rainbow-delimiters-depth-8-face ((t (:foreground "color-154" :weight bold)))) 
 '(rainbow-delimiters-depth-9-face ((t (:foreground "color-87"  :weight bold))))
 '(rainbow-delimiters-mismatched-face ((t (:foreground "color-240" :weight bold))))
 '(rainbow-delimiters-unmatched-face  ((t (:foreground "color-240" :weight bold))))

 '(neo-dir-link-face ((t (:foreground "color-33"))))
 '(neo-root-dir-face ((t (:foreground "color-33" :weight bold))))
 '(neo-file-link-face ((t (:foreground "white"))))
 
 '(minibuffer-prompt ((t (:foreground "color-33" :weight bold))))
  
 '(font-lock-comment-delimiter-face ((t (:foreground "color-22"))))
 '(font-lock-comment-face ((t (:foreground "color-22"))))
 
 '(font-lock-keyword-face ((t (:foreground "brightmagenta"))))
 '(font-lock-variable-name-face ((t (:foreground "color-39"  :weight bold))))
 '(font-lock-function-name-face ((t (:foreground "color-219" :weight bold))))
 '(font-lock-string-face ((t (:foreground "color-87")))))

(custom-set-variables
 ;; custom-set-variables 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.
)