This is an old revision of the document!
EOL marker display
There are two types of CRLF display:
- mono mode, when only one kind of line break used. In this case line break drawn as single char same color as white space
- mixed mode, when several kinds of line break used. In this case line break drawn as explicit EOL char symbols indicating line break style of every line. In this case, color of background corresponds to lighted fore color of the white space character and fore color corresponds to background color of the white space
You can configure to always show full representation of end of line markers using XML flag
You can not reach same color for line break in mixed mode, because of the mentioned shifting to lighter of the white space fore color for background of the mixed LB drawing. That also makes sense, while it will be really dark and emphasized.
Be aware, that white space style actually layered on top of window base. So, bottom color for text will be window text color, and if you set white space alpha to 100% it actually will be black (with default color scheme), as window text color. See more details about style layering here.