diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-26 15:52:15 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-26 15:52:15 +0300 |
| commit | 2e3a60c46c5ac491cbc1457b9fc3bb34e10427d3 (patch) | |
| tree | 2156a8dcc8684be46174300b91a79fa635b8de3f | |
| parent | 786a990c0417ba2199a11a751e44631aa27837c4 (diff) | |
Do not use bold in line-number-current-line
It creates a certain "jump effect" with several typefaces when moving
quickly between lines.
| -rw-r--r-- | modus-operandi-theme.el | 2 | ||||
| -rw-r--r-- | 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))) |
