# HG changeset patch # User IBBoard # Date 1544214643 0 # Node ID 03b4573837b599d61a851587cdf606d9f2ea9a63 # Parent 3552d00142027a663f4a9fb8ce4cb8b0ec884b75 Prevent black text in diff on dark terminal diff -r 3552d0014202 -r 03b4573837b5 nanorc.d/patch.nanorc --- a/nanorc.d/patch.nanorc Sat Nov 24 13:52:53 2018 +0000 +++ b/nanorc.d/patch.nanorc Fri Dec 07 20:30:43 2018 +0000 @@ -9,8 +9,7 @@ color green "^\+.*" # Show trailing whitespace only on added lines. color ,green "[[:space:]]+$" -# Context lines. -color black "^ .*" +# Context lines take the default text colour. # Deleted lines. color red "^-.*"