Skip to content

Commit

Permalink
fixed bbatsov#42 - added missing auctex faces
Browse files Browse the repository at this point in the history
  • Loading branch information
Bozhidar Batsov committed Mar 27, 2012
1 parent 72d9dd6 commit ae8b3c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions color-theme-zenburn.el
Expand Up @@ -176,6 +176,12 @@

;;; external

;; auctex
(font-latex-bold ((t (:inherit bold))))
(font-latex-warning ((t (:inherit font-lock-warning-face))))
(font-latex-sedate ((t (:inherit zenburn-strong-1-face))))
(font-latex-title-4 ((t (:inherit variable-pitch :weight bold))))

;; auto-complete
(ac-candidate-face ((t (:background ,zenburn-bg+3 :foreground "black"))))
(ac-selection-face ((t (:background ,zenburn-blue-4 :foreground ,zenburn-fg))))
Expand Down
6 changes: 6 additions & 0 deletions zenburn-theme.el
Expand Up @@ -165,6 +165,12 @@
`(ack-line ((,class (:foreground ,zenburn-yellow))))
`(ack-match ((,class (:foreground ,zenburn-orange :background ,zenburn-bg-1 :weigth bold))))

;; auctex
`(font-latex-bold ((,class (:inherit bold))))
`(font-latex-warning ((,class (:inherit font-lock-warning))))
`(font-latex-sedate ((,class (:foreground ,zenburn-yellow :weight bold ))))
`(font-latex-title-4 ((,class (:inherit variable-pitch :weight bold))))

;; auto-complete
`(ac-candidate-face ((,class (:background ,zenburn-bg+3 :foreground "black"))))
`(ac-selection-face ((,class (:background ,zenburn-blue-4 :foreground ,zenburn-fg))))
Expand Down

0 comments on commit ae8b3c5

Please sign in to comment.