Syntax styles
Style Name
|
Use
|
Default appearance
|
Region Highlight
|
The active region
|
Native highlight
|
Show Point
|
Matching parentheses
|
:green
background
|
Interactive Input
|
Input in a Listener or Shell
|
Bold
|
Highlight
|
Editor help such as
Describe Bindings
|
Bold
|
Completion
|
Dynamic and in-place completions. Transient.
|
Modified background
|
Lisp Function Name
|
Name in
defun
,
defmacro
,
defmethod
and
defgeneric
forms
|
:blue
foreground
|
Lisp Comment
|
Comments and feature expressions
|
:firebrick
foreground
|
Lisp Type
|
Name in
deftype
or other
def...
form, or lambda list keyword such as
&optional
|
:forestgreen
foreground
|
Lisp Variable Name
|
Name in
defvar
or
defparameter
forms
|
:darkgoldenrod
foreground
|
Lisp String
|
A string literal
|
:rosybrown
foreground
|
Lisp Keyword
|
defun
,
defmacro
or other definer named
def...
|
:purple
foreground
|
Lisp Builtin
|
A keyword symbol
|
:orchid
foreground
|