Introduce optional color theme entries for bold, italic, and underline text
when the foreground color is default. This allows legacy applications using
SGR attributes instead of explicit colors to be rendered with user-defined
attribute colors. Brightening via bold_in_bright is suppressed when an
explicit attribute color is applied.
This adds compatibility with the rxvt-unicode settings colorBD,
colorIT and colorUL.
Fixes: #2261