Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/config/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,8 @@ This value does not apply to Emoji or images.
Color palette for the 256 color form that many terminal applications use.
The syntax of this configuration is `N=COLOR` where `N` is 0 to 255 (for
the 256 colors in the terminal color table) and `COLOR` is a typical RGB
color code such as `#AABBCC` or `AABBCC`, or a named X11 color.
color code such as `#AABBCC` or `AABBCC`, or a named X11 color. For example,
`palette = 5=#BB78D9` will set the 'purple' color.

The palette index can be in decimal, binary, octal, or hexadecimal.
Decimal is assumed unless a prefix is used: `0b` for binary, `0o` for octal,
Expand Down