branch: elpa/dracula-theme
commit efdc3d730b70d90f715e6a64db5ad96304832aa4
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
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)