Skip to content

Commit

Permalink
add auctex support
Browse files Browse the repository at this point in the history
  • Loading branch information
drot committed Oct 30, 2017
1 parent acd7887 commit e7f5d17
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions color-theme-sanityinc-tomorrow.el
Expand Up @@ -733,6 +733,24 @@ names to which it refers are bound."
(markdown-code-face (:inherit fixed-pitch :background ,background :foreground ,purple))
(markdown-inline-code-face (:inherit markdown-code-face))

;; auctex
(font-latex-bold-face (:foreground ,green :weight bold))
(font-latex-doctex-documentation-face (:inherit highlight))
(font-latex-italic-face (:foreground ,green :slant italic))
(font-latex-math-face (:foreground ,purple))
(font-latex-script-char-face (:foreground ,red))
(font-latex-sectioning-0-face (:foreground ,yellow :weight bold :height 1.1))
(font-latex-sectioning-1-face (:foreground ,yellow :weight bold :height 1.1))
(font-latex-sectioning-2-face (:foreground ,yellow :weight bold :height 1.1))
(font-latex-sectioning-3-face (:foreground ,yellow :weight bold :height 1.1))
(font-latex-sectioning-4-face (:foreground ,yellow :weight bold :height 1.1))
(font-latex-sectioning-5-face (:foreground ,yellow :weight bold))
(font-latex-sedate-face (:foreground ,orange))
(font-latex-slide-title-face (:foreground ,blue :weight bold :height 1.2))
(font-latex-string-face (:inherit font-lock-string-face))
(font-latex-verbatim-face (:inherit font-lock-string-face))
(font-latex-warning-face (:inherit warning))

;; info
(Info-quoted (:inherit font-lock-constant-face))
(info-index-match (:inherit isearch))
Expand Down

2 comments on commit e7f5d17

@manuel-uberti
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! 👍

@IMFTC
Copy link

@IMFTC IMFTC commented on e7f5d17 Nov 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, thank you!

Please sign in to comment.