Skip to content

Instantly share code, notes, and snippets.

@mowen
Created January 31, 2010 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mowen/291247 to your computer and use it in GitHub Desktop.
Save mowen/291247 to your computer and use it in GitHub Desktop.
(eval-after-load 'org
'(progn
(set-face-foreground 'org-level-2 "magenta4")
(set-face-foreground 'outline-2 "magenta4")
(set-face-foreground 'org-level-6 "red3")
(set-face-foreground 'outline-6 "red3")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment