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

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

[nongnu] elpa/dracula-theme e559624 148/187: Fix speedbar-highlight-face


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme e559624 148/187: Fix speedbar-highlight-face and add speedbar-separator-face
Date: Thu, 21 Oct 2021 18:05:13 -0400 (EDT)

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

    Fix speedbar-highlight-face and add speedbar-separator-face
---
 dracula-theme.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index b65000f..db0bbfe 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -567,7 +567,10 @@ read it before opening a new issue about your will.")
                (speedbar-directory-face :foreground ,dracula-purple)
                (speedbar-tag-face :foreground ,dracula-yellow)
                (speedbar-selected-face :foreground ,dracula-pink)
-               (speedbar-highlight-face :inherit highlight)
+               (speedbar-highlight-face :inherit match)
+               (speedbar-separator-face :background ,dracula-bg
+                                        :foreground ,dracula-fg
+                                        :weight bold)
                ;; tab-bar & tab-line (since Emacs 27.1)
                (tab-bar :foreground ,dracula-purple :background 
,dracula-current
                         :inherit variable-pitch)



reply via email to

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