branch: elpa/dracula-theme
commit 107852f3e729de41854b917a86f26afd004aca49
Merge: 3a73d4a efdc3d7
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Merge pull request #50 feat/support-line-numbers
---
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)