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

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

[nongnu] elpa/zenburn-theme cef1e26146: Fix text-scale-adjust with displ


From: ELPA Syncer
Subject: [nongnu] elpa/zenburn-theme cef1e26146: Fix text-scale-adjust with display-line-numbers-mode (#360)
Date: Mon, 21 Feb 2022 15:58:39 -0500 (EST)

branch: elpa/zenburn-theme
commit cef1e26146c1b8b32fc5ce346f2cfa9861eb67d4
Author: Magnus Nilsson <magnus.nilsson@alumni.chalmers.se>
Commit: GitHub <noreply@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

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