emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ample-theme ad6b85d 119/137: Edit AUCTeX faces


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme ad6b85d 119/137: Edit AUCTeX faces
Date: Thu, 21 Oct 2021 18:00:30 -0400 (EDT)

branch: elpa/ample-theme
commit ad6b85dcc9bdc698d1a6ce657addd133c180eeea
Author: Fice T <fice-t@protonmail.com>
Commit: jordonbiondo <jordonbiondo@gmail.com>

    Edit AUCTeX faces
    
    * Add ample/brown to the palette
    * Preprocessor face shouldn't inherit from builtin
    * Don't need to specify superscript/subscript height
    * Should not specify the first 5 sectioning faces as per their doc
---
 ample-theme.el | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/ample-theme.el b/ample-theme.el
index 9eb0044..3e1e3ca 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -61,6 +61,7 @@
       (ample/dark-gray "#656565")
       (ample/darker-gray "#454545")
       (ample/darkest-gray "#252525")
+      (ample/brown "#987654")
       (ample/red "#cd5542")
       (ample/dark-red "#9d2512")
 
@@ -694,22 +695,23 @@
    `(trailing-whitespace ((t (:background "white" :bold t))))
 
    ;; auctex
-   `(font-latex-bold-face                 ((t (:inherit bold :foreground 
,ample/gray))))
+   `(font-latex-bold-face                 ((t (:inherit bold :foreground 
,ample/dark-green))))
    `(font-latex-doctex-documentation-face ((t (:background unspecified))))
-   `(font-latex-doctex-preprocessor-face  ((t (:inherit 
(font-latex-doctex-documentation-face font-lock-builtin-face 
font-lock-preprocessor-face)))))
-   `(font-latex-italic-face               ((t (:inherit italic :foreground 
,ample/gray))))
+   `(font-latex-doctex-preprocessor-face  ((t (:inherit 
(font-latex-doctex-documentation-face font-lock-preprocessor-face)))))
+   `(font-latex-italic-face               ((t (:inherit italic :foreground 
,ample/dark-green))))
    `(font-latex-math-face                 ((t (:foreground ,ample/purple))))
-   `(font-latex-sectioning-0-face         ((t (:inherit 
font-latex-sectioning-1-face :height 1.1))))
-   `(font-latex-sectioning-1-face         ((t (:inherit 
font-latex-sectioning-2-face :height 1.1))))
-   `(font-latex-sectioning-2-face         ((t (:inherit 
font-latex-sectioning-3-face :height 1.1))))
-   `(font-latex-sectioning-3-face         ((t (:inherit 
font-latex-sectioning-4-face :height 1.1))))
-   `(font-latex-sectioning-4-face         ((t (:inherit 
font-latex-sectioning-5-face :height 1.1))))
+   ;;`(font-latex-sectioning-0-face       ((t (:inherit 
font-latex-sectioning-1-face :height 1.1))))
+   ;;`(font-latex-sectioning-1-face       ((t (:inherit 
font-latex-sectioning-2-face :height 1.1))))
+   ;;`(font-latex-sectioning-2-face       ((t (:inherit 
font-latex-sectioning-3-face :height 1.1))))
+   ;;`(font-latex-sectioning-3-face       ((t (:inherit 
font-latex-sectioning-4-face :height 1.1))))
+   ;;`(font-latex-sectioning-4-face       ((t (:inherit 
font-latex-sectioning-5-face :height 1.1))))
    `(font-latex-sectioning-5-face         ((t (:foreground ,ample/red :weight 
bold))))
-   `(font-latex-sedate-face               ((t (:foreground ,ample/gray))))
+   `(font-latex-sedate-face               ((t (:foreground ,ample/brown))))
    `(font-latex-slide-title-face          ((t (:inherit font-lock-type-face 
:weight bold :height 1.2))))
    `(font-latex-string-face               ((t (:inherit 
font-lock-string-face))))
-   `(font-latex-subscript-face            ((t (:height 0.8))))
-   `(font-latex-superscript-face          ((t (:height 0.8))))
+   ;;`(font-latex-subscript-face          ((t (:height 0.8))))
+   ;;`(font-latex-superscript-face        ((t (:height 0.8))))
+   `(font-latex-verbatim-face             ((t (:foreground ,ample/tan))))
    `(font-latex-warning-face              ((t (:inherit 
font-lock-warning-face))))
 
    ;; guide-key



reply via email to

[Prev in Thread] Current Thread [Next in Thread]