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

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

[nongnu] elpa/dracula-theme be1dd97ef3 4/4: Add support for new font-loc


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme be1dd97ef3 4/4: Add support for new font-lock faces in emacs 29+
Date: Wed, 18 Jan 2023 07:59:12 -0500 (EST)

branch: elpa/dracula-theme
commit be1dd97ef3968bef25b9de89e7dc1251f5aaee10
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Add support for new font-lock faces in emacs 29+
    
    Inspiration is taken from vscode implementation
    
    Fixes: https://github.com/dracula/emacs/issues/96
---
 dracula-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index c4f43b64f6..b383116d86 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -151,6 +151,8 @@ read it before opening a new issue about your will.")
                (font-lock-function-name-face :foreground ,dracula-green 
:weight bold)
                (font-lock-keyword-face :foreground ,dracula-pink :weight bold)
                (font-lock-negation-char-face :foreground ,dracula-cyan)
+               (font-lock-number-face :foreground ,dracula-purple)
+               (font-lock-operator-face :foreground ,dracula-pink)
                (font-lock-preprocessor-face :foreground ,dracula-orange)
                (font-lock-reference-face :inherit font-lock-constant-face) ;; 
obsolete
                (font-lock-regexp-grouping-backslash :foreground ,dracula-cyan)



reply via email to

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