bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#51605: Fwd: [PATCH] Update themes to support mode-line


From: Lars Ingebrigtsen
Subject: bug#51605: Fwd: [PATCH] Update themes to support mode-line
Date: Sat, 06 Nov 2021 00:24:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Kangas <stefan@marxist.se> writes:

> I'm forwarding this patch to the bug tracker, that AFAICT was never
> installed or followed up on.  The first patch saw some discussion here:
>
> https://lists.gnu.org/archive/html/emacs-devel/2020-12/msg00993.html

Is this the final version of the patch?  line-number-current-line
doesn't seem to have `bold' here...

> +  ;; emacs >= 26.1
> +  (when (>= emacs-major-version 26)
> +    (custom-theme-set-faces
> +     'adwaita
> +     `(line-number ((,class (:inherit fringe :foreground "dark gray"))))
> +     `(line-number-current-line ((,class (:inherit line-number :foreground 
> "black"))))))

Are these version checks necessary?  If we're installing a theme in
Emacs 29, then it's, like, in Emacs 29.  😀

-- 
(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]