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

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

[elpa] externals/ef-themes feecafad1f 3/3: Fix AUCTeX faces


From: ELPA Syncer
Subject: [elpa] externals/ef-themes feecafad1f 3/3: Fix AUCTeX faces
Date: Wed, 31 Aug 2022 04:57:35 -0400 (EDT)

branch: externals/ef-themes
commit feecafad1ffde54c913f6dbe03671a8a07156f26
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix AUCTeX faces
    
    Thanks to Philip Kaludercic for the feedback:
    
<https://lists.sr.ht/~protesilaos/ef-themes/%3C87bks19pl7.fsf%40protesilaos.com%3E#%3C87v8q8iznt.fsf@posteo.net%3E>.
---
 ef-themes.el | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index c40c4b8c48..477391c1bf 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Ef-Themes Development <~protesilaos/ef-themes@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/ef-themes
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/ef-themes
-;; Version: 0.4.1
+;; Version: 0.4.2
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: faces, theme, accessibility
 
@@ -621,12 +621,10 @@ Helper function for `ef-themes-preview-colors'."
     `(font-latex-script-char-face ((,c :inherit font-lock-builtin-face)))
     `(font-latex-sectioning-5-face ((,c :inherit (bold 
ef-themes-variable-pitch) :foreground ,fg-alt)))
     `(font-latex-sedate-face ((,c :inherit font-lock-keyword-face)))
-    `(font-latex-slide-title-face ((,c :inherit modus-themes-heading-1)))
+    `(font-latex-slide-title-face ((,c :inherit ef-themes-heading-0)))
     `(font-latex-string-face ((,c :inherit font-lock-string-face)))
-    `(font-latex-subscript-face ((,c :height 0.95)))
-    `(font-latex-superscript-face ((,c :height 0.95)))
     `(font-latex-underline-face ((,c :inherit underline)))
-    `(font-latex-verbatim-face ((,c :inherit modus-themes-markup-verbatim)))
+    `(font-latex-verbatim-face ((,c :inherit ef-themes-fixed-pitch :foreground 
,accent-0)))
     `(font-latex-warning-face ((,c :inherit font-lock-warning-face)))
     `(tex-verbatim ((,c :inherit ef-themes-fixed-pitch :foreground ,accent-0)))
     ;; `(texinfo-heading ((,c :foreground ,magenta)))



reply via email to

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