2017-11-02 03:03:24 +01:00
|
|
|
= Faces
|
2016-02-03 18:15:35 +01:00
|
|
|
|
2017-11-02 03:03:24 +01:00
|
|
|
== Declaration
|
2016-02-03 18:15:35 +01:00
|
|
|
|
2016-02-10 22:03:49 +01:00
|
|
|
A 'face' refers how the specified text is displayed, it has a foreground
|
|
|
|
color, a background color, and some attributes. The value of a face has the
|
|
|
|
following format:
|
2016-02-03 18:15:35 +01:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
fg_color[,bg_color][+attributes]
|
|
|
|
--------------------------------
|
|
|
|
|
|
|
|
'fg_color', 'bg_color'::
|
2017-11-02 10:37:39 +01:00
|
|
|
a color whose value can be expressed in the following formats:
|
|
|
|
*black*, *red*, *green*, *yellow*, *blue*, *magenta*, *cyan*, *white*:::
|
|
|
|
a named color
|
|
|
|
*default*:::
|
|
|
|
keep the existing color
|
|
|
|
*rgb:RRGGBB*:::
|
|
|
|
hexadecimal value
|
2016-02-03 18:15:35 +01:00
|
|
|
|
|
|
|
'attributes'::
|
2017-11-02 10:37:39 +01:00
|
|
|
string whose individual letters set an attribute:
|
|
|
|
*u*:::
|
|
|
|
underline
|
|
|
|
*r*:::
|
|
|
|
reverse
|
|
|
|
*b*:::
|
|
|
|
bold
|
|
|
|
*B*:::
|
|
|
|
blink
|
|
|
|
*d*:::
|
|
|
|
dim
|
|
|
|
*i*:::
|
|
|
|
italic
|
|
|
|
*e*:::
|
|
|
|
exclusive, override previous faces instead of merging
|
|
|
|
with them
|
2016-02-03 18:15:35 +01:00
|
|
|
|
2017-11-02 03:03:24 +01:00
|
|
|
== Builtin faces
|
|
|
|
|
2016-04-08 18:00:24 +02:00
|
|
|
The following default faces are used by color schemes to highlight certain
|
2016-02-10 22:03:49 +01:00
|
|
|
areas of the user interface:
|
2016-02-02 20:15:12 +01:00
|
|
|
|
2016-02-03 18:15:35 +01:00
|
|
|
*Default*::
|
2017-11-02 10:37:39 +01:00
|
|
|
default colors
|
2016-02-03 18:15:35 +01:00
|
|
|
|
|
|
|
*PrimarySelection*::
|
2017-11-02 10:37:39 +01:00
|
|
|
main selection face for every selected character except the cursor
|
2016-02-03 18:15:35 +01:00
|
|
|
|
|
|
|
*SecondarySelection*::
|
2017-11-02 10:37:39 +01:00
|
|
|
secondary selection face for every selected character except the cursor
|
2016-02-03 18:15:35 +01:00
|
|
|
|
|
|
|
*PrimaryCursor*::
|
2017-11-02 10:37:39 +01:00
|
|
|
cursor of the primary selection
|
2016-02-03 18:15:35 +01:00
|
|
|
|
|
|
|
*SecondaryCursor*::
|
2017-11-02 10:37:39 +01:00
|
|
|
cursor of the secondary selection
|
2016-02-03 18:15:35 +01:00
|
|
|
|
2018-02-24 11:24:06 +01:00
|
|
|
*PrimaryCursorEol*::
|
|
|
|
cursor of the primary selection when it lies on and end of line character
|
|
|
|
|
|
|
|
*SecondaryCursorEol*::
|
|
|
|
cursor of the secondary selection when it lies on and end of line character
|
|
|
|
|
2016-02-03 18:15:35 +01:00
|
|
|
*MenuForeground*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face for the selected element in menus
|
2016-02-03 18:15:35 +01:00
|
|
|
|
|
|
|
*MenuBackground*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face for the not selected elements in menus
|
2016-02-03 18:15:35 +01:00
|
|
|
|
2016-12-16 04:49:14 +01:00
|
|
|
*MenuInfo*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face for additional information for elements in menus
|
2016-12-16 04:49:14 +01:00
|
|
|
|
2016-02-03 18:15:35 +01:00
|
|
|
*Information*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face for the informations windows and information messages
|
2016-02-03 18:15:35 +01:00
|
|
|
|
|
|
|
*Error*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face of error messages
|
2016-02-03 18:15:35 +01:00
|
|
|
|
|
|
|
*StatusLine*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face used for the status line
|
2016-02-03 18:15:35 +01:00
|
|
|
|
2016-12-16 04:49:14 +01:00
|
|
|
*StatusLineMode*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face used for the current mode except the normal mode
|
2016-12-16 04:49:14 +01:00
|
|
|
|
|
|
|
*StatusLineInfo*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face used for special information
|
2016-12-16 04:49:14 +01:00
|
|
|
|
|
|
|
*StatusLineValue*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face used for special values (numeric prefixes, registers, etc.)
|
2016-12-16 04:49:14 +01:00
|
|
|
|
2016-02-03 18:15:35 +01:00
|
|
|
*StatusCursor*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face used for the status line cursor
|
2016-02-03 18:15:35 +01:00
|
|
|
|
|
|
|
*Prompt*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face used prompt displayed on the status line
|
2016-02-03 18:15:35 +01:00
|
|
|
|
2016-02-17 14:55:19 +01:00
|
|
|
*BufferPadding*::
|
2017-11-02 10:37:39 +01:00
|
|
|
face applied on the characters that follow the last line of a buffer
|
2016-12-16 04:49:14 +01:00
|
|
|
|
2018-05-18 15:47:44 +02:00
|
|
|
=== Builtin highlighters faces
|
|
|
|
|
|
|
|
The following faces are used by builtin highlighters if enabled.
|
|
|
|
(See <<highlighters#,`:doc highlighters`>>.
|
|
|
|
|
|
|
|
*LineNumbers*::
|
|
|
|
face used by the `number_lines` highlighter
|
|
|
|
|
|
|
|
*LineNumberCursor*::
|
|
|
|
face used to highlight the line number of the main selection
|
|
|
|
|
|
|
|
*LineNumbersWrapped*::
|
|
|
|
face used to highlight the line number of wrapped lines
|
|
|
|
|
|
|
|
*MatchingChar*::
|
|
|
|
face used by the `show_matching` highlighter
|
|
|
|
|
2016-12-16 04:49:14 +01:00
|
|
|
*Whitespace*::
|
2018-05-18 15:47:44 +02:00
|
|
|
face used by the `show_whitespaces` highlighter
|