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

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

[nongnu] elpa/monokai-theme 2187ac8 205/207: Fix font-latex-doctex-prepr


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 2187ac8 205/207: Fix font-latex-doctex-preprocessor-face for 256 color terminals (#108)
Date: Thu, 21 Oct 2021 18:08:02 -0400 (EDT)

branch: elpa/monokai-theme
commit 2187ac81e6f9e98e331fb80e27762993ef2b09b7
Author: Konstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Fix font-latex-doctex-preprocessor-face for 256 color terminals (#108)
---
 monokai-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index c66f52d..7ba0c2c 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -881,7 +881,7 @@ Also affects 'linum-mode' background."
        (:inherit (font-latex-doctex-documentation-face
                   font-lock-builtin-face
                   font-lock-preprocessor-face)))
-      (,monokai-class
+      (,monokai-256-class
        (:inherit (font-latex-doctex-documentation-face
                   font-lock-builtin-face
                   font-lock-preprocessor-face)))))



reply via email to

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