unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* typeface for keyword
@ 2021-02-15  4:53 steve-humphreys
  2021-02-15 15:55 ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 1 reply; 8+ messages in thread
From: steve-humphreys @ 2021-02-15  4:53 UTC (permalink / raw)
  To: Help Gnu Emacs

I am using the following typeface, but want to change so that
the face is the same as the typeface for keywords used in the
major mode that is loaded after opening the file (e.g. texinfo,
tex).

(defface tfcdye
  '( (default :inherit bold)
     ( ((class color) (min-colors 88) (background light))
       :foreground "#FF0000" )
     ( ((class color) (min-colors 88) (background dark))
       :foreground "#FF0000" )
     (t :inherit font-lock-builtin-face) )
  "Colour typeface for tex commands.")







^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-15 23:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-15  4:53 typeface for keyword steve-humphreys
2021-02-15 15:55 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-02-15 17:17   ` steve-humphreys
2021-02-15 17:51     ` tomas
2021-02-15 17:53     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-02-15 18:06       ` steve-humphreys
2021-02-15 19:22         ` steve-humphreys
2021-02-15 23:01           ` steve-humphreys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).