aboutsummaryrefslogtreecommitdiff
path: root/ef-themes.el
diff options
context:
space:
mode:
authorChristopher League <league@contrapunctus.net>2022-08-26 13:53:58 -0400
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-26 21:12:23 +0300
commit95a622898d49750a8873bc7b4c3cdec193ec4602 (patch)
tree92fe3a012ffaa172c9e6731741b63cd7f55bb78a /ef-themes.el
parent4df80e13515bffc89aa1b32f712497987a681712 (diff)
Add ef-themes-fixed-pitch to line-number face
Diffstat (limited to 'ef-themes.el')
-rw-r--r--ef-themes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-themes.el b/ef-themes.el
index 68f7929..e6f3e27 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -902,7 +902,7 @@ Helper function for `ef-themes-preview-colors'."
;;;; line numbers (display-line-numbers-mode and global variant)
;; 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 ((,c :inherit (ef-themes-fixed-pitch shadow default))))
`(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)))