all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Change directory color
@ 2012-03-28  0:48 Stayvoid
  2012-03-28  2:53 ` Drew Adams
  0 siblings, 1 reply; 3+ messages in thread
From: Stayvoid @ 2012-03-28  0:48 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

Is there a way to change the default (blue) directory color to something else?
I've tried to solve this with .bashrc and color-theme.el, but it
didn't work out.

Cheers



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

* RE: Change directory color
  2012-03-28  0:48 Change directory color Stayvoid
@ 2012-03-28  2:53 ` Drew Adams
  2012-03-28 23:45   ` Stayvoid
  0 siblings, 1 reply; 3+ messages in thread
From: Drew Adams @ 2012-03-28  2:53 UTC (permalink / raw)
  To: 'Stayvoid', 'help-gnu-emacs'

> Is there a way to change the default (blue) directory color 
> to something else?
> I've tried to solve this with .bashrc and color-theme.el, but it
> didn't work out.

M-x customize-face RET dired-directory RET

To see that this is the face, put the cursor on the name of a directory (blue
text), and hit `C-u x ='.  The help displayed says that face `dired-directory'
is used at that location.




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

* Re: Change directory color
  2012-03-28  2:53 ` Drew Adams
@ 2012-03-28 23:45   ` Stayvoid
  0 siblings, 0 replies; 3+ messages in thread
From: Stayvoid @ 2012-03-28 23:45 UTC (permalink / raw)
  To: help-gnu-emacs

> M-x customize-face RET dired-directory RET
I can't choose dired-directory.

But I've found a solution:
M-x shell
;; Place your cursor on a directory
M-x customize-face RET
;; Change Background to whatever you like
;; For some reason it didn't work for Foreground.

Cheers



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

end of thread, other threads:[~2012-03-28 23:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-28  0:48 Change directory color Stayvoid
2012-03-28  2:53 ` Drew Adams
2012-03-28 23:45   ` Stayvoid

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.