emacs-devel
[Top][All Lists]
Advanced

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

Re: Easy way to make Emacs look more "modern"


From: Daniele Nicolodi
Subject: Re: Easy way to make Emacs look more "modern"
Date: Mon, 11 Apr 2022 11:25:30 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 11/04/2022 10:49, Pedro Andres Aranda Gutierrez wrote:
Daniele> (set-face-attribute 'mode-line nil
Daniele>                     :height 110
Daniele>                     :background "grey88"
Daniele>                     :box '(:line-width 4 :color "grey88" :style nil))

I'm using
     (custom-set-faces
     '(mode-line           ((t (:inherit mode-line          :box (:line-width 8 :style flat-button)))) t)      '(mode-line-inactive  ((t (:inherit mode-line-inactive :box (:line-width 8 :style flat-button)))) t))

To get a broader mode-line. flat-button is part of Emacs28

According to the manual nil or flat-button mean the same thing.

Cheers,
Dan





reply via email to

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