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

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

[nongnu] elpa/dracula-theme f7cf1b2 115/187: Add the match face and use


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme f7cf1b2 115/187: Add the match face and use it for region and isearch
Date: Thu, 21 Oct 2021 18:05:05 -0400 (EDT)

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

    Add the match face and use it for region and isearch
---
 dracula-theme.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 5e18c0d..a5a71e9 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -52,8 +52,9 @@
                (link :foreground ,dracula-cyan :underline t)
                (linum :slant italic :foreground ,bg4 :background ,dracula-bg)
                (line-number :slant italic :foreground ,bg4 :background 
,dracula-bg)
+               (match :background ,dracula-yellow :foreground ,dracula-bg)
                (minibuffer-prompt :weight bold :foreground ,dracula-pink)
-               (region :background ,dracula-yellow :foreground ,dracula-bg 
:extend t)
+               (region :inherit match :extend t)
                (trailing-whitespace :foreground nil :background 
,dracula-orange)
                (vertical-border :foreground ,bg2)
                (success :foreground ,dracula-green)
@@ -87,7 +88,7 @@
                (company-preview-search :foreground ,dracula-purple :background 
,dracula-bg)
                (company-scrollbar-bg :background ,bg3)
                (company-scrollbar-fg :foreground ,dracula-pink)
-               (company-template-field :inherit region)
+               (company-template-field :inherit match)
                (company-tooltip :foreground ,fg2 :background ,dracula-bg 
:weight bold)
                (company-tooltip-annotation :foreground ,dracula-cyan)
                (company-tooltip-common :foreground ,fg3)
@@ -272,7 +273,7 @@
                (ido-incomplete-regexp :inherit font-lock-warning-face)
                (ido-indicator :foreground ,dracula-fg :background 
,dracula-pink)
                ;; isearch
-               (isearch :weight bold :foreground ,dracula-orange :background 
,bg3)
+               (isearch :inherit match :weight bold)
                (isearch-fail :foreground ,dracula-bg :background 
,dracula-orange)
                ;; jde-java
                (jde-java-font-lock-constant-face :foreground ,dracula-cyan)
@@ -442,7 +443,7 @@
                (show-paren-match :background unspecified
                                  :foreground ,dracula-cyan
                                  :weight bold)
-               (show-paren-match-expression :inherit region)
+               (show-paren-match-expression :inherit match)
                (show-paren-mismatch :inherit font-lock-warning-face)
                ;; slime
                (slime-repl-inputed-output-face :foreground ,dracula-purple)



reply via email to

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