kconfig: lxdialog: fix button color for blackbg theme
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 10 Mar 2024 13:32:57 +0000 (22:32 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 18 Mar 2024 17:30:51 +0000 (02:30 +0900)
commit137bb8b814be5d0056e8eaf593e71bf340cdc06f
treef91036538dcb3138428e938bbf5ecc68267c3fbe
parent23dfd914d2bfc4c9938b0084dffd7105de231d98
kconfig: lxdialog: fix button color for blackbg theme

For MENUCONFIG_COLOR=blackbg, the text in inactive buttons is invisible
because both the foreground and background are black.

Change the foreground color to white and remove the highlighting.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/lxdialog/util.c