diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-01-09 20:28:17 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-01-09 20:28:17 +0100 |
commit | 03d0877d4c836dfa333ba06e219fbe9b9a4ef055 (patch) | |
tree | b1bf60da542138565e5c51c1d9ab1343662bd2c6 | |
parent | f3a7f35d857a19767d765f6d9b0656f12df47c62 (diff) |
fix: set readable colors and update comment
-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" |