Questions tagged [emacs-faces]

A face in GNU Emacs is a text style.

A face can have various attributes, such as foreground and background colors, font, height, and weight. Faces are applied as text properties to characters in a string or buffer, or as overlay properties to buffer positions. Face attribute values can be inherited from one or more faces by another face.

95 questions
0
votes
2 answers

custom-theme-set-faces compatible with tty

I have created an emacs-23 custom theme using customize-create-theme. It works fine under X (Linux gnome desktop). However, when running under a tty (within gnome-terminal) some of the colors are wrong. It is not the accuracy of the colors which are…
emacsulike
  • 263
  • 3
  • 7
0
votes
1 answer

latex-mode / font-lock: any way to obtain more than three (3) levels of highlighting?

With latex-mode, is there any way to obtain more than three (3) levels of highlighting? I would like to control more than three levels of highlighting, however, it appears as though latex-mode may be limited to three (3) levels. I say this because…
lawlist
  • 13,099
  • 3
  • 49
  • 158
0
votes
2 answers

How to refactor this Emacs lisp?

I'm not quite down with the syntax for dynamic symbols etc. I guess I can probably do something with dolist and a list of colors here, but not sure what: (custom-set-faces `(term-color-black ((t (:inherit term-color-black :background…
Brad Wright
  • 5,602
  • 6
  • 29
  • 30
0
votes
1 answer

Customize face for HTML headers (h1, h2, etc)

I am very new to emacs and despite the great online documentation I can't figure out how to customize the face applied to the content between HTML header tags (e.g.

Content here

), so that the content is not displayed underlined nor bold in…
Mathieu
  • 431
  • 1
  • 6
  • 15
0
votes
1 answer

emacs customize-face color

I tried to customize my emacs color by changing font-lock faces' color (M-x customize-face). But I found that the amount of color is not as many as all the values #xxxxxx. For example, when changing a color value from #000000 to #FF0000, I just got…
1 2 3 4 5 6
7