]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
fix: set readable colors and update comment
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Mon, 9 Jan 2023 19:28:17 +0000 (20:28 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Mon, 9 Jan 2023 19:28:17 +0000 (20:28 +0100)
.zprofile

index e2df10ad6aced97357f0b4c9666f50650863f5da..a79c4e07cc599ac53515bbe4a422b090997aa581 100644 (file)
--- 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"