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

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

[nongnu] elpa/dracula-theme 0dfce2b 094/187: Update show-paren-mode supp


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 0dfce2b 094/187: Update show-paren-mode support
Date: Thu, 21 Oct 2021 18:05:02 -0400 (EDT)

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

    Update show-paren-mode support
    
    Fixes: https://github.com/dracula/emacs/issues/55
---
 dracula-theme.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 246e9e9..9850523 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -54,7 +54,6 @@
                (line-number :slant italic :foreground ,bg4 :background 
,dracula-bg)
                (minibuffer-prompt :bold t :foreground ,dracula-pink)
                (region :background ,dracula-yellow :foreground ,dracula-bg 
:extend t)
-               (show-paren-match-face :background ,dracula-orange)
                (trailing-whitespace :foreground nil :background 
,dracula-orange)
                (whitespace-trailing :inherit trailing-whitespace)
                (vertical-border :foreground ,bg2)
@@ -77,6 +76,11 @@
                (font-lock-type-face :foreground ,dracula-purple)
                (font-lock-variable-name-face :foreground ,dracula-fg)
                (font-lock-warning-face :foreground ,dracula-orange :background 
,bg2)
+               ;; show-paren
+               (show-paren-match-face :inherit font-lock-warning-face)
+               (show-paren-match :inherit font-lock-warning-face)
+               (show-paren-match-expression :inherit region)
+               (show-paren-mismatch :background ,bg2 :foreground ,dracula-red)
                ;; auto-complete
                (ac-completion-face :underline t :foreground ,dracula-pink)
                ;; company



reply via email to

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