add emacs-starter-kit face for parens

This commit is contained in:
Donald Ephraim Curtis 2011-10-25 16:55:36 -05:00
parent b1eb889a4b
commit a490679e15
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ will use the 256 degraded color mode."
(org-started-kwd-face ((t (:foreground ,yellow :background ,base03))))
(org-cancelled-kwd-face ((t (:foreground ,green :background ,base03))))
(org-delegated-kwd-face ((t (:foreground ,cyan :background ,base03))))
;; emacs-starter-kit faces
(esk-paren-face ((t (:foreground ,red))))
;; show-paren
(show-paren-match-face ((t (:background ,base01 :foreground ,red))))
(show-paren-mismatch-face ((t (:background ,red :foreground ,base3))))