emacs-devel
[Top][All Lists]
Advanced

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

Re: line-line-move-visual: was line motion problem


From: Vinicius Jose Latorre
Subject: Re: line-line-move-visual: was line motion problem
Date: Fri, 25 Jul 2008 21:15:32 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11


See attachments.

The idea is to use less contrast for the pilcrow. The whitespace.el colors do the exact opposite: they emphasize the whitespace over the normal text, which is great if and only if you want to just check whitespace and then turn it off again.


Hmmm, yes, it looks good, but lightgrey is a problem with dark background and a white foreground, as lightgrey and white have low contrast.

I made some tests with the following setting:

(defface whitespace-newline
 '((((class color) (background dark))
    (:background "grey22" :foreground "gray" :bold nil))
   (((class color) (background light))
    (:background "floralwhite" :foreground "gray" :bold nil))
   (t (:bold nil :underline t)))
 "Face used to visualize NEWLINE char mapping.

See `whitespace-display-mappings'."
 :group 'whitespace)

See the attached images.


PNG image

PNG image


reply via email to

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