From 1ad02f526c3c0e2488f54c6028e998370839c7a5 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 23 Nov 2019 19:32:07 +0100 Subject: menuconfig: Avoid the non-ANSI 'brightwhite' color in the aquatic theme Not available with TERM=xterm (as opposed to xterm-256color). Use fg:white instead of fg:brightwhite for dialog box bodies. Not a huge difference. Came up in https://github.com/espressif/esp-idf/issues/4387. --- menuconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menuconfig.py') diff --git a/menuconfig.py b/menuconfig.py index 7b1dbce..d7776c8 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -318,7 +318,7 @@ _STYLES = { separator=fg:white,bg:cyan,bold help=path frame=fg:white,bg:cyan,bold - body=fg:brightwhite,bg:blue + body=fg:white,bg:blue edit=fg:black,bg:white """ } -- cgit v1.2.3