diff options
Diffstat (limited to 'menuconfig.py')
| -rwxr-xr-x | menuconfig.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/menuconfig.py b/menuconfig.py index 8962ac7..5bbe7e1 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -319,10 +319,10 @@ _STYLES = { # Blue-tinted style loosely resembling lxdialog "aquatic": """ - path=fg:cyan,bg:blue,bold - separator=fg:white,bg:cyan,bold + path=fg:white,bg:blue + separator=fg:white,bg:cyan help=path - frame=fg:white,bg:cyan,bold + frame=fg:white,bg:cyan body=fg:white,bg:blue edit=fg:black,bg:white """ |
