From 449bcd27a2cf14ba3d6aedff7513b32c439bde52 Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Wed, 26 Sep 2018 01:11:10 -0400 Subject: Support for line-numbers-mode (#311) Emacs 26.1 introduced built-in line numbers via `display-line-numbers-mode`. This adds support for related faces. --- zenburn-theme.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zenburn-theme.el') diff --git a/zenburn-theme.el b/zenburn-theme.el index f05ffa8..4a37750 100644 --- a/zenburn-theme.el +++ b/zenburn-theme.el @@ -212,6 +212,9 @@ Also bind `class' to ((class color) (min-colors 89))." `(font-lock-warning-face ((t (:foreground ,zenburn-yellow-2 :weight bold)))) `(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-current-line ((t (:inherit line-number :foreground ,zenburn-yellow-2)))) ;;;;; man '(Man-overstrike ((t (:inherit font-lock-keyword-face)))) '(Man-underline ((t (:inherit (font-lock-string-face underline))))) -- cgit v1.2.3