summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"