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

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

[nongnu] elpa/ample-theme 1d79add 103/137: added auctex to every thing


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 1d79add 103/137: added auctex to every thing
Date: Thu, 21 Oct 2021 18:00:26 -0400 (EDT)

branch: elpa/ample-theme
commit 1d79add76c6ce4e9e72582f96b072fb9f12a2302
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    added auctex to every thing
---
 ample-flat-theme.el  | 23 ++++++++++++++++++++++-
 ample-light-theme.el | 23 ++++++++++++++++++++++-
 ample-theme.el       | 40 +++++++++++++++++++---------------------
 3 files changed, 63 insertions(+), 23 deletions(-)

diff --git a/ample-flat-theme.el b/ample-flat-theme.el
index 9635acc..f0f6a25 100644
--- a/ample-flat-theme.el
+++ b/ample-flat-theme.el
@@ -672,7 +672,28 @@
    `(highlight-indentation-face                ((t (:foreground nil 
:background ,ample/darkest-gray))))
 
    ;; trailing whitespace
-   `(trailing-whitespace ((t (:background "white" :bold t)))))
+   `(trailing-whitespace ((t (:background "white" :bold t))))
+
+   ;; auctex
+   `(font-latex-bold-face                 ((t (:inherit bold :foreground 
,ample/gray))))
+   `(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-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-5-face         ((t (:foreground ,ample/red :weight 
bold))))
+   `(font-latex-sedate-face               ((t (:foreground ,ample/gray))))
+   `(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-warning-face              ((t (:inherit 
font-lock-warning-face))))
+
+   ) ;; end of custom-theme-set-faces
 
   (custom-theme-set-variables
    'ample-flat
diff --git a/ample-light-theme.el b/ample-light-theme.el
index e9d2ab4..2b09d92 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -663,7 +663,28 @@
    `(highlight-indentation-face                ((t (:foreground nil 
:background ,ample/region-dark))))
 
    ;; trailing whitespace
-   `(trailing-whitespace ((t (:background "white" :bold t)))))
+   `(trailing-whitespace ((t (:background "white" :bold t))))
+
+   ;; auctex
+   `(font-latex-bold-face                 ((t (:inherit bold :foreground 
,ample/gray))))
+   `(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-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-5-face         ((t (:foreground ,ample/red :weight 
bold))))
+   `(font-latex-sedate-face               ((t (:foreground ,ample/gray))))
+   `(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-warning-face              ((t (:inherit 
font-lock-warning-face))))
+
+   ) ;; end of custom-theme-set-faces
 
   (custom-theme-set-variables
    'ample
diff --git a/ample-theme.el b/ample-theme.el
index 19039d1..7fd8584 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -664,27 +664,25 @@
    `(trailing-whitespace ((t (:background "white" :bold t))))
 
    ;; auctex
-   `(font-latex-bold-face ((t (:inherit bold :foreground ,ample/gray))))
-   ;; `(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-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-5-face ((t (:foreground ,ample/red :weight bold))))
-   `(font-latex-sedate-face ((t (:foreground ,ample/gray))))
-   `(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-warning-face ((t (:inherit font-lock-warning-face))))
-   )
+   `(font-latex-bold-face                 ((t (:inherit bold :foreground 
,ample/gray))))
+   `(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-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-5-face         ((t (:foreground ,ample/red :weight 
bold))))
+   `(font-latex-sedate-face               ((t (:foreground ,ample/gray))))
+   `(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-warning-face              ((t (:inherit 
font-lock-warning-face))))
+
+   ) ;; end of custom-theme-set-faces
 
   (custom-theme-set-variables
    'ample



reply via email to

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