From 03d0877d4c836dfa333ba06e219fbe9b9a4ef055 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Mon, 9 Jan 2023 20:28:17 +0100 Subject: [PATCH] fix: set readable colors and update comment --- .zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zprofile b/.zprofile index e2df10a..a79c4e0 100644 --- a/.zprofile +++ b/.zprofile @@ -79,8 +79,8 @@ NEWT_COLORS="${NEWT_COLORS};checkbox=black,blue" # selection marker for checkbox NEWT_COLORS="${NEWT_COLORS};actcheckbox=yellow,gray" -# TODO FIXME: no clue what that is -NEWT_COLORS="${NEWT_COLORS};entry=yellow,brown" +# text input field fore- and background +NEWT_COLORS="${NEWT_COLORS};entry=yellow,blue" # TODO FIXME: no clue what that is NEWT_COLORS="${NEWT_COLORS};disentry=brown,yellow" -- 2.39.2