emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme 2e3a60c 135/153: Do not use bold i


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 2e3a60c 135/153: Do not use bold in line-number-current-line
Date: Thu, 18 Mar 2021 13:47:57 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 2e3a60c46c5ac491cbc1457b9fc3bb34e10427d3
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]