branch: externals/ef-themes commit 11e7d99d6b73cc868508e8e9e85d84196565dacb Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify comment about line numbers --- ef-themes.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index 173fb9e2a5..ea8acb3376 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -430,9 +430,8 @@ When called from Lisp, THEME is a symbol." `(keycast-command ((,c :inherit bold))) `(keycast-key ((,c :background ,bg-accent :foreground ,fg-accent))) ;;;; line numbers (display-line-numbers-mode and global variant) - ;; Here we cannot inherit `modus-themes-fixed-pitch'. We need to - ;; fall back to `default' otherwise line numbers do not scale when - ;; using `text-scale-adjust'. + ;; We need to fall back to `default' otherwise line numbers do not + ;; scale when using `text-scale-adjust'. `(line-number ((,c :inherit (shadow default)))) `(line-number-current-line ((,c :inherit bold :foreground ,fg-intense))) `(line-number-major-tick ((,c :inherit line-number :background ,bg-alt :foreground ,info)))