From 2e3a60c46c5ac491cbc1457b9fc3bb34e10427d3 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Sat, 26 Sep 2020 15:52:15 +0300 Subject: Do not use bold in line-number-current-line It creates a certain "jump effect" with several typefaces when moving quickly between lines. --- modus-operandi-theme.el | 2 +- modus-vivendi-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index a51e2b5..29a5597 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -3082,7 +3082,7 @@ Also bind `class' to ((class color) (min-colors 89))." 'alt-style -3)))) ;;;;; line numbers (display-line-numbers-mode and global variant) `(line-number ((,class :inherit default :background ,bg-dim :foreground ,fg-alt))) - `(line-number-current-line ((,class :inherit (default bold) :background ,bg-active :foreground ,fg-active))) + `(line-number-current-line ((,class :inherit default :background ,bg-active :foreground ,fg-main))) ;;;;; lsp-mode `(lsp-face-highlight-read ((,class :inherit modus-theme-subtle-blue :underline t))) `(lsp-face-highlight-textual ((,class :inherit modus-theme-subtle-blue))) diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index 03077b5..5ea9601 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -3082,7 +3082,7 @@ Also bind `class' to ((class color) (min-colors 89))." 'alt-style -3)))) ;;;;; line numbers (display-line-numbers-mode and global variant) `(line-number ((,class :inherit default :background ,bg-dim :foreground ,fg-alt))) - `(line-number-current-line ((,class :inherit (default bold) :background ,bg-active :foreground ,fg-active))) + `(line-number-current-line ((,class :inherit default :background ,bg-active :foreground ,fg-main))) ;;;;; lsp-mode `(lsp-face-highlight-read ((,class :inherit modus-theme-subtle-blue :underline t))) `(lsp-face-highlight-textual ((,class :inherit modus-theme-subtle-blue))) -- cgit v1.0