~ubuntu-branches/ubuntu/saucy/ecb/saucy

« back to all changes in this revision

Viewing changes to ecb-face.el

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-09-01 22:15:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040901221518-0jfdt2apb2rj69ey
Tags: 2.27-1
And include latest Upstream too...

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
;; GNU Emacs; see the file COPYING.  If not, write to the Free Software
27
27
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28
28
 
29
 
;; $Id: ecb-face.el,v 1.19 2003/11/04 17:39:40 berndl Exp $
 
29
;; $Id: ecb-face.el,v 1.21 2004/08/31 15:33:04 berndl Exp $
30
30
 
31
31
;;; Commentary:
32
32
 
380
380
  :group 'ecb-face-options
381
381
  :type 'face)
382
382
 
 
383
(defface ecb-source-read-only-face (ecb-face-default nil nil t)
 
384
  "*Define a face for displaying read-only sources."
 
385
  :group 'ecb-faces)
 
386
 
 
387
(defcustom ecb-source-read-only-face
 
388
  'ecb-source-read-only-face
 
389
  "*Face for read-only sources."
 
390
  :group 'ecb-sources
 
391
  :group 'ecb-directories
 
392
  :group 'ecb-face-options
 
393
  :type 'face)
 
394
 
 
395
(defface ecb-directory-not-accessible-face (ecb-face-default nil nil nil
 
396
                                                             'ecb-default-general-face
 
397
                                                             "gray60"
 
398
                                                             "gray60"
 
399
                                                             nil nil
 
400
                                                             nil "gray60")
 
401
  "*Define a face for displaying not accessible dirs in the directories buffer."
 
402
  :group 'ecb-faces)
 
403
 
 
404
(defcustom ecb-directory-not-accessible-face
 
405
  'ecb-directory-not-accessible-face
 
406
  "*Face for not accessible dirs in the directories buffer."
 
407
  :group 'ecb-directories
 
408
  :group 'ecb-face-options
 
409
  :type 'face)
 
410
 
383
411
(defface ecb-type-tag-class-face (ecb-face-default nil t)
384
412
  "*Define face used with option `ecb-type-tag-display'."
385
413
  :group 'ecb-faces)