Advertisement
Guest User

Untitled

a guest
Apr 8th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.67 KB | None | 0 0
  1. (custom-set-faces
  2.  ;; custom-set-faces was added by Custom.
  3.  ;; If you edit it by hand, you could mess it up, so be careful.
  4.  ;; Your init file should contain only one such instance.
  5.  ;; If there is more than one, they won't work right.
  6.  '(default ((t (:foreground "#DCDCCC" :background "#3F3F3F"))))
  7.  '(rainbow-delimiters-depth-1-face ((t (:foreground "#f99"))))
  8.  '(rainbow-delimiters-depth-2-face ((t (:foreground "#ff9"))))
  9.  '(rainbow-delimiters-depth-3-face ((t (:foreground "#9f9"))))
  10.  '(rainbow-delimiters-depth-4-face ((t (:foreground "#9ff"))))
  11.  '(rainbow-delimiters-depth-5-face ((t (:foreground "#69f"))))
  12.  '(rainbow-delimiters-depth-6-face ((t (:foreground "#f9f")))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement