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

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

Re: Change colour alternatively, by paragraph


From: wilnerthomas
Subject: Re: Change colour alternatively, by paragraph
Date: Mon, 5 Sep 2022 14:24:03 +0200 (CEST)

Sep 5, 2022, 03:46 by bugs@gnu.support:

> * wilnerthomas--- via Users list for the GNU Emacs text editor 
> <help-gnu-emacs@gnu.org> [2022-09-05 03:42]:
>
>>
>> Is it possible to have the text alternatively change colour, to separate one 
>> paragraph from the next?
>>
>
> A starting point could be:
> https://www.emacswiki.org/emacs/StripesMode
>
> That is line by line, but not paragraph by paragrah.
>
How can I change both the background and background colour in `stripes' ?  The 
following
highlights the foreground but not the background.

(defface stripes-face
  `((t (:background "ff0000" :foreground "#ffff00")))
  "Face for alternate lines."
  :group 'stripes)







reply via email to

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