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

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

[nongnu] elpa/dracula-theme efdc3d7 076/187: Support the new display-lin


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme efdc3d7 076/187: Support the new display-line-numbers mode
Date: Thu, 21 Oct 2021 18:04:58 -0400 (EDT)

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

    Support the new display-line-numbers mode
    
    Starting with Emacs 26.1, linum-mode is sort-of deprecated and users are 
advised to move to the native solution.
---
 dracula-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 855932e..78aca86 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -63,6 +63,7 @@
                (lazy-highlight :foreground ,fg2 :background ,bg3)
                (link :foreground ,const :underline t)
                (linum :slant italic :foreground ,bg4 :background ,bg1)
+               (line-number :slant italic :foreground ,bg4 :background ,bg1)
                (minibuffer-prompt :bold t :foreground ,keyword)
                (region :background ,str :foreground ,bg1)
                (show-paren-match-face :background ,warning)



reply via email to

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