From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Change directory color Date: Tue, 27 Mar 2012 19:53:30 -0700 Message-ID: <1DEF90FBB8664F139FD387144767F23B@us.oracle.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1332903231 1257 80.91.229.3 (28 Mar 2012 02:53:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Mar 2012 02:53:51 +0000 (UTC) To: "'Stayvoid'" , "'help-gnu-emacs'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 28 04:53:50 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SCj1B-0004ps-Ff for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Mar 2012 04:53:49 +0200 Original-Received: from localhost ([::1]:50116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCj1A-0004Bu-UI for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Mar 2012 22:53:48 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCj15-0004Ba-HP for help-gnu-emacs@gnu.org; Tue, 27 Mar 2012 22:53:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCj13-0000ay-RF for help-gnu-emacs@gnu.org; Tue, 27 Mar 2012 22:53:43 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:22676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCj13-0000aj-KV for help-gnu-emacs@gnu.org; Tue, 27 Mar 2012 22:53:41 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q2S2rbMX021395 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 28 Mar 2012 02:53:38 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q2S2ra6a024838 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Mar 2012 02:53:37 GMT Original-Received: from abhmt120.oracle.com (abhmt120.oracle.com [141.146.116.72]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q2S2ra3R011211; Tue, 27 Mar 2012 21:53:36 -0500 Original-Received: from dradamslap1 (/10.159.35.243) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 27 Mar 2012 19:53:36 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac0MfH3R9ibCaUnNRSOUPt05zmVP0QAEUEvg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-CT-RefId: str=0001.0A090207.4F727D32.0036,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84120 Archived-At: > 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.