branch: elpa/dracula-theme
commit 4c1d9bfd099aef9d0b2532299fe5775d3dd3cb28
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
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)