(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.
--