branch: externals/ef-themes commit 69cd079f963a9948eb6521db7c4d37b0280d6412 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix scaling of current line number Thanks to Anthony Chavez for the feedback in issue 7 over at the GitHub mirror: <https://github.com/protesilaos/denote/issues/7>. --- README.org | 4 ++-- ef-themes.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 39e5f5d0eb..952babff1d 100644 --- a/README.org +++ b/README.org @@ -529,8 +529,8 @@ matters. + Contributions to code or the manual :: Philip Kaludercic. -+ Ideas and/or user feedback :: Iris Garcia, Jean-Philippe Gagné Guay, - Spike-Leung, Summer Emacs, Zoltán Király. ++ Ideas and/or user feedback :: Anthony Chavez, Iris Garcia, + Jean-Philippe Gagné Guay, Spike-Leung, Summer Emacs, Zoltán Király. * GNU Free Documentation License :PROPERTIES: diff --git a/ef-themes.el b/ef-themes.el index 482ab9391e..ea3309867b 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -832,7 +832,7 @@ Helper function for `ef-themes-preview-colors'." ;; 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-current-line ((,c :inherit (bold line-number) :foreground ,fg-intense))) `(line-number-major-tick ((,c :inherit line-number :background ,bg-alt :foreground ,info))) `(line-number-minor-tick ((,c :inherit line-number :background ,bg-dim :foreground ,warning))) ;;;; magit