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

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

[nongnu] elpa/dracula-theme 0cfaa35 105/187: Add :extend t when necessar


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 0cfaa35 105/187: Add :extend t when necessary
Date: Thu, 21 Oct 2021 18:05:03 -0400 (EDT)

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

    Add :extend t when necessary
---
 dracula-theme.el | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 42ea9de..ae3f486 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -292,13 +292,16 @@
                (js3-warning-face :underline ,dracula-pink)
                ;; magit
                (magit-branch :foreground ,dracula-cyan :weight bold)
-               (magit-diff-context-highlight :background ,bg3 :foreground ,fg3)
+               (magit-diff-context-highlight :background ,bg3
+                                             :foreground ,fg3
+                                             :extend t)
                (magit-diff-revision-summary :foreground ,dracula-orange
                                             :background ,dracula-bg
                                             :weight bold)
                (magit-diff-revision-summary-highlight :foreground 
,dracula-orange
                                                       :background ,bg3
-                                                      :weight bold)
+                                                      :weight bold
+                                                      :extend t)
                (magit-diffstat-added :foreground ,dracula-purple)
                (magit-diffstat-removed :foreground ,dracula-fg)
                (magit-hash :foreground ,fg2)
@@ -309,7 +312,7 @@
                (magit-process-ng :foreground ,dracula-orange :weight bold)
                (magit-process-ok :foreground ,dracula-green :weight bold)
                (magit-section-heading :foreground ,dracula-pink :weight bold)
-               (magit-section-highlight :background ,bg3)
+               (magit-section-highlight :background ,bg3 :extend t)
                ;; message
                (message-mml :foreground ,dracula-green :weight normal)
                (message-header-xheader :foreground ,dracula-cyan :weight 
normal)
@@ -320,10 +323,12 @@
                (mu4e-unread-face :foreground ,dracula-pink :weight normal)
                (mu4e-view-url-number-face :foreground ,dracula-purple)
                (mu4e-highlight-face :background ,dracula-bg
-                                    :foreground ,dracula-yellow)
+                                    :foreground ,dracula-yellow
+                                    :extend t)
                (mu4e-header-highlight-face :background ,dracula-current
                                            :foreground ,dracula-fg
-                                           :underline nil :weight bold)
+                                           :underline nil :weight bold
+                                           :extend t)
                (mu4e-header-key-face :inherit message-mml)
                (mu4e-header-marks-face :foreground ,dracula-purple)
                (mu4e-cited-1-face :foreground ,dracula-purple)



reply via email to

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