Node:ecb-faces, Next:, Previous:ecb-face-options, Up:Customizable options



Group ecb-faces

This group contains the following faces:

ecb-bucket-token-face:
Face which can be used for displaying bucket tokens in the methods buffer. See also `ecb-bucket-token-display'.
ecb-default-general-face:
Basic face for all ECB tree-buffers. It's recommended to define here the font-family, the font-size, the basic color etc.

In GNU Emacs 21.X all faces (even the face ecb-default-highlight-face) used in the ECB tree-buffers inherit from this face. Therefore the default attributes like font etc. of a face used in a tree-buffer can be very easily changed with face ecb-default-general-face.

With XEmacs and GNU Emacs 20.X there is no inheritance-feature but the options ecb-directories-general-face, ecb-sources-general-face, ecb-methods-general-face and ecb-history-general-face offer the choice to use the face ecb-default-general-face so also with XEmacs and GNU Emacs 20.X the basic face-settings can be easily changed just by customizing the face ecb-default-general-face!

ecb-default-highlight-face:
Define basic face for highlighting the selected node in an ECB tree-buffer.

In GNU Emacs 21.X all highlighting faces in the ECB tree-buffers inherit from this face. Therefore the default attributes like font etc. of a face used in a tree-buffer for highlighting the current token can be very easily changed with face ecb-default-highlight-face.

With XEmacs and GNU Emacs 20.X there is no inheritance-feature but the options ecb-directory-face, ecb-source-face, ecb-method-face and ecb-history-face offer the choice to use the face ecb-default-highlight-face so also with XEmacs and GNU Emacs 20.X the basic face-settings can be easily changed just by customizing the face ecb-default-highlight-face!

ecb-directories-general-face:
Basic face for the ECB directories buffer. Itīs recommended to define here the font-family, the font-size, the basic color etc.
ecb-directory-face:
Define face used for highlighting current directory in the directories buffer.
ecb-history-face:
Define face used for highlighting current history-entry in the history buffer.
ecb-history-general-face:
Basic face for the ECB history buffer. Itīs recommended to define here the font-family, the font-size, the basic color etc.
ecb-method-face:
Define face used for highlighting current method, class or variable in the methods buffer.
ecb-methods-general-face:
Basic face for the ECB methods buffer. Itīs recommended to define here the font-family, the font-size, the basic color etc.
ecb-method-non-semantic-face:
Define face used for displaying tokens of sources not supported by semantic.
ecb-source-face:
Define face used for highlighting current source in the sources buffer.
ecb-source-in-directories-buffer-face:
Define a face for displaying sources in the directories buffer.
ecb-sources-general-face:
Basic face for the ECB sources buffer. Itīs recommended to define here the font-family, the font-size, the basic color etc.
ecb-token-header-face:
Define face used for highlighting the token header after jumping to it by clicking onto a node in the methods buffer.
ecb-type-token-class-face:
Define face used with option ecb-type-token-display.
ecb-type-token-enum-face:
Define face used with option ecb-type-token-display.
ecb-type-token-group-face:
Define face used with option ecb-type-token-display.
ecb-type-token-interface-face:
Define face used with option ecb-type-token-display.
ecb-type-token-struct-face:
Define face used with option ecb-type-token-display.
ecb-type-token-typedef-face:
Define face used with option ecb-type-token-display.

Just call customize-face <face-name> to customize these faces for your personal taste. Or customize the related option in the group ecb-face-options.