Use attributes and aliases in skins
masterAttributes
The third parameter in a color definition specifies attributes. You can combine multiple attributes using a plus sign (+).
Supported attributes:
boldunderlineitalicreverseblink
Example: yellow;;bold+italic (Yellow foreground, default background, bold and italic attributes).
To disable all attributes and prevent fallback, use an unrecognized word like none or default.
Aliases
The [aliases] section allows you to define reusable color or attribute fragments. Aliases can refer to other aliases as long as they do not form a loop.
Example:
[aliases]
myfavfg = green
myfavbg = black
myfavattr = bold+italic
[core]
_default_ = myfavfg;myfavbg;myfavattr