diff options
| -rwxr-xr-x | menuconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 """ } |
