Specifying bright (bold) vs. normal colors in 16-Color terminals based on background brightness

Heime <[email protected]> Tue, 14 Jul 2026 13:17:28 +0000
Newsgroups gmane.emacs.help
Message-ID <rPIxPGG0d4jtptBvOJDWUbEMI5Tp8MUfTF21NS9fcNaaQzSuw8hgxuAssvwN4q3MHdXxhsWT7OBQlNDpcl5Tm3xccHM9FzjJ6Zh0qN1TJX4=@protonmail.com>
How does one specify the colour for 16-colour terminals to
distinguish between bright (bold) or normal?

     (((class color) (min-colors 16) (background dark))
         :foreground "red")
     (((class color) (min-colors 16) (background light))
         :foreground "green")