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

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

[nongnu] elpa/dracula-theme 4c1d9bf 097/187: Boldify font-lock-variable-


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 4c1d9bf 097/187: Boldify font-lock-variable-name-face
Date: Thu, 21 Oct 2021 18:05:02 -0400 (EDT)

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

    Boldify font-lock-variable-name-face
    
    Fixes: https://github.com/dracula/emacs/issues/34
---
 dracula-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 8d4d471..644be63 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -74,7 +74,8 @@
                (font-lock-regexp-grouping-construct :foreground 
,dracula-purple)
                (font-lock-string-face :foreground ,dracula-yellow)
                (font-lock-type-face :foreground ,dracula-purple)
-               (font-lock-variable-name-face :foreground ,dracula-fg)
+               (font-lock-variable-name-face :foreground ,dracula-fg
+                                             :weight bold)
                (font-lock-warning-face :foreground ,dracula-orange :background 
,bg2)
                ;; auto-complete
                (ac-completion-face :underline t :foreground ,dracula-pink)



reply via email to

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