[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
table.el: how to change colors in the cell?
From: |
Slava Zu |
Subject: |
table.el: how to change colors in the cell? |
Date: |
Wed, 7 Sep 2011 04:05:16 -0700 (PDT) |
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?
--
View this message in context:
http://old.nabble.com/table.el%3A-how-to-change-colors-in-the-cell--tp32415142p32415142.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
- table.el: how to change colors in the cell?,
Slava Zu <=