From: Jambunathan K <kjambunathan@gmail.com>
To: Slava Zu <slava_zubrin@mail.ru>
Cc: Help-gnu-emacs@gnu.org
Subject: Re: table.el: how to change colors in the cell?
Date: Thu, 08 Sep 2011 07:01:09 +0530 [thread overview]
Message-ID: <81d3fbx1k2.fsf@gmail.com> (raw)
In-Reply-To: <32415142.post@talk.nabble.com> (Slava Zu's message of "Wed, 7 Sep 2011 04:05:16 -0700 (PDT)")
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.
--
next prev parent reply other threads:[~2011-09-08 1:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-07 11:05 table.el: how to change colors in the cell? Slava Zu
2011-09-07 12:16 ` Slava Zu
2011-09-08 1:31 ` Jambunathan K [this message]
2011-09-08 1:36 ` Jambunathan K
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=81d3fbx1k2.fsf@gmail.com \
--to=kjambunathan@gmail.com \
--cc=Help-gnu-emacs@gnu.org \
--cc=slava_zubrin@mail.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.