summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-13 12:28:42 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-13 12:28:42 -0700
commit1365ca3bda21f91694f354abdb3459692fcbcf1c (patch)
treea4cedaa49cc2312c917c6056b3fa2c44697b6b47 /config.txt
parent7af7f87d1682bc0221ef8ef496126c204d35760d (diff)
downloadgit-htmldocs-1365ca3bda21f91694f354abdb3459692fcbcf1c.tar.gz
Autogenerated HTML docs for v2.45.0-145-g3e4a2
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.txt b/config.txt
index 70b448b13..6f649c997 100644
--- a/config.txt
+++ b/config.txt
@@ -316,7 +316,8 @@ terminals, this is usually not the same as setting to "white black".
Colors may also be given as numbers between 0 and 255; these use ANSI
256-color mode (but note that not all terminals may support this). If
your terminal supports it, you may also specify 24-bit RGB values as
-hex, like `#ff0ab3`.
+hex, like `#ff0ab3`, or 12-bit RGB values like `#f1b`, which is
+equivalent to the 24-bit color `#ff11bb`.
+
The accepted attributes are `bold`, `dim`, `ul`, `blink`, `reverse`,
`italic`, and `strike` (for crossed-out or "strikethrough" letters).