solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 22236ac0e65400e8026a8ca36af6355b259f8aff
parent 55d3b4f348de6820f8e2e05d8c6f12ade541885b
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 31 May 2013 16:17:51 +0200

add auctex defsadd auctex defs #60

Diffstat:
Msolarized.el | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -255,6 +255,27 @@ `(ace-jump-face-foreground ((,class (:foreground ,red :background ,solarized-bg :inverse-video nil)))) + ;; auctex + `(font-latex-bold-face ((,class (:inherit bold :foreground ,solarized-emph)))) + `(font-latex-doctex-documentation-face ((,class (:background unspecified)))) + `(font-latex-doctex-preprocessor-face ((,class (:inherit (font-latex-doctex-documentation-face font-lock-builtin-face font-lock-preprocessor-face))))) + `(font-latex-italic-face ((,class (:inherit italic :foreground ,solarized-emph)))) + `(font-latex-math-face ((,class (:foreground ,violet)))) + `(font-latex-sectioning-0-face ((,class (:inherit font-latex-sectioning-1-face :height 1.1)))) + `(font-latex-sectioning-1-face ((,class (:inherit font-latex-sectioning-2-face :height 1.1)))) + `(font-latex-sectioning-2-face ((,class (:inherit font-latex-sectioning-3-face :height 1.1)))) + `(font-latex-sectioning-3-face ((,class (:inherit font-latex-sectioning-4-face :height 1.1)))) + `(font-latex-sectioning-4-face ((,class (:inherit font-latex-sectioning-5-face :height 1.1)))) + `(font-latex-sectioning-5-face ((,class (:inherit variable-pitch :foreground ,yellow :weight bold)))) + `(font-latex-sedate-face ((,class (:foreground ,solarized-emph)))) + `(font-latex-slide-title-face ((,class (:inherit (variable-pitch font-lock-type-face) :weight bold :height 1.2)))) + `(font-latex-string-face ((,class (:foreground ,cyan)))) + `(font-latex-subscript-face ((,class (:height 0.8)))) + `(font-latex-superscript-face ((,class (:height 0.8)))) + `(font-latex-verbatim-face ((,class (:inherit fixed-pitch :foreground ,solarized-fg :slant italic)))) + `(font-latex-warning-face ((,class (:inherit bold :foreground ,orange)))) + + ;; auto-complete `(ac-candidate-face ((,class (:background ,solarized-hl :foreground ,cyan)))) `(ac-selection-face ((,class (:background ,cyan-lc :foreground ,cyan-hc))))