[Tex/LaTex] Screen friendly/easy on the eyes background

backgroundscolorscreen

Do you have suggestions on how to make a PDF file easier to read on a computer screen?
By this I mean anything which isn't changing the format and layout, as this has been discussed in other questions I believe.

I'm thinking of keeping the text in black while using a sand-coloured background. What's a good package for that?

Best Answer

Well, for me the combination

\usepackage{xcolor}
\pagecolor{lightgray!40}

works best. Something closer to sand-color can be achieved by \pagecolor{yellow!20}

Another advice: whatever you do, do not use multicolumn layout! It is so frustrating to move the page up and down...