Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:scfrazer/.emacs.d
Browse files Browse the repository at this point in the history
  • Loading branch information
scfrazer committed Mar 22, 2012
2 parents 72b4daa + 045120f commit 29a220c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions darwin.el
Expand Up @@ -25,22 +25,22 @@
(load-theme 'whiteboard)


(setq-default org-priority-faces '((?A . (:foreground "IndianRed3" :weight bold))
(?B . (:foreground "SteelBlue3" :weight bold))
(?C . (:foreground "SpringGreen3" :weight bold)))
org-todo-keyword-faces '(("TODO" . (:foreground "Red3" :weight bold))
("STARTED" . (:foreground "Blue" :weight bold))
("WAITING" . (:foreground "Orange3" :weight bold))
("DONE" . (:foreground "Green4" :weight bold))
("MAYBE" . (:foreground "Cyan4" :weight bold))
("SOMEDAY" . (:foreground "Cyan4" :weight bold))
("CANCELED" . (:foreground "Green4" :weight bold))
("REASSIGNED" . (:foreground "Green4" :weight bold))))
(setq-default org-priority-faces '((?A . (:foreground "IndianRed3"))
(?B . (:foreground "SteelBlue3"))
(?C . (:foreground "SpringGreen3")))
org-todo-keyword-faces '(("TODO" . (:foreground "Red3"))
("STARTED" . (:foreground "Blue"))
("WAITING" . (:foreground "Orange3"))
("DONE" . (:foreground "Green4"))
("MAYBE" . (:foreground "Cyan4"))
("SOMEDAY" . (:foreground "Cyan4"))
("CANCELED" . (:foreground "Green4"))
("REASSIGNED" . (:foreground "Green4"))))
(eval-after-load "org"
'(progn
(set-face-foreground 'org-tag "RoyalBlue1")
(set-face-foreground 'org-checkbox-statistics-todo "HotPink4")
(set-face-foreground 'org-checkbox-statistics-done "Green4")
(set-face-foreground 'org-special-keyword "DarkOrange4")
(set-face-foreground 'org-date "DeepSkyBlue4")
(set-face-foreground 'org-document-title "gold4"))
(set-face-foreground 'org-document-title "gold4")))

0 comments on commit 29a220c

Please sign in to comment.