Skip to content

Instantly share code, notes, and snippets.

@Eleonore9
Last active August 29, 2015 14:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eleonore9/8f0e0b1facd19b114bdc to your computer and use it in GitHub Desktop.
Save Eleonore9/8f0e0b1facd19b114bdc to your computer and use it in GitHub Desktop.
My colour settings for rainbow blocks (extract from my .emacs)
(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.
'(rainbow-blocks-depth-1-face ((t (:foreground "SpringGreen4"))))
'(rainbow-blocks-depth-2-face ((t (:foreground "dark cyan"))))
'(rainbow-blocks-depth-3-face ((t (:foreground "deep sky blue"))))
'(rainbow-blocks-depth-4-face ((t (:foreground "slate blue"))))
'(rainbow-blocks-depth-5-face ((t (:foreground "medium orchid"))))
'(rainbow-blocks-depth-6-face ((t (:foreground "indian red"))))
'(rainbow-blocks-depth-7-face ((t (:foreground "peach puff"))))
'(rainbow-blocks-depth-8-face ((t (:foreground "light green"))))
'(rainbow-blocks-depth-9-face ((t (:foreground "forest green")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment