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: Lars Ingebrigtsen
Subject: Re: Easy way to make Emacs look more "modern"
Date: Sun, 10 Apr 2022 14:24:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Daniele Nicolodi <daniele@grinta.net> writes:

> The base of the modification is this:
>
> (let ((bg (face-attribute 'mode-line :background)))
>   (set-face-attribute 'mode-line nil
>                       :box (list :line-width 4 :color bg :style nil)))
>
> Namely I remove the 1990ies pseudo 3D box and I replace with a
> slightly wider flat box.

Yes, looks much better.  Even just doing :style nil without making it
wider is also an improvement.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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