[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proportional fonts in the mode line (one month test)
From: |
Óscar Fuentes |
Subject: |
Re: Proportional fonts in the mode line (one month test) |
Date: |
Wed, 24 Nov 2021 18:09:33 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Yuan Fu <casouri@gmail.com> writes:
>> So far I like it.
>>
>> However, as soon as some theme is activated, the modeline goes back to
>> monospace. How can I prevent that?
>>
>> To reproduce:
>>
>> emacs -Q
>> M-x load-theme modus-operandi
>
> I guess the theme set their own face for mode-line which inherited
> from default which uses a fixed-width font.
If this is true it is a common practice, because all themes I tried so
far (about 5) show this behavior.
I inspected nord-theme (1) and it contains
`(mode-line ((,class (:foreground ,nord8 :background ,nord3))))
`(mode-line-buffer-id ((,class (:weight bold))))
`(mode-line-highlight ((,class (:inherit highlight))))
`(mode-line-inactive ((,class (:foreground ,nord4 :background
,nord-uniform-mode-lines-background))))
1: https://github.com/arcticicestudio/nord-emacs
- Re: Proportional fonts in the mode line (one month test), (continued)
- Re: Proportional fonts in the mode line (one month test), Lars Ingebrigtsen, 2021/11/24
- Re: Proportional fonts in the mode line (one month test), Eli Zaretskii, 2021/11/24
- Re: Proportional fonts in the mode line (one month test), Lars Ingebrigtsen, 2021/11/24
- Re: Proportional fonts in the mode line (one month test), Lars Ingebrigtsen, 2021/11/24
- Re: Crash with --enable-checking and some glyphs, Lars Ingebrigtsen, 2021/11/24
Re: Proportional fonts in the mode line (one month test), Eli Zaretskii, 2021/11/24
Re: Proportional fonts in the mode line (one month test), Yuri D'Elia, 2021/11/24
Re: Proportional fonts in the mode line (one month test), Óscar Fuentes, 2021/11/24
Re: Proportional fonts in the mode line (one month test), Yuan Fu, 2021/11/24
Re: Proportional fonts in the mode line (one month test), Filipp Gunbin, 2021/11/24
Re: Proportional fonts in the mode line (one month test), Dmitry Gutov, 2021/11/24