diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |