summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2023-01-09 20:28:17 +0100
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-01-09 20:28:17 +0100
commit03d0877d4c836dfa333ba06e219fbe9b9a4ef055 (patch)
treeb1bf60da542138565e5c51c1d9ab1343662bd2c6
parentf3a7f35d857a19767d765f6d9b0656f12df47c62 (diff)
fix: set readable colors and update comment
-rw-r--r--.zprofile4
1 files 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"