Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6057489e
Commit
6057489e
authored
Jan 01, 2005
by
Richard M. Stallman
Browse files
(Face Attributes): Describe hex color specs.
parent
82dc617b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
lispref/display.texi
lispref/display.texi
+9
-5
No files found.
lispref/display.texi
View file @
6057489e
...
...
@@ -1636,7 +1636,7 @@ face name a special meaning in one frame if you wish.
*
Defining
Faces
::
How
to
define
a
face
with
@
code
{
defface
}.
*
Face
Attributes
::
What
is
in
a
face
?
*
Attribute
Functions
::
Functions
to
examine
and
set
face
attributes
.
*
Merg
ing
Faces
::
How
Emacs
combines
the
faces
specified
for
a
character
.
*
Display
ing
Faces
::
How
Emacs
combines
the
faces
specified
for
a
character
.
*
Font
Selection
::
Finding
the
best
available
font
for
a
face
.
*
Face
Functions
::
How
to
define
and
examine
faces
.
*
Auto
Faces
::
Hook
for
automatic
face
assignment
.
...
...
@@ -1941,10 +1941,14 @@ On a text-only terminal, slanted text is displayed as half-bright, if
the terminal supports the feature.
@item :foreground
Foreground color, a string.
Foreground color, a string. The value can be a system-defined color
name, or a hexadecimal color specification of the form
@samp{#@var{rr}@var{gg}@var{bb}}. (@samp{#000000} is black,
@samp{#ff0000} is red, @samp{#00ff00} is green, @samp{#0000ff} is
blue, and @samp{#ffffff} is white.)
@item :background
Background color, a string.
Background color, a string
, like the foreground color
.
@item :inverse-video
Whether or not characters should be displayed in inverse video. The
...
...
@@ -2265,8 +2269,8 @@ This function returns the @code{:underline} attribute of face @var{face}.
This
function
returns
the
@
code
{:
inverse
-
video
}
attribute
of
face
@
var
{
face
}.
@
end
defun
@
node
Merg
ing
Faces
@
subsection
Merg
ing
Faces
for
Display
@
node
Display
ing
Faces
@
subsection
Display
ing
Faces
Here
are
the
ways
to
specify
which
faces
to
use
for
display
of
text
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment