pull down to refresh
0 sats \ 2 replies \ @Roll 9h \ on: Fix my color scheme of nmtui devs
Setting Colors with NEWT_COLORS
You can change some of the interface colors by setting the NEWT_COLORS environment variable before launching nmtui. For example, to change the background color from the default pink to blue, run:
bash
NEWT_COLORS='window=blue' nmtui
NEWT_COLORS='window=white,red border=white,red checkbox=white,red actcheckbox=white,green' nmtui