all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Cc: emacs-devel@gnu.org
Subject: Re: widget-inactive face unusable
Date: Mon, 04 Jul 2005 03:27:57 +0300	[thread overview]
Message-ID: <87oe9jnslf.fsf@jurta.org> (raw)
In-Reply-To: <42C7CA15.3080208@student.lu.se> (Lennart Borgman's message of "Sun, 03 Jul 2005 13:20:53 +0200")

> I found the face widget-inactive unusable, at least on w32. Can anyone 
> see the difference between active and inactive buttons in Custom?
>
> It is currently defined as
>
> (defface widget-inactive '((((class grayscale color)
>                 (background dark))
>                (:foreground "light gray"))
>               (((class grayscale color)
>                 (background light))
>                (:foreground "dim gray"))
>               (t
>                (:slant italic)))
>  "Face used for inactive widgets."
>  :group 'widget-faces)
> ;; backward-compatibility alias
> (put 'widget-inactive-face 'face-alias 'widget-inactive)
>
> I get the "dim gray" foreground. I do not know what "dim" stands for but 
> removing it gives me a more useful color. The widget label is now really 
> gray. (However it might even be too hard to read.)
>
> How does it look on other platforms? Can we change it to something useful?

There is a special face for this purpose.  Could you try to use it with

(defface widget-inactive
  '((t (:inherit shadow)))
  "Face used for inactive widgets."
  :group 'widget-faces)

-- 
Juri Linkov
http://www.jurta.org/emacs/

  reply	other threads:[~2005-07-04  0:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-03 11:20 widget-inactive face unusable Lennart Borgman
2005-07-04  0:27 ` Juri Linkov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-07-04  9:56 LENNART BORGMAN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oe9jnslf.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.