From 456f821dae9266b3a6fa538a017a4a8b2a761dbc Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 19 Dec 2019 03:26:13 +0100 Subject: 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. --- menuconfig.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'menuconfig.py') 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 """ -- cgit v1.2.3