#37 Add active compact button color set
Opened by simonfair. Modified
simonfair/newt active-compact-button-colors  into  master

Download 37.patch

Adds actcompactbutton to NEWT_COLORS so focused compact buttons can be styled separately from inactive compact buttons.

This is useful for whiptail --yesno dialogs, which use compact buttons.

Example:

```text
compactbutton=white,black
actcompactbutton=black,white

Metadata