branch: elpa/zenburn-theme
commit cef1e26146c1b8b32fc5ce346f2cfa9861eb67d4
Author: Magnus Nilsson <magnus.nils...@alumni.chalmers.se>
Commit: GitHub <nore...@github.com>

    Fix text-scale-adjust with display-line-numbers-mode (#360)
---
 zenburn-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zenburn-theme.el b/zenburn-theme.el
index 7e6c716c24..e1467ec738 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -267,7 +267,7 @@ Also bind `class' to ((class color) (min-colors 89))."
 
    `(c-annotation-face ((t (:inherit font-lock-constant-face))))
 ;;;;; line numbers (Emacs 26.1 and above)
-   `(line-number ((t (:foreground ,zenburn-bg+3 :background ,zenburn-bg-05))))
+   `(line-number ((t (:inherit default :foreground ,zenburn-bg+3 :background 
,zenburn-bg-05))))
    `(line-number-current-line ((t (:inherit line-number :foreground 
,zenburn-yellow-2))))
 ;;;;; man
    '(Man-overstrike ((t (:inherit font-lock-keyword-face))))

Reply via email to