all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Dired colors?
       [not found] <20200201103843.346n3mdzxue573h2.ref@Ergus>
@ 2020-02-01 10:38 ` Ergus
  2020-02-01 10:55   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Ergus @ 2020-02-01 10:38 UTC (permalink / raw)
  To: Emacs Help

Hi:

Are there any builtin functionality to control the line colors in
dired. Lets say to change the color for directories vs files or
according to the permissions? A face maybe??

If so, could you tell me where are documented?

Very thanks in advance,
Ergus



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Dired colors?
  2020-02-01 10:38 ` Dired colors? Ergus
@ 2020-02-01 10:55   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2020-02-01 10:55 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Sat, 1 Feb 2020 11:38:43 +0100
> From: Ergus <spacibba@aol.com>
> 
> Are there any builtin functionality to control the line colors in
> dired. Lets say to change the color for directories vs files or
> according to the permissions? A face maybe??
> 
> If so, could you tell me where are documented?

See the various 'defface's in dired.el.

Alternatively, "M-x load-library RET dired RET", and then invoke
list-faces-display and look at faces whose names start with "dired-".



^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Dired colors?
       [not found]   ` <<83zhe2inkp.fsf@gnu.org>
@ 2020-02-01 15:43     ` Drew Adams
  0 siblings, 0 replies; 3+ messages in thread
From: Drew Adams @ 2020-02-01 15:43 UTC (permalink / raw)
  To: Eli Zaretskii, help-gnu-emacs

> > Are there any builtin functionality to control the line colors in
> > dired. Lets say to change the color for directories vs files or
> > according to the permissions? A face maybe??
> >
> > If so, could you tell me where are documented?
> 
> See the various 'defface's in dired.el.
> 
> Alternatively, "M-x load-library RET dired RET", and then invoke
> list-faces-display and look at faces whose names start with "dired-".

What Eli said.

In particular, if you happen to use a 3rd-party Dired
library (there are a few) that defines additional
faces, it's likely that they'll have names that start
with or include "dired".  And they too will show up
with `M-x list-faces-display'.  For example, the faces
defined by `dired+.el' have names that start with
"diredp-".

To customize a face, use `M-x customize-face'.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-01 15:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20200201103843.346n3mdzxue573h2.ref@Ergus>
2020-02-01 10:38 ` Dired colors? Ergus
2020-02-01 10:55   ` Eli Zaretskii
     [not found] <<20200201103843.346n3mdzxue573h2.ref@Ergus>
     [not found] ` <<20200201103843.346n3mdzxue573h2@Ergus>
     [not found]   ` <<83zhe2inkp.fsf@gnu.org>
2020-02-01 15:43     ` Drew Adams

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.