help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: table.el: how to change colors in the cell?


From: Jambunathan K
Subject: Re: table.el: how to change colors in the cell?
Date: Thu, 08 Sep 2011 07:01:09 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt)

Slava Zu <slava_zubrin@mail.ru> writes:

> While editing tables (after M-x table-recognize) in emacs I have such colors
> in cells: 'grey90' foreground and 'blue' background. In table.el I have
> found a responsible for this block of code (as I can understand):
>
> (defface table-cell-face
>   '((((class color))
>      (:foreground "gray90" :background "blue"))
>     (t (:bold t)))
>   "*Face used for table cell contents."
>   :tag "Cell Face"
>   :group 'table)
>
> Can anybody tell me is it possible to change these colors just adding
> something to my '.emacs' and what I have to add for this?

M-x customize-face RET table-cell RET

You can use C-c C-x = on a piece of text to identify the underlying
face.

-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]