diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-12-19 03:26:13 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-12-19 03:26:58 +0100 |
| commit | 456f821dae9266b3a6fa538a017a4a8b2a761dbc (patch) | |
| tree | b0d50b14580ad552ff0c7ce8eb9075061362a88c /menuconfig.py | |
| parent | 9c0b562c947ca67bb02dd1b42b85f02a4f5acd76 (diff) | |
menuconfig: Improve look and readability of the aquatic theme
Cyan-on-blue for the path/help text is hard to read, especially on some
terminals.
Also remove bold, which looks a bit cleaner at a glance.
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 """ |
